View source: R/sequence-inference.R
| bootstrap_sequence_group_difference | R Documentation |
Resamples declared independent units within groups and returns a percentile interval for the mean difference. This interval does not by itself license causal interpretation.
bootstrap_sequence_group_difference(
inference,
n_boot = 999L,
level = 0.95,
seed = 1L
)
inference |
A result from |
n_boot |
Number of bootstrap samples. |
level |
Confidence level. |
seed |
Reproducibility seed. |
The inference object with a bootstrap component.
# See `test_sequence_group_difference()`.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.