leeper / margins

An R Port of Stata's 'margins' Command
https://cloud.r-project.org/package=margins
Other
260 stars 40 forks source link

Margings and Multinom (from nnet package) #165

Open dwwyche92 opened 3 years ago

dwwyche92 commented 3 years ago

Question about package functionality

I am trying to use margins with a 'multinom' model from nnet.

Does this package calculate standard errors, p values, etc. for multinom models like it does for glm models? How do I access this information?

saroja870 commented 1 year ago

Using vce = "bootstrap" and category= categories of dependent variable from multinomial can help