rmse: Root Mean Squarred Error (RMSE)

View source: R/score_regression.R

rmseR Documentation

Root Mean Squarred Error (RMSE)

Description

A function to calculate the RMSE.

Usage

rmse(predicted, observed)

Arguments

predicted

A data.frame or vector object that is the same number of rows or length as the length of observed values.

observed

A vector of the observed results.


stressor documentation built on May 29, 2024, 3:09 a.m.