powered by
Computes the rho, MAE, RMSE, perc, and p-val performance metrics
A data.frame with components with various performance metrics:
a vector of the observed values
a vector of corresponding predicted values
compute_stats(rnorm(100), rnorm(100))
Run the code above in your browser using DataLab