root_mean_squared_error: Root Mean Squared Error used as an assessment tool

View source: R/root_mean_squared_error.R

root_mean_squared_errorR Documentation

Root Mean Squared Error used as an assessment tool

Description

Root Mean Squared Error used as an assessment tool

Usage

root_mean_squared_error(y, ypre)

Arguments

y<-

c(5:20) - vector representing number of true values

ypre<-

predict(lm(y ~ x)) - vector denoting values of number of y predicted values.

Value

RMSE is the square root of the mean of the square of all of the error


ecrc/exageostatR documentation built on June 9, 2025, 9:06 p.m.