Tidy method for beezdemand_nlme
Arguments
- x
A beezdemand_nlme object
- effects
Character. Which effects to include:
"fixed","ran_pars", or both (the default).- 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 (ignored)
Value
A tibble of model terms with columns:
term: Parameter nameestimate: Point estimate. Forcomponent == "variance"rows this is a standard deviation (pulled fromnlme::VarCorr(model)[, "StdDev"]), matchingtidy.beezdemand_tmb()and thebroom.mixed::tidy.lmeconvention.std.error: Standard error (NAfor variance components)statistic: t-value (NAfor variance components)p.value: P-value (NAfor variance components)component:"fixed"or"variance"estimate_scale: Scale thatestimateis reported onterm_display: Display label fortermestimate_internal: Pre-transform estimate; present whenevereffectsincludes"fixed"
