powered by
rmse(preds = NULL, actuals = NULL, na.rm = FALSE)
preds <- c(1.0, 2.0, 9.5) actuals <- c(0.9, 2.1, 10.0) rmse(preds, actuals)
Run the code above in your browser using DataLab