View source: R/hurdle-methods.R
| summary.beezdemand_hurdle | R Documentation |
Provides a summary of a fitted hurdle demand model, including fixed effects, variance components, correlations, and fit statistics.
## S3 method for class 'beezdemand_hurdle'
summary(object, report_space = c("natural", "log10", "internal"), ...)
object |
An object of class |
report_space |
Character. Reporting space for core demand parameters. One of:
|
... |
Additional arguments (currently unused). |
An object of class summary.beezdemand_hurdle (also inherits
from beezdemand_summary) containing:
The original function call
"beezdemand_hurdle"
"TMB"
Tibble of fixed effects with estimates, SEs, z-values, p-values
Matrix form for printing (legacy compatibility)
Matrix of variance/covariance estimates
Matrix of correlation estimates
Number of subjects
Number of observations
Logical indicating convergence
Log-likelihood at convergence
Akaike Information Criterion
Bayesian Information Criterion
Group-level Pmax and Omax
Summary of individual-level parameters
Character vector of warnings/notes
data(apt)
fit <- fit_demand_hurdle(apt, y_var = "y", x_var = "x", id_var = "id")
summary(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.