The following code returns the adjusted R2, but I can’t find this attribute nor the R2 from the summary function.
I only find the coefficient of correlation sq.cor.
library(fixest)
summary(feols(mpg~wt, mtcars))
How to access the R2 and/or R2 squared, if possible?
New contributor
Axel Verrier is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.