Learn R Programming

zFactor (version 0.1.9)

stats_of_z.stats: Statistics on z.stats table

Description

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

Usage

stats_of_z.stats(stat = "MAPE")

Arguments

stat

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

Examples

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

Run the code above in your browser using DataLab