Learn R Programming

staTools (version 0.1.0)

RMSE: Root Mean Squared Error

Description

Root Mean Squared Error.

Usage

RMSE(x, y)

Arguments

x,y
Two vectors of the same length.

Examples

Run this code
x = runif(10)
y = runif(10)
RMSE(x,y)

Run the code above in your browser using DataLab