conf_intervals: gets confidence interval limits for means of bootstrapped...

View source: R/functions.R

conf_intervalsR 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


besthr documentation built on April 14, 2023, 9:11 a.m.