Learn R Programming

descr (version 1.0.0)

LogRegR2: Pseudo R² of logistic regression

Description

The function calculates multiple R² analogues (pseudo R²) of logistic regression.

Usage

LogRegR2(model)

Arguments

model
A logistic regression model.

Value

  • A object of class list with the calculated indexes.

encoding

UTF-8

Details

The function calculates McFaddens R², Cox & Snell Index, and Nagelkerke Index of a logistic regression model.