Get the model coefficients
Returns the coefficients of an estimated model of the 'logitr' class.
## S3 method for class 'logitr' coef(object, ...)
object |
The output of a model estimated using the |
... |
other arguments |
A vector of the coefficients from a model estimated using the
logitr()
function.
# Run a MNL model in the Preference Space: data(yogurt) mnl_pref <- logitr( data = yogurt, choiceName = "choice", obsIDName = "obsID", parNames = c("price", "feat", "dannon", "hiland", "yoplait") ) # Get the model coefficients: coef(mnl_pref)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.