prepare_br_calculated_ci.RdPrepare data analysis for binary and continuous outcomes with Calculated interval confidence identifies whether the dataframe is for Benefit or Risk analysis
prepare_br_calculated_ci(df, colname1, colname2, cl = 0.95, func)(data.frame) dataset
either df_benefit (selected benefit)
or df_risk (select risk).
(character) feature to fetch for the analysis
either Mean, Prop, Rate
(character) feature to fetch for the analysis
either nPat, Py
(numeric) confidence level
(function) function used to calculate metrics (or BR points)
data frame for specified type of analysis
DETAILS