Learn R Programming

poliscidata (version 1.2.0)

pchisqC: Comparing Logistic Regression Models with Chi-Squared Test

Description

Comparing Logistic Regression Models with Chi-Squared Test

Usage

pchisqC(reduced, full, digits = 3)

Arguments

reduced

The reduced logisitic regression model as an object. This is model with fewer independent variables.

full

The full logisitic regression model as an object. This is model with more independent variables.

digits

The number of digits to display after decimal point, default is 3.

Value

The p-value of null hypothesis that full model no better than reduced model.