bootstrap_dist: runs bootstrapping of ranks

View source: R/functions.R

bootstrap_distR 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


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