Description Usage Arguments Value See Also Examples
RMSE()
computes the root mean squared error
1 |
obs |
A numeric vector or matrix, the observed data. Can be continuous values or dicrete. Can be aggregated, and if so you must supply |
pred |
A numeric vector or matrix with predictions, in the same order as |
na.rm |
(optional) Logical (default |
weighted |
(optional) Logical (dfault |
n |
(optional), number of integer vector, required if |
... |
Other parameters to be passed to the methods |
Root mean squared deviations between obs
and pred
Other goodness of fit functions:
APE()
,
Accuracy()
,
MAPE()
,
MDAPE()
,
MSE()
,
SSE()
,
gof()
1 | # None so far
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.