# \donttest{
# Attach packages
library(cvms)
# Enable only RMSE
gaussian_metrics(all = FALSE, rmse = TRUE)
# Enable all but RMSE
gaussian_metrics(all = TRUE, rmse = FALSE)
# Disable RMSE
gaussian_metrics(rmse = FALSE)
# }
Run the code above in your browser using DataLab