I am attempting to get the Adjusted R-Square value in R (the programming language) and store it as a variable. I am not sure how to accomplish this.
I can see the R-Square value if I call:
summary(lm(x~y))
Along with the rest of the data, but how do I get the specific value?