| multinomial | R Documentation |
This function is a returns a family and is a generalization of binomial.
users would only need to call it when calling change with
what = "family", to = multinomial(link = 'logit')
multinomial(link = "logit")
link |
character string among those supported by |
This function is mostly cosmetic. The family slot for an object of
unordered-categorical-class must be multinomial(link = 'logit'). For
an object of ordered-categorical-class but not its subclasses, the family
slot must be multinomial() but the link function can differ from its default ("logit")
A family object
Ben Goodrich and Jonathan Kropko, for this version, based on earlier versions written by Yu-Sung Su, Masanao Yajima, Maria Grazia Pittau, Jennifer Hill, and Andrew Gelman.
family, binomial
multinomial()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.