50% off: Unlimited data and AI learning.
The Learning Leader's Guide to AI Literacy

bayesm (version 3.1-6)

llmnl: Evaluate Log Likelihood for Multinomial Logit Model

Description

llmnl evaluates log-likelihood for the multinomial logit model.

Usage

llmnl(beta, y, X)

Value

Value of log-likelihood (sum of log prob of observed multinomial outcomes).

Arguments

beta

kx1 coefficient vector

y

nx1 vector of obs on y (1,..., p)

X

npxk design matrix (use createX to create X)

Warning

This routine is a utility routine that does not check the input arguments for proper dimensions and type.

Author

Peter Rossi, Anderson School, UCLA, perossichi@gmail.com.

Details

Let μi=Xibeta, then Pr(yi=j)=exp(μi,j)/kexp(μi,k).
Xi is the submatrix of X corresponding to the ith observation. X has np rows.

Use createX to create X.

References

For further discussion, see Bayesian Statistics and Marketing by Rossi, Allenby, and McCulloch.

See Also

createX, rmnlIndepMetrop

Examples

Run this code
if (FALSE) ll=llmnl(beta,y,X)

Run the code above in your browser using DataLab