Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.logitr

View summary of estimated model


Description

Prints a summary of a model estimated using the logitr() function

Usage

## S3 method for class 'logitr'
summary(object, ...)

Arguments

object

The output of a model estimated model using the logitr() function.

...

other arguments

Value

No return value; prints a summary of the model results to the console.

Examples

# 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)

logitr

Logit Models w/Preference & WTP Space Utility Parameterizations

v0.1.0
MIT + file LICENSE
Authors
John Helveston [aut, cre, cph] (<https://orcid.org/0000-0002-2657-9191>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.