Description Usage Arguments Details Value
Computation of a set of accuracy measures between observed and predicted values or classes.
1 |
obs |
A vector of measured values or classes. |
pred |
A vector of predicted values or classes. |
obj |
Either |
... |
Further not yet used parameters. |
The accuracy measures for quantitative variables (when obj = 'quant'
) are
ME: mean error
RMSE: root mean square error
r2: squared Pearson correlation coefficient
R2: coefficient of determination
rhoC: concordance correlation coefficient
RPD: ratio of performance to deviation
RPIQ: ratio of performance to inter-quartile distance
The accuracy measures for categorical variables (when obj = 'cat'
):
OA: overall accuracy
kappa: Cohen's kappa statistic
Data frame with accuracy measures.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.