logistic_adj | R Documentation |
Adjusted logistic regression results with various variable combination
logistic_adj(
data,
outcome,
predictor,
vars_list,
nsmall = 2,
digits = 1,
p.round = 3
)
data |
a dataframe to be used |
outcome |
binary outcome variable |
predictor |
predictor variable |
vars_list |
list of variable combination |
nsmall |
nsmall |
digits |
digits |
p.round |
P-value round |
data.frame object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.