Learn R Programming

multinomialLogitMix (version 1.1)

multinomial_logistic_EM: 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)

Value

value

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

Author

Panagiotis Papastamoulis