Description Usage Arguments Details Value See Also
Creates a function for initializing latent class model using the fanny algorithm
1 | glcInitializeSplitFanny(nu = 2, nufac = 0.875, metric = "euclidean")
|
nu |
|
nufac |
Factor by which to multiply |
metric |
Metric to use for |
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.
A function f(x) (see Details.)
glcInitializeSplitEigen,
glcInitializeSplitHClust
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.