Usage Arguments Value Author(s) References Examples
1 |
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 |
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 |
Faisal Atakora
lm function in R, and also broom, roxygen2, devtools packages
1 2 3 | summary1 <- Azad_reg_summary(data_Y,data_X)
View(summary1)
Yet to be updated
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.