View summary of estimated model
Prints a summary of a model estimated using the logitr()
function
## S3 method for class 'logitr' summary(object, ...)
object |
The output of a model estimated model using the |
... |
other arguments |
No return value; prints a summary of the model results to the console.
# Run a MNL model in the Preference Space with a multistart: data(yogurt) mnl_pref <- logitr( data = yogurt, choiceName = "choice", obsIDName = "obsID", parNames = c("price", "feat", "dannon", "hiland", "yoplait"), options = list( numMultiStarts = 5, keepAllRuns = TRUE ) ) # View a summary of the model: summary(mnl_pref)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.