| mnlHess {bayesm} | R Documentation | 
Computes –Expected Hessian for Multinomial Logit
Description
mnlHess computes expected Hessian (E[H]) for Multinomial Logit Model.
Usage
mnlHess(beta, y, X)Arguments
| beta | 
 | 
| y | 
 | 
| X | 
 | 
Details
See llmnl for information on structure of X array.  Use createX to make X.
Value
k x k matrix
Warning
This routine is a utility routine that does not check the input arguments for proper dimensions and type.
Author(s)
Peter Rossi, Anderson School, UCLA, perossichi@gmail.com.
References
For further discussion, see Chapter 3, Bayesian Statistics and Marketing by Rossi, Allenby, and McCulloch.
See Also
llmnl, createX, rmnlIndepMetrop 
Examples
## Not run: mnlHess(beta, y, X)
[Package bayesm version 3.1-6 Index]