Skip to contents

The function anova_glm() returns the Chi^2 and degrees of freedom for each variable & the same was anova.rms() does from lrm() in the rms package.

Usage

anova_glm(f)

Arguments

f

A logistic regression fit created using glm (base package)