Comparing Logistic Regression Models with Chi-Squared Test
pchisqC(reduced, full, digits = 3)
The reduced logisitic regression model as an object. This is model with fewer independent variables.
The full logisitic regression model as an object. This is model with more independent variables.
The number of digits to display after decimal point, default is 3.
The p-value of null hypothesis that full model no better than reduced model.