Description Usage Arguments Value Examples
Computes evaluation measures from observed and predicted data.
1 |
df |
Data.frame. Required. A data.frame with observed and predicted data. |
observed |
Charachter value. Required. The name of the column in df with predicted data.The data must be of class numeric. |
predicted |
Charachter value or vector. Required. The names of the column(s) in df with predicted data. The data must be of class numeric. |
A data.frame with evaluation statistics. For details, see mri function.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.