powered by
Perform univariable analysis and generate the result table with odd ratios.
compute_uni_variable_table(df)
result of univariate analysis
data frame after checking
data("sample_data") names(sample_data)[names(sample_data) == "Mortality_inpatient"] <- "label" uni_table<-compute_uni_variable_table(sample_data)
Run the code above in your browser using DataLab