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

Description Usage Arguments Value Author(s) Examples

View source: R/DAMisc_functions.R

Description

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

Usage

1
combTest(obj)

Arguments

obj

An object of class multinom.

Value

A matrix of test statistics and p-values.

Author(s)

Dave Armstrong

Examples

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

DAMisc documentation built on Jan. 12, 2022, 1:07 a.m.