coef.GPPM | R Documentation |
Extracts point estimates for all parameters from a fitted GPPM.
## S3 method for class 'GPPM'
coef(object, ...)
object |
object of class GPPM. Must be fitted, that is, a result from |
... |
additional arguments (currently not used). |
Point estimates for all parameters as a named numeric vector.
Other functions to extract from a GPPM:
SE()
,
confint.GPPM()
,
covFun()
,
fitted.GPPM()
,
getData()
,
getIntern()
,
logLik.GPPM()
,
maxNObs()
,
meanFun()
,
nObs()
,
nPars()
,
nPers()
,
nPreds()
,
parEsts()
,
pars()
,
preds()
,
vcov.GPPM()
data("demoLGCM")
lgcm <- gppm(
"muI+muS*t", "varI+covIS*(t+t#)+varS*t*t#+(t==t#)*sigma",
demoLGCM, "ID", "y"
)
lgcmFit <- fit(lgcm)
paraEsts <- coef(lgcmFit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.