Calculates the adjusted coefficient of determination of a multiple linear
regression model.
Usage
adjR2(r2, n, p)
Arguments
r2
Numeric vector with the coeficient of deternmination to be
adjusted.
n
Numeric vector providing the number of observations used to fit the
multiple linear regression model.
p
Numeric vector providing the number of parameters included in the
multiple linear regression model.
Value
A numeric vector with the adjusted coefficient of determination.
Details
Details will be added later.
References
Coefficient of determination. Wikipedia, The Free Encyclopedia.
Available at http://en.wikipedia.org/wiki/Coefficient_of_determination.
[Online; accessed 31-July-2014].