vcov
method for mlogit
objects extract the
covariance matrix of the coefficients, the errors or the random
parameters.## S3 method for class 'mlogit':
vcov(object, what = c('coefficient', 'errors', 'rpar'),
type = c('cov', 'cor', 'sd'), reflevel = NULL, ...)
mlogit
object,coefficients
, in this case, vcov
behaves as usual. If what
equals errors
the covariance
matrix of the errors of thcor.mlogit
and
cov.mlogit
functions which are deprecated.mlogit
for the estimation of multinomial logit models.