EL_test_parallel: Paralllelized version of the EL_test function

Description Usage Arguments Value

View source: R/EL_test_parallel.R

Description

Paralllelized version of the EL_test function

Usage

 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
)

Arguments

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

Value

a list contaning the results of the functional ANOVA test


thecbp/ActivityProfileR documentation built on April 10, 2021, 6:44 p.m.