bootstrap_dist {besthr}R Documentation

runs bootstrapping of ranks

Description

boostrap_dist runs multiple bootstrap resamplings using bstrap_sample to generate a data frame of bootstrap rank means of per group scores

Usage

bootstrap_dist(df, quo_score_col, quo_group_col, nits = 10, control = "A")

Arguments

df

input data frame

quo_score_col

quoted column name containing the HR scores

quo_group_col

quoted group name containing the group column

nits

number of bootstrap iterations to do

control

character naming the control group that will be removed prior to bootstrapping


[Package besthr version 0.3.2 Index]