powered by
Extracts internals from a GPPM.
getIntern(gpModel, quantity)
The requested quantity
object of class GPPM.
character string. Name of the quantity to extract. Possible values are
"parsedmFormula" for the parsed mean formula
"parsedcFormula" for the parsed covariance formula
"stanData" for the data set in the form needed for rstan
"stanModel" for the created rstan model
"stanOut" for the created stan output
Other functions to extract from a GPPM: SE(), coef.GPPM(), confint.GPPM(), covFun(), fitted.GPPM(), getData(), logLik.GPPM(), maxNObs(), meanFun(), nObs(), nPars(), nPers(), nPreds(), parEsts(), pars(), preds(), vcov.GPPM()
SE()
coef.GPPM()
confint.GPPM()
covFun()
fitted.GPPM()
getData()
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" ) lgcmFit <- fit(lgcm) getIntern(lgcmFit, "parsedmFormula") # }
Run the code above in your browser using DataLab