Glance method for beezdemand_nlme
Usage
# S3 method for class 'beezdemand_nlme'
glance(x, ...)Value
A one-row tibble of model statistics with columns:
model_class: "beezdemand_nlme"backend: "nlme"equation_form: The equation form usednobs: Number of observationsn_subjects: Number of subjectsn_random_effects: Number of random-effect terms (e.g. 2 forQ0 + alpha ~ 1)converged: Operational convergence status.TRUEwhen the final fit is usable for inference — i.e.apVar(nlme's approximate covariance of the variance-covariance parameters) is positive-definite AND there is no terminal error. Alias forfinal_fit_ok. It is not flipped toFALSEby iteration-level optimizer warnings (seefit_warned).final_fit_ok: The canonical usable-for-inference gate (apVarPD and no terminal error); identical toconverged. NLME-only.fit_warned: Diagnostic flag —TRUEwhen nlme emitted iteration-level convergence warnings (false convergence, singular, step-halving, iteration limit, ...) during PNLS-LME alternation. Informational only; does not gateconverged. NLME-only.logLik,AIC,BIC: Model fit statisticssigma: Residual standard error (NLME-only)
The shared canonical columns (through converged, logLik, AIC, BIC)
match glance.beezdemand_tmb(), so backend-agnostic code needs no dispatch
glue; final_fit_ok and fit_warned are additive NLME-only diagnostics.
