MSE: calculates the Mean Square Error

Description Usage Arguments Examples

View source: R/MSE.R

Description

This function calculates the Mean Square Error for a lm object

Usage

1
MSE(x)

Arguments

x = lm object

Examples

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

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