SummaryReg: Azad_reg_summary

Usage Arguments Value Author(s) References Examples

Usage

1
Fits several Linear Regression models. This  returns the summary of all the  models fitted. See lm.

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

The function returns the the estsimates, confidence intervals and the p values. The name infront of the values specifies the model

Beta Est

the beta estimates

LCI

The lower limit of the estimates

LCI

The upper limit of the estimates

Pvalues

The pvalues from each model

Author(s)

Faisal Atakora

References

Examples

1
2
3
  summary1 <- Azad_reg_summary(data_Y,data_X)
  View(summary1)
Yet to be updated

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