RMSE: Calculate the root mean square error for a data set

Description Usage Arguments Value See Also

Description

RMSE calculates the root of the mean of the square of the difference between two values (predicted and actual), or the RMSE. Any values that are NA are removed.

Usage

1
RMSE(y, ymod)

Arguments

y

the actual (observed) value

ymod

the modelled (predicted) value

Value

a single value of the RMSE

See Also

GetErrorMetrics


AndyClifton/PowerPerformance documentation built on May 5, 2019, 6 a.m.