rmse | R Documentation |
Root Mean Square Error between 'sim' and 'obs', in the same units of 'sim' and 'obs'
rmse(sim, obs, na.rm = FALSE)
sim |
numeric 'data.frame', 'matrix' or 'vector' with simulated values |
obs |
numeric 'data.frame', 'matrix' or 'vector' with observed values |
na , rm |
boolean; a logical value indicating whether NA values should be stripped before the computation proceeds. Defaults to FALSE |
value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.