mu.mnl | R Documentation |
Multinomial logit mean calculation with restrictions and cutoff
mu.mnl(x, mu, areas, restrictions = NULL, cutoff = 0, area.cutoff = FALSE)
x |
Bias correction parameters |
mu |
Means of each class |
areas |
Vector of areas |
restrictions |
Optional restrictions. Binary, if 1, the log-odds are set to zero |
cutoff |
Optional, defaults to zero. If set, all log-odds below cutoff are set to zero |
area.cutoff |
Boolean, defaults to FALSE. If TRUE, cutoff triggers based on area instead |
Returns the vector of log-odds times the areas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.