Description Usage Arguments Value
This function is intended to make averaging the model parameters from phgrofit across groups very easy. New Sample.IDs are assigned by concatanating the conditions that the user chooses to group by in order to make it easy to match the output avg_phgropro to avg_phgrofit.
1 | avg_phgrofit(phgrofit_output, group_by = c("Sample.ID"))
|
phgrofit_output |
The output of phgropro. |
group_by |
A character vector of the names of the columns that you would like to group by |
a data frame with mean values for each of the modeling parameters across the groups that were specified.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.