View source: R/mixed-methods.R
| summary.beezdemand_nlme | R Documentation |
Returns a structured summary object containing model coefficients, fit statistics, and random effects information.
## S3 method for class 'beezdemand_nlme'
summary(object, report_space = c("natural", "log10"), ...)
object |
A beezdemand_nlme object |
report_space |
Character. Reporting space for core parameters. One of
|
... |
Additional arguments (passed to summary.nlme) |
A summary.beezdemand_nlme object (inherits from
beezdemand_summary) with fields including:
call: The original function call
model_class: "beezdemand_nlme"
backend: "nlme"
equation_form: The equation form used ("zben" or "simplified")
coefficients: Tibble of fixed effects with std.error, statistic, p.value
random_effects: VarCorr output for random effects
logLik, AIC, BIC: Model fit statistics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.