Runs the bootstrap estimation method for a single set of coefs (not a list)
bootstrap_individual_ci(
base_matrix = NULL,
resampled_coef_list = NULL,
orig_df = NULL,
alpha_level = 0.05,
probs = NULL
)
Degrees of freedom to use to calculate the t-values used for the base interval.
level of CI - if you fill in probs
, will use those instead
Default NULL
, and will use alpha_level
to set
endpoints. Else will calculate these CI endpoints.
Returns a matrix result