Description Usage Arguments Value Author(s) References Examples
Calculates Coeffcients of Determination (R squares). It returns both the R-squares and Adjusted R-squares.
1 | Azad_Rsquare(x)
|
data_Y: Data with all the outcomes or dependent variables. The number of variables in this dataset is the same as the number of models you are creating |
|
data_X: Data containing all the predictor or independent variables, has the same length as data_Y |
This returns both R-squares and Adjusted R-squares
R squares: Coefficient of Determination
Adjusted R squares: Adjusted Coefficent of Determination
Faisal Atakora
lm function in R and also broom, roxegen2 and devtools pacakges
1 2 3 4 | Rsquares <- Azad_Rsquare(data_Y,Data_X)
View(Rsquares)
Yet to be updated with data
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.