Learn R Programming

DAMisc (version 1.7.2)

combTest: Test for Combining Categories in Multinomial Logistic Regression Models.

Description

Tests the null hypothesis that categories can be combined in Multinomial Logistic Regression Models

Usage

combTest(obj)

Arguments

obj

An object of class multinom.

Value

A matrix of test statistics and p-values.

Examples

Run this code
# 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