rep_reg_cie | R Documentation |
For bivariate analyses, binary logistic or linear regression. From "Modeling and variable selection in epidemiologic analysis." - S. Greenland, 1989.
rep_reg_cie(meas, vars, string, data, cut = 0.1)
meas |
Effect meassure. Input as c() of columnnames, use dput(). |
vars |
variables in model. Input as c() of columnnames, use dput(). |
string |
variables to test. Input as c() of columnnames, use dput(). |
data |
data frame to pull variables from. |
cut |
cut value for gating if including or dropping the tested variable. As suggested bu S. Greenland (1989). |
logistic |
flag to set logistic (TRUE) or linear (FALSE,standard) analysis. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.