powered by
blm
lexpit
Returns McFadden's unadjusted and adjusted R-squared measures for models of a binary outcome.
Rsquared(object)
List of R2 and R2adj.
R2
R2adj
object of class blm or lexpit
Stephanie Kovalchik s.a.kovalchik@gmail.com
data(ccdata) fit <- blm(y~female+packyear,data = ccdata, weight = ccdata$w, strata = ccdata$strata) Rsquared(fit)
Run the code above in your browser using DataLab