rmse {stressor}R 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.


[Package stressor version 0.2.0 Index]