标签: r model regression
我正在通过查看三个模型的R均方根误差来比较它们。我对此很陌生,我想绘制每个模型的均方根误差。我如何在R中做到这一点?
error1<-rmse(SAMPLE$response, predictions_1) error2<-rmse(SAMPLE$response, predictions_2) error3<-rmse(SAMPLE$response, predictions_3)]