Computes the rho, MAE, RMSE, perc, and p-val performance metrics using the compiled C++ function
observed | a vector of the observed values |
---|---|
predicted | a vector of the corresponding predicted values |
A data.frame with components for the various performance metrics:
num_pred | number of predictions |
rho | correlation coefficient between observations and predictions |
mae | mean absolute error |
rmse | root mean square error |
perc | percent correct sign |
p_val | p-value that rho is significantly greater than 0 using Fisher's |
#> num_pred rho mae rmse perc p_val #> 1 100 -0.02677797 1.189457 1.47319 0.5 0.6040312