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