maxnObs: Maximum Number of Observations per Person

Description Usage Arguments Value See Also Examples

Description

Extracts the maximum number of observations per person from a GPPM.

Usage

1
maxnObs(gpModel)

Arguments

gpModel

object of class GPPM.

Value

Maximum number of observations as a numeric.

See Also

Other functions to extract from a GPPM: SE, coef.GPPM, confint.GPPM, covf, datas, fitted.GPPM, getIntern, logLik.GPPM, meanf, nObs, nPars, nPers, nPreds, parEsts, pars, preds, vcov.GPPM

Examples

1
2
3
4
data("demoLGCM")
lgcm <- gppm('muI+muS*t','varI+covIS*(t+t#)+varS*t*t#+(t==t#)*sigma',
        demoLGCM,'ID','y')
maxNumberObs <- maxnObs(lgcm)

karchjd/gppmr documentation built on May 14, 2019, 8:05 a.m.