
Tests the null hypothesis that categories can be combined in Multinomial Logistic Regression Models
combTest(obj)
An object of class multinom
.
A matrix of test statistics and p-values.
# NOT RUN {
library(nnet)
data(france)
mnl.mod <- multinom(vote ~ age + male + retnat + lrself, data=france)
combTest(mnl.mod)
# }
Run the code above in your browser using DataLab