Rsquared | R Documentation |
blm
and lexpit
objects.Returns McFadden's unadjusted and adjusted R-squared measures for models of a binary outcome.
Rsquared(object)
object |
object of class |
List of R2
and R2adj
.
Stephanie Kovalchik s.a.kovalchik@gmail.com
data(ccdata) fit <- blm(y~female+packyear,data = ccdata, weight = ccdata$w, strata = ccdata$strata) Rsquared(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.