multinomial_logistic_EM {multinomialLogitMix}R Documentation

Part of the EM algorithm for multinomial logit mixture

Description

Part of the EM algorithm for multinomial logit mixture

Usage

multinomial_logistic_EM(y, x, K, w_start, b_start, 
	maxIter = 1000, emthreshold = 1e-08, maxNR = 5, 
	nCores = NULL, verbose = FALSE, R0, method)

Arguments

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

value

Author(s)

Panagiotis Papastamoulis


[Package multinomialLogitMix version 1.1 Index]