You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
General
Added support for models of class nestedLogit (nestedLogit).
Changes to functions
model_parameters() now also prints correct "pretty names" when predictors
where converted to ordered factors inside formulas, e.g. y ~ as.ordered(x).
model_parameters() now prints a message when the vcov argument is provided
and ci_method is explicitly set to "profile". Else, when vcov is not NULL and ci_method is NULL, it defaults to "wald", to return confidence
intervals based on robust standard errors.