datas: Data Set

Description Usage Arguments Value See Also Examples

Description

Extracts the data set from a GPPM.

Usage

1
datas(gpModel)

Arguments

gpModel

object of class GPPM.

Value

The data set associated with the GPPM.

See Also

Other functions to extract from a GPPM: SE, coef.GPPM, confint.GPPM, covf, fitted.GPPM, getIntern, logLik.GPPM, maxnObs, 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')
myData <- datas(lgcm)

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