bootstrap_dist {besthr} | R Documentation |
boostrap_dist
runs multiple bootstrap resamplings using
bstrap_sample
to generate a data frame of bootstrap rank means
of per group scores
bootstrap_dist(df, quo_score_col, quo_group_col, nits = 10, control = "A")
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 |