LogRegR2: Pseudo R2 of logistic regression

View source: R/descr.R

LogRegR2R Documentation

Pseudo R2 of logistic regression

Description

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

Usage

LogRegR2(model)

Arguments

model

A logistic regression model.

Details

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

Value

A object of class list with the calculated indexes.

Author(s)

Dirk Enzmann


descr documentation built on Nov. 28, 2023, 1:10 a.m.