Description Usage Arguments Value Author(s)
Calculates the adjusted coefficient of determination (\bar{R}^{2} = 1 - ≤ft( 1 - R^2 \right) \frac{n - 1}{n - k}).
1 | linreg_rbar2(r2 = NULL, n, k, ...)
|
r2 |
Coefficient of determination R^2. |
n |
Sample size. |
k |
Number of regressors. |
... |
Arguments to pass to |
Returns the adjusted coefficient of determination \bar{R}^{2}.
Ivan Jacob Agaloos Pesigan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.