mseR Documentation

Mean Square Error (MSE).

Description

Take two numeric vectors and return their Mean Square Error (MSE).

Usage

mse(x, y)

Arguments

x, y

numeric vectors of same length.

Details

None.

Value

Return the Mean Square Error (MSE).

See Also

R2, rss, rmse, R2mse, pmse