Description Usage Arguments Details Value Author(s) References Examples
Calculates Lin's concordance correlation coefficient (LCCC) from observed and predicted values.
1 | lccc(o, p)
|
o |
A numeric vector. Observed values. |
p |
A numeric vector. Predicted values. |
Interpretation: Lin's concordance correlation coefficient (LCCC) can take values between -1 and 1. LCCC-values close to 1 indicate a strong concordance between predicted and observed values, while LCCC-values near -1 indicate a strong discordance. LCCC-values close to 0 indicate no concordance. In a plot of predicted values versus observed values, an LCCC-value of 1 means that the all data points are on the 1.1-line.
Lin's concordance correlation coefficient (LCCC).
Kristin Piikki, Johanna Wetterlind, Mats Soderstrom and Bo Stenberg, E-mail: kristin.piikki@slu.se
Lawrence, I., & Lin, K. (1989). A concordance correlation coefficient to evaluate reproducibility. Biometrics, 255-268.
Piikki K., Wetterlind J., Soderstrom M., Stenberg B. (2021). Perspectives on validation in digital soil mapping of continuous attributes. A review. Soil Use and Management. doi: 10.1111/sum.12694
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.