Description Usage Arguments Value
View source: R/bootstrap_U_star.R
Function uses bootstrap to calculate the uniform approximation of the EL statistic U^2 described in Chang et. al. This function is used inside EL_test
1 | bootstrap_U_star(data, group_col, id_col, n_boot = 1000)
|
data |
the dataset containing the activity profiles |
group_col |
the column that contains the group ID column |
id_col |
the column that contains the subject ID column |
n_boot |
how many bootstrap datasets we want to use |
a tibble with the results of all of the bootstrapping
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.