Description Usage Arguments Examples
Calculates the adjusted R-squared for a given model, i.e. the measure of the model fit, adjusted for the number of parameters used.
1 | adjR2(pred, truth, d)
|
pred |
A numeric vector of variable values predicted by the model. |
truth |
A numeric vector of variable values measured. |
d |
The number of parameters used. |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.