| print.choicer_hb | R Documentation |
Print a hierarchical Bayes fit
## S3 method for class 'choicer_hb'
print(x, ...)
x |
A |
... |
Additional arguments (ignored). |
The object invisibly.
sim <- simulate_hmnl_data(N = 50, T = 2, J = 3, seed = 42)
fit <- suppressWarnings(run_hmnlogit(sim$data, "task", "alt", "choice", c("x1", "x2"),
person_col = "pid",
mcmc = list(R = 300, burn = 100)))
print(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.