relvm_adaptive: Multiple Estimation Of The Random Effect Latent Variable...

Description Usage Arguments Details Value See Also

View source: R/estimate_adaptive.R

Description

Estimate multiple groups of the random effect latent variable model

Usage

1
2
relvm_adaptive(object, groups = NULL, fit = list(qpoints = 15, inits = NULL,
  predict = TRUE, adaptive = c("ad", "noad")))

Arguments

object

A mstbl object.

groups

A vector of measure group names. The default is NULL, in which case a vector of all groups will be generated accordingly.

fit

A list of fitting parameters.

  • qpoints: The numbe of the quadrature points.

  • inits: Initial values for mu, fl, and err term in a list. fl is the factor loading. They will be initialized generally if it is null. The default is a list with for all mu and one for others.

  • predict: The default is TRUE.

  • adaptive: noad, no adaptive or ad, use adaptive.

Details

Ad = adaptive

Value

An list of S3 object of class "relvm" with estimated parametes.

See Also

mstbl


huangrh/relvm documentation built on May 17, 2019, 9:10 p.m.