predictMnl | R Documentation |
Function for predicting % shares from a multinomial logit model Based on chapter 13 of R for Marketing Research and Analytics https://link.springer.com/book/10.1007/978-3-319-14436-8 licensed with apache Function for predicting % shares from a multinomial logit model Based on chapter 13 of R for Marketing Research and Analytics https://link.springer.com/book/10.1007/978-3-319-14436-8 licensed with apache
predictMnl(model, data)
model |
mlogit object returned by mlogit() |
data |
a data frame containing the set of designs for which you want to predict shares. Same format as the data used to estimate model. |
Dataframe with shares per level
Gabriel N. Camargo-Toledo gcamargo@sensata.io
TBD
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.