compute_uni_variable_table | R Documentation |
Perform univariable analysis and generate the result table with odd ratios.
compute_uni_variable_table(df)
df |
data frame after checking |
result of univariate analysis
data("sample_data") names(sample_data)[names(sample_data) == "Mortality_inpatient"] <- "label" uni_table<-compute_uni_variable_table(sample_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.