Learn R Programming

LCAextend (version 1.3)

param.cont: parameters to be used for examples in the case of continuous measurements

Description

means and variance-covariance matrices for each class to be used in examples with continuous measurements.

Usage

data(param.cont)

Arguments

Details

ped.param is a list of 2 elements:

mu

a list of K=3 (the number of latent classes) entries, each represents the means of the measurement multinormal density in the class,

sigma

a list of K=3 entries, each is the variance-covariance matrix of the measurement multinormal density in the class.

The dimension (the number of multinormal measurements) used in the dataset is 4.

See Also

See also init.norm

Examples

Run this code
# NOT RUN {
data(param.cont)
# }

Run the code above in your browser using DataLab