conf_intervals {besthr} | R Documentation |
gets confidence interval limits for means of bootstrapped ranks
Description
conf_intervals
calculates a low and a high quantile for the
mean
column of each group of a dataframe
Usage
conf_intervals(df, quo_group_col, low = 0.05, high = 0.95)
Arguments
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 |
[Package besthr version 0.3.2 Index]