Description Usage Arguments Details Value See Also Examples
sAccuracy
1 |
obs |
A numeric vector or matrix, the observed data. |
pred |
A numeric vector or matrix with predictions, in the same order as |
na.rm |
(optional) Logical (default |
response |
(optional) A string (default |
... |
more arguments to be passed on to the fitting functions, see e.g. |
Note. Accuracy corrects for perfect chance. Perfect chance predictions for discrete responses (e.g. 0.50 for binary responses) yield chance-level accuracy (50 %), rather than zero accuracy.
The percent of accurate predictions between 0 and 1, inclusive, where 1 indicates 100
Other goodness of fit functions:
APE()
,
MAPE()
,
MDAPE()
,
MSE()
,
RMSE()
,
SSE()
,
gof()
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.