rmse: rmse

Description Usage Arguments Value

View source: R/rmse.r

Description

calculate root mean squared error from two vectors

Usage

1
rmse(observations, predictions)

Arguments

observations

a vector object of numeric values (NAs will be ignored)

predictions

a vector object of numeric values (NAs will be ignored)

Value

the root mean squared error for the two vectors


kmayerb/spcv documentation built on May 26, 2019, 2:34 a.m.