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

View source: R/DAMisc_functions.R

combTestR Documentation

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.

Author(s)

Dave Armstrong

Examples


library(nnet)
data(france)
mnl.mod <- multinom(vote ~ age + male + retnat + lrself, data=france)
combTest(mnl.mod)



davidaarmstrong/damisc documentation built on Oct. 1, 2023, 3:05 p.m.