| calc_group_metrics | R Documentation |
Calculates group-level (population) Omax and Pmax from a fitted hurdle demand model.
calc_group_metrics(object)
object |
A fitted |
A named list with group-level Pmax, Omax, and Qmax.
calc_omax_pmax, fit_demand_hurdle
data(apt)
fit <- fit_demand_hurdle(apt, y_var = "y", x_var = "x", id_var = "id")
calc_group_metrics(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.