View source: R/Analysis.R View source: R/DrugFormulation.R
compare_means | R Documentation |
This function compares the means of a response variable across groups specified by group_var.
This function compares the means of a response variable across groups specified by group_var.
compare_means(formulation_data, group_var, response_var)
compare_means(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. |
Results of the t-test comparing means across groups.
Results of the t-test comparing means across groups.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.