I have a question that requires me to find and report the adjusted R^2 and multiple R^2 values from a linear regression model. The problem is that the question only tells me to use rlm() from MASS and nothing about the inbuilt lm() function.
The one above is the rlm output, and the one below is the lm output for the same variables. How can I obtain the multiple R-squared and adjusted R-squared from the rlm model?