NEWS | R Documentation |
New nobs
and extractAIC
methods for mclogit
objects, so that drop1.default
should work with these.
New function mblogit
to fit multinomial baseline logit models.
mclogit
mclogit.fit
now allow user-provided starting values.
getSummary
methods now return "contrasts" and "xlevels" components.
Fixed prediction method for mclogit
results.
Corrected handling of weights and standard errors of prediction.
Matrices returned by the mclogit
method of vcov()
have
row and column names.
The number of observations is now displayed where it was not before.
nobs
is defined in mclogit.fit.rePQL
.
mclogit.fit
and mclogit.fit.rePQL
are exported to enable their use by other packages.