Varpred means
getmeans.RdCompute the mean of central estimates or the focal predictor
Usage
getmeans(
  object,
  what = c("both", "estimate", "focal"),
  focal = NULL,
  modelname = NULL
)Arguments
- object
- varpredobject.
- what
- a character specifying what mean to compute. If - "estimate", the mean of the central estimate is computed, if- "focal"the mean of the focal predictor, otherwise, both are computed.
- focal
- a character specifying the name of focal predictor. If - NULL(default),- x.varfrom the- objectis used.
- modelname
- character string naming - varpredobjects. Useful when comparing several objects.