View source: R/multinomialLogitMix.R
multinomial_logistic_EM | R Documentation |
Part of the EM algorithm for multinomial logit mixture
multinomial_logistic_EM(y, x, K, w_start, b_start,
maxIter = 1000, emthreshold = 1e-08, maxNR = 5,
nCores = NULL, verbose = FALSE, R0, method)
y |
y |
x |
X |
K |
K |
w_start |
w |
b_start |
b |
maxIter |
max |
emthreshold |
em |
maxNR |
maxnr |
nCores |
nc |
verbose |
verb |
R0 |
or |
method |
method |
value
Panagiotis Papastamoulis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.