compute_uni_variable_table {AutoScore} | 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)