Learn R Programming

DAMisc (version 1.3)

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
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