powered by
Extracts the predictor names from a GPPM.
preds(gpModel)
The names of the predictors.
object of class GPPM.
Other functions to extract from a GPPM: SE(), coef.GPPM(), confint.GPPM(), covFun(), fitted.GPPM(), getData(), getIntern(), logLik.GPPM(), maxNObs(), meanFun(), nObs(), nPars(), nPers(), nPreds(), parEsts(), pars(), vcov.GPPM()
SE()
coef.GPPM()
confint.GPPM()
covFun()
fitted.GPPM()
getData()
getIntern()
logLik.GPPM()
maxNObs()
meanFun()
nObs()
nPars()
nPers()
nPreds()
parEsts()
pars()
vcov.GPPM()
# \donttest{ data("demoLGCM") lgcm <- gppm( "muI+muS*t", "varI+covIS*(t+t#)+varS*t*t#+(t==t#)*sigma", demoLGCM, "ID", "y" ) myPreds <- preds(lgcm) # }
Run the code above in your browser using DataLab