mixLoglikelihood_GLM {multinomialLogitMix} | R Documentation |
Log-likelihood of the multinomial logit.
mixLoglikelihood_GLM(y, theta, pi)
y |
matrix of counts |
theta |
a three-dimensional array containing the multinomial probabilities per cluster, for each observation. |
pi |
a numeric vector of length K (the number of mixture components) containing the mixing proportions. |
Log-likelihood value.
Panagiotis Papastamoulis