mae: Mean absolute error

Description Usage Arguments

View source: R/mae.R

Description

Calculates the mean absolute error

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
mae(...)

## Default S3 method:
mae(actual, predicted, ...)

## S3 method for class 'glm'
mae(modelObject, ...)

## S3 method for class 'randomForest'
mae(modelObject, ...)

## S3 method for class 'glmerMod'
mae(modelObject, ...)

## S3 method for class 'gbm'
mae(modelObject, ...)

## S3 method for class 'rpart'
mae(modelObject, ...)

Arguments

...

additional parameters to be passed the the s3 methods

actual

A vector of the labels

predicted

A vector of predicted values

modelObject

the model object. Currently supported glm, randomForest, glmerMod, gbm


ModelMetrics documentation built on March 26, 2020, 7:48 p.m.