preds: Predictors Names

Description Usage Arguments Value See Also Examples

Description

Extracts the predictor names from a GPPM.

Usage

1
preds(gpModel)

Arguments

gpModel

object of class GPPM.

Value

The names of the predictors.

See Also

Other functions to extract from a GPPM: SE, coef.GPPM, confint.GPPM, covf, datas, fitted.GPPM, getIntern, logLik.GPPM, maxnObs, meanf, nObs, nPars, nPers, nPreds, parEsts, pars, 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')
myPreds <- preds(lgcm)

karchjd/gppm documentation built on May 27, 2019, 11:49 p.m.