This function summarizes the tables generated by z.stats using custom provided functions. We get a shorter table with statistics of statistics.

stats_of_z.stats(stat = "MAPE")

Arguments

stat

Any of the statistical variables in z.stats: RMSE, MPRE, MAPE, MSE, RSS, MAE

Examples

# NOT RUN {
# Get a statistical summary of the Mean Absolute Percentage Error (MAPE)
stats_of_z.stats()
# }