predictMnl: Function for predicting % shares from a multinomial logit...

View source: R/predictMnl.R

predictMnlR 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

Description

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

Usage

predictMnl(model, data)

Arguments

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.

Value

Dataframe with shares per level

Author(s)

Gabriel N. Camargo-Toledo gcamargo@sensata.io

Examples

TBD

SensataUX/sensataDataAnalysis documentation built on May 11, 2023, 10:59 a.m.