process_by_group: process_by_group

Description Usage Arguments Examples

View source: R/runDerivativesEstimate.R

Description

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.

Usage

1
process_by_group(dat, taus, dims, extra_info = F)

Arguments

dims

Examples

1
2
process_by_group(equalized.dat,c(1),c(5,6),T)
process_by_group(equalized.dat,c(3),c(4,6))

DevinBayly/Remofiles documentation built on May 6, 2019, 2:12 p.m.