Description Usage Arguments Details
Simple function to calculate r squared value
1 | r_squared_calculator(real, predicted)
|
real |
Numeric vector with the "real" values |
predicted |
Numeric vector with the "predicted" values |
Usually r squared values are calculated for the correlation between real values and predicted values, but also can be calculated between simple and complex model results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.