Description Usage Arguments Examples
View source: R/runDerivativesEstimate.R
Essentially the main function for processing all of our data. Calculates derivative estimates for each person in data, and then makes the flipped version of the data, and sets the correct column names.
1 | process_by_group(dat, taus, dims, extra_info = F)
|
dims |
1 2 | process_by_group(equalized.dat,c(1),c(5,6),T)
process_by_group(equalized.dat,c(3),c(4,6))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.