Description Usage Arguments Value Examples
View source: R/error_functions.R
takes difference between Original data and Predicted data as input
1  | rmse(obs, pred)
 | 
obs | 
 numeric vector of original data  | 
pred | 
 numeric vector of predicted data  | 
rmseVal as Root Mean Square Error
1 2 3 4 5  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.