-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support non-base modelling functions #3
Comments
This looks like a great package. Thanks for putting it together. Thomas Lumley's survey package wraps glm for regression modeling when handling the weights needed for analyzing complex surveys. I don't know how hard it would be to get that package to work with margins. (Also, the survival package might be worth considering.) |
@markdanese Thanks and great suggestions. I've added them to the list. |
I would throw in a vote for |
@hughjonesd Thanks. I've added it to the list. |
I am moving this issue here: leeper/prediction#1 |
predict()
method usesse
rather thanse.fit
predict()
methodMASS::polr()
predict()
method withtype = c("class", "probs")
MASS::glm.nb()
lmer()
,glmer()
, ...)lme4:::predict.merMod()
has nose.fit
argumentnlme:::predict.lme()
has nose.fit
ortype
argumentsnlme:::predict.gls()
has nose.fit
argument.model = TRUE
in original call; and then gettingterm(object[["model"]])
lfe::felm()
type
values forpredict()
:c("lp", "risk", "expected")
survival::survreg()
margEff()
generic but nopredict()
methodnnet::multinom()
or any nnet model generallyAER::ivreg()
quantreg::rq()
prediction()
andmarginal_effects()
/margins()
methodsThe text was updated successfully, but these errors were encountered: