powered by
Extracts the essential parameter estimation results for a GPPM.
parEsts(object, level = 0.95)
A data.frame containing the estimated parameters, standard errors, and the lower and upper bounds of the confidence intervals.
object of class GPPM. Must be fitted, that is, a result from fit.GPPM.
fit.GPPM
scalar from 0 to 1. The confidence level required.
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(), pars(), preds(), vcov.GPPM()
SE()
coef.GPPM()
confint.GPPM()
covFun()
fitted.GPPM()
getData()
getIntern()
logLik.GPPM()
maxNObs()
meanFun()
nObs()
nPars()
nPers()
nPreds()
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" ) lgcmFit <- fit(lgcm) paramEssentials <- parEsts(lgcmFit) # }
Run the code above in your browser using DataLab