Skip to contents

Creates a compact summary of key model diagnostics and coefficient estimates for a fitted gamlss.longitudinal object. By default it wraps vcov.gamlss.longitudinal() to provide standard errors and confidence intervals for fixed effects.

Usage

# S3 method for class 'gamlss.longitudinal'
summary(object, include_vcov = TRUE, numderiv = FALSE, ci_level = 0.95, ...)

Arguments

object

A fitted object of class gamlss.longitudinal.

include_vcov

Logical; if TRUE, compute and include variance-covariance output via vcov.gamlss.longitudinal().

numderiv

Logical passed to vcov.gamlss.longitudinal().

ci_level

Confidence level for coefficient intervals.

...

Additional arguments passed to vcov.gamlss.longitudinal().

Value

An object of class summary.gamlss.longitudinal containing:

  • model dimensions and parameter counts,

  • likelihood and information criteria,

  • fixed-effect coefficient table,

  • smooth-term table with effective degrees of freedom,

  • optional vcov output.