pars: Parameter Names

View source: R/extractors.R

parsR Documentation

Parameter Names

Description

Extracts the parameter names from a GPPM.

Usage

pars(gpModel)

Arguments

gpModel

object of class GPPM.

Value

The names of the parameters

See Also

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(), parEsts(), preds(), vcov.GPPM()

Examples


data("demoLGCM")
lgcm <- gppm(
  "muI+muS*t", "varI+covIS*(t+t#)+varS*t*t#+(t==t#)*sigma",
  demoLGCM, "ID", "y"
)
parameters <- pars(lgcm)


gppm documentation built on Aug. 25, 2025, 9:50 a.m.

Related to pars in gppm...