powered by
Generate tables for multivariate analysis
compute_multi_variable_table(df)
result of the multivariate analysis
data frame after checking
data("sample_data") names(sample_data)[names(sample_data) == "Mortality_inpatient"] <- "label" multi_table<-compute_multi_variable_table(sample_data)
Run the code above in your browser using DataLab