compute_multi_variable_table | R Documentation |
Generate tables for multivariate analysis
compute_multi_variable_table(df)
df |
data frame after checking |
result of the multivariate analysis
data("sample_data") names(sample_data)[names(sample_data) == "Mortality_inpatient"] <- "label" multi_table<-compute_multi_variable_table(sample_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.