powered by
R2 and adjusted R2 for Linear Models.
# S3 method for lm get_R2(fit, ...)
A linear model.
Arguments passed to or from other methods.
# NOT RUN { library(psycho) fit <- lm(Tolerating ~ Adjusting, data = psycho::affective) get_R2(fit) # } # NOT RUN { # }
Run the code above in your browser using DataLab