diff --git a/exercises/_07-ex-model-slr.qmd b/exercises/_07-ex-model-slr.qmd index 48235ea3..5ab8ad47 100644 --- a/exercises/_07-ex-model-slr.qmd +++ b/exercises/_07-ex-model-slr.qmd @@ -571,7 +571,7 @@ The following regression output is for predicting the heart weight (`Hwt`, in g) c. Interpret the slope. - d. The $R^2$ of this model is `r round(glance(m)$r.squared)`%. Interpret $R^2$. + d. The $R^2$ of this model is `r round(glance(m)$r.squared, 2)*100`%. Interpret $R^2$. e. Calculate the correlation coefficient.