Returns a structured summary object containing model coefficients, fit statistics, and random effects information.
Arguments
- object
A beezdemand_nlme object
- report_space
Character. Reporting space for core parameters. One of
"natural"or"log10"(match.argdefault"natural").estimate/std.errorfollow this scale;statistic/p.valueare always on the estimation scale — nlme's native containment-t test (transformation-invariant).- ...
Additional arguments (passed to summary.nlme)
Value
A summary.beezdemand_nlme object (inherits from
beezdemand_summary) with fields including:
call: The original function callmodel_class: "beezdemand_nlme"backend: "nlme"equation_form: The equation form used ("zben" or "simplified")coefficients: Tibble of fixed effects with std.error, statistic, p.valuerandom_effects: VarCorr output for random effectslogLik,AIC,BIC: Model fit statistics
