Description Usage Arguments Value
View source: R/EL_test_parallel.R
Paralllelized version of the EL_test function
1 2 3 4 5 6 7 8 9 10 | EL_test_parallel(
data,
activity_col,
group_col,
grid_length = 100,
n_boot = 1000,
quantiles = c(0.05, 0.95),
alpha = 0.95,
n_cores = 2
)
|
data |
dataset containing the activity profiles |
grid_length |
number describing how long the activity grid is |
n_boot |
number describing how many bootstrap datasets to make |
quantiles |
two percentiles describing what percentiles of activity points to keep in grid |
alpha |
number describing what quantile to check for the boostrapped test statistics |
n_cores |
number describing how many cores to use for the parallelization |
a list contaning the results of the functional ANOVA test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.