glance.logitr | R Documentation |
logitr
class objectGlance a logitr
class object
## S3 method for class 'logitr'
glance(x, ...)
x |
is an object of class |
... |
further arguments. |
A tibble of the model summary statistics.
library(logitr)
# Estimate a preference space model
mnl_pref <- logitr(
data = yogurt,
outcome = "choice",
obsID = "obsID",
pars = c("price", "feat", "brand")
)
# Extract a tibble of the model summary statistics
glance(mnl_pref)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.