bootstrap_ci | R Documentation |
Calculate block bootstrap confidence interval
bootstrap_ci(match, dat, treat_variable = "treat", outcome_variable = "y_obs", trajectory_id = "personID", ci_level = 0.95, reps = 1000, outcome_model = NA)
match |
GroupMatch output |
dat |
Dataset GroupMatch was performed on |
treat_variable |
Name of the treatment variable in the dataset |
outcome_variable |
Name of the outcome variable in the dataset |
trajectory_id |
Name of the column that identifies trajectories |
ci_level |
Confidence level |
reps |
Number of bootstrap reps |
outcome_model |
Outcome model, if bias correction is used |
Vector with confidence interval endpoints
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.