View source: R/Analysis.R View source: R/DrugFormulation.R
compare_distributions | R Documentation |
This function compares the distributions of a response variable across groups specified by group_var.
This function compares the distributions of a response variable across groups specified by group_var.
compare_distributions(formulation_data, group_var, response_var)
compare_distributions(formulation_data, group_var, response_var)
formulation_data |
A data frame containing formulation data. |
group_var |
The variable defining the groups for comparison. |
response_var |
The response variable to compare across groups. |
A boxplot comparing the distributions across groups.
A boxplot comparing the distributions across groups.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.