Learn R Programming

ddtlcm (version 0.2.1)

initialize_poLCA: Estimate an initial response profile from latent class model using poLCA()

Description

Estimate an initial response profile from latent class model using poLCA()

Usage

initialize_poLCA(K, data, ...)

Value

a K by J probability matrix, the k,j-th entry being the response probability to item j of an individual in class k

Arguments

K

number of latent classes

data

a N by J observed binary matrix, where the i,j-th element is the response of item j for individual i

...

optional arguments for the poLCA function

See Also

Other initialization functions: initialize(), initialize_hclust()