Rsquared {blm} | R Documentation |
Compute R-squared measures of model fit for blm
and lexpit
objects.
Description
Returns McFadden's unadjusted and adjusted R-squared measures for models of a binary outcome.
Usage
Rsquared(object)
Arguments
object |
object of class |
Value
List of R2
and R2adj
.
Author(s)
Stephanie Kovalchik s.a.kovalchik@gmail.com
Examples
data(ccdata)
fit <- blm(y~female+packyear,data = ccdata,
weight = ccdata$w, strata = ccdata$strata)
Rsquared(fit)
[Package blm version 2022.0.0.1 Index]