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

Description Usage Arguments Value Author(s) Examples

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)

davidaarmstrong/damisc_nodep documentation built on May 15, 2019, 6:25 p.m.