Description Usage Arguments Value Note Author(s) References Examples
This function performs a number of model goodness of fit measures which include the root mean square error (RMSE), mean square error (MSE), prediction bias, coefficient of determination (R squared), concordance correlation coefficient (CCC), ratio of performance to deviation (RPD), ratio of performance to interquartile distance (RPIQ), and residual variance estimates. These goodness of fit measures are used in both digital soil mapping and soil chemometric studies to test the relative performance of competing models.
1 |
observed |
numeric; a vector or matrix of values that are actual observations of some phenomenon. |
predicted |
numeric; a vector or matrix of values of predictions of the phenomenon that was observed . |
plot.it |
logical; If TRUE an xy-plot of the observations and predictions will be generated. |
type |
character; Selection from either “DSM” or “spec” to generate the goodness of fit statistics of greatest relevance to either digital soil mapping and soil spectroscopy respectively. |
Returns a dataframe with the goodness of fit statistics. The column headers of the dataframe
are: R2
(coefficient of determination), concordance
(concordance correlation coefficient), MSE
(mean square error), RMSE
(root mean square error), bias
(prediction bias), MSEc
(mean residual variance), RMSEc
(root mean residual variance), RPD
(ratio of performance to deviation), RPIQ
(ratio of performance to interquartile distance). An xy-plot will also be generated if requested.
These goodness of fit measures are not exclusive to digital soil mapping or soil spectroscopy.
Brendan Malone
Bellon-Maurel, V., Fernandez-Ahumada, E., Palagos, B., Roger, J., McBratney, A., (2010) Critical review of chemometric indicators commonly used for assessing the quality of the prediction of soil attributes by NIR spectroscopy. Trends in Analytical Chemistry, 29(9): 1073-1081.
Hastie, T., Tibshirani, R., Friedman, J., (2009) The Elements of Statisitcal Learning. Springer Series in Statistics.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.