MAE: calculates the Mean Absolute Error

Description Usage Arguments Examples

View source: R/MAE.R

Description

This function calculates the Mean Absolute Error for a lm object

Usage

1
MAE(x)

Arguments

x = lm object

Examples

1
2
3
data("mtcars")
x <- lm(mpg~wt, mtcars)
MAE(x)

CRG180/NPSOR documentation built on June 3, 2021, 4:37 a.m.