Learn R Programming

modeltime (version 1.1.1)

maape.data.frame: Mean Arctangent Absolute Percentage Error

Description

This is basically a wrapper to the function of TSrepr::maape().

Usage

# S3 method for data.frame
maape(data, truth, estimate, na_rm = TRUE, ...)

Arguments

data

A data.frame containing the truth and estimate columns.

truth

The column identifier for the true results (that is numeric).

estimate

The column identifier for the predicted results (that is also numeric).

na_rm

Not in use...NA values managed by TSrepr::maape

...

Not currently in use