fit: Estimation for Parameters of 'slcm' Object

View source: R/fit.R

fitR Documentation

Estimation for Parameters of slcm Object

Description

Estimation for Parameters of slcm Object

Usage

fit(object, ...)

## S3 method for class 'slcm'
fit(object, data,
    method = c("em", "hybrid", "nlm"),
    restriction = NULL,
    control = slcm.control(), ...)

Arguments

object

a slcm object which defines latent structure to be estimated.

data

a data.frame object which contains observed categorical variables beloning to the latent structure.

formula

a formula object introducing exogenous covariates.

method

estimating method for slcm parameters.

restriction

a list of parameters to be restricted to zero.

control

slcm control.


kim0sun/catlvm documentation built on May 8, 2023, 12:55 p.m.