| blcInitializeSplitFanny {RPMM} | R Documentation |
Initialize Beta Latent Class via Fanny
Description
Creates a function for initializing latent class model using the fanny algorithm
Usage
blcInitializeSplitFanny(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 blcTree for example of using “blcSplitCriterion...” to control split.
Value
A function f(x) (see Details.)
See Also
blcInitializeSplitDichotomizeUsingMean,
blcInitializeSplitEigen,
blcInitializeSplitHClust
[Package RPMM version 1.25 Index]