Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

McFaddensR2.oglmx

Calculate McFadden's R-Squared.


Description

Model evaluation methods based on the analogue of squared residuals do not work well when the outcome variable is discrete and ordered. A popular pseudo-R^2 measure due to McFadden (1973) is given by:

R^2=1-\log{L_{fit}}/\log{L_0}

where \log{L_{fit}} is the log-likelihood for the fitted model and \log{L_0} is the log-likelihood from an intercept only model that estimates the probability of each alternative to be the sample average. This function calculates this term for objects of class oglmx.

Usage

McFaddensR2.oglmx(object)

Arguments

object

object of type oglmx

Value

numeric value between 0 and a theoretical maximum of 1.


oglmx

Estimation of Ordered Generalized Linear Models

v3.0.0.0
GPL-2
Authors
Nathan Carroll
Initial release
2018-05-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.