Skip to contents

Confidence intervals for fixed coefficients

Usage

# S3 method for class 'gamlss.longitudinal'
confint(object, parm = NULL, level = 0.95, method = "analytical", ...)

Arguments

object

A fitted gamlss.longitudinal object.

parm

Optional coefficient names or numeric indices.

level

Confidence level.

method

Variance-covariance method passed to vcov.gamlss.longitudinal().

...

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

Value

A matrix with lower and upper confidence limits.