powered by
Returns the standard errors of the parameters of a fitted GPPM.
SE(object)
Standard errors for all parameters as a named numeric vector.
object of class GPPM. Must be fitted, that is, a result from fit.GPPM.
fit.GPPM
Other functions to extract from a GPPM: coef.GPPM(), confint.GPPM(), covFun(), fitted.GPPM(), getData(), getIntern(), logLik.GPPM(), maxNObs(), meanFun(), nObs(), nPars(), nPers(), nPreds(), parEsts(), pars(), preds(), vcov.GPPM()
coef.GPPM()
confint.GPPM()
covFun()
fitted.GPPM()
getData()
getIntern()
logLik.GPPM()
maxNObs()
meanFun()
nObs()
nPars()
nPers()
nPreds()
parEsts()
pars()
preds()
vcov.GPPM()
# \donttest{ lgcm <- gppm( "muI+muS*t", "varI+covIS*(t+t#)+varS*t*t#+(t==t#)*sigma", demoLGCM, "ID", "y" ) lgcmFit <- fit(lgcm) stdErrors <- SE(lgcmFit) # }
Run the code above in your browser using DataLab