This is basically a wrapper to the function of TSrepr::maape()
.
# S3 method for data.frame
maape(data, truth, estimate, na_rm = TRUE, ...)
A data.frame
containing the truth and estimate columns.
The column identifier for the true results (that is numeric).
The column identifier for the predicted results (that is also numeric).
Not in use...NA values managed by TSrepr::maape
Not currently in use