get_median_iqr | R Documentation |
Does a Mann-Whitney/K-Wallis test if there the output dataframe had a p value column.
get_median_iqr(data, strata, variable, name, output, round = 2)
data |
tibble containing data. Can't be a grouped tibble |
strata |
variable to stratify output by. Needs to be a factor to force to ordering to work. |
variable |
name of variable to be summarised |
name |
string name to put in the row. |
output |
The dataframe to append the requested summary to |
round |
The number of decimal places to round to. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.