conf_intervals | R Documentation |
conf_intervals
calculates a low and a high quantile for the
mean
column of each group of a dataframe
conf_intervals(df, quo_group_col, low = 0.05, high = 0.95)
df |
input data frame |
quo_group_col |
quoted group name containing the column to group on |
low |
the low probability value of the quantile |
high |
the high probability value of the quantile |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.