View source: R/lipidome_comparison_visualization.R
'shapiro_by_factor' takes a data frame, applies the shapiro-wilk test to every group and variable and returns a table of p-values.
1 | shapiro_by_factor(input_df, factor)
|
input_df |
a data frame with at least one factor column |
factor |
a string with the column name to group by |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.