powered by
Extracts the mean function from a GPPM.
meanFun(gpModel)
The mean function as a character string.
object of class GPPM.
Other functions to extract from a GPPM: SE(), coef.GPPM(), confint.GPPM(), covFun(), fitted.GPPM(), getData(), getIntern(), logLik.GPPM(), maxNObs(), nObs(), nPars(), nPers(), nPreds(), parEsts(), pars(), preds(), vcov.GPPM()
SE()
coef.GPPM()
confint.GPPM()
covFun()
fitted.GPPM()
getData()
getIntern()
logLik.GPPM()
maxNObs()
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" ) myMean <- meanFun(lgcm) # }
Run the code above in your browser using DataLab