1. Learn
  2. /
  3. Courses
  4. /
  5. Modeling with Data in the Tidyverse

Connected

Exercise

Comparing the RMSE of two models

As you did using the sum of squared residuals and \(R^2\), let's once again assess and compare the quality of your two models using the root mean squared error (RMSE). Note that RMSE is more typically used in prediction settings than explanatory settings.

model_price_2 and model_price_4 are available in your workspace.

Instructions 1/2

undefined XP
    1
    2

Based on the code provided that computes MSE and RMSE for model_price_2, compute the MSE and RMSE for model_price_4.