| glcInitializeSplitFanny {RPMM} | R Documentation |
Initialize Gaussian Latent Class via Fanny
Description
Creates a function for initializing latent class model using the fanny algorithm
Usage
glcInitializeSplitFanny(nu = 2, nufac = 0.875, metric = "euclidean")
Arguments
nu |
|
nufac |
Factor by which to multiply |
metric |
Metric to use for |
Details
Creates a function f(x) that will take a data matrix x and
initialize a weight matrix for a two-class latent class model.
Here, the “fanny” algorithm will be used.
See glcTree for example of using “glcInitializeSplit...” to create starting values.
Value
A function f(x) (see Details.)
See Also
glcInitializeSplitEigen,
glcInitializeSplitHClust
[Package RPMM version 1.25 Index]