Rsquares: Azad_Rsquare

Description Usage Arguments Value Author(s) References Examples

Description

Calculates Coeffcients of Determination (R squares). It returns both the R-squares and Adjusted R-squares.

Usage

1

Arguments

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

Value

This returns both R-squares and Adjusted R-squares

Author(s)

Faisal Atakora

References

Examples

1
2
3
4
Rsquares <- Azad_Rsquare(data_Y,Data_X)
View(Rsquares)

Yet to be updated with data

fatakora/AfroStats documentation built on May 4, 2019, 7:36 a.m.