RMSE: calculates the Root Mean Square Error

Description Usage Arguments Examples

View source: R/RMSE.R

Description

This function calculates the Root Mean Square Error for a lm object or numeric object

Usage

1
RMSE(x)

Arguments

x = lm object

Examples

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

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