View source: R/module0_maincall.R
mMARCH.AC.maincall | R Documentation |
This R script will generate all necessary R/Rmd/shell files for data processing after running GGIR for accelerometer data.
mMARCH.AC.maincall(
mode,
useIDs.FN = NULL,
currentdir,
studyname,
bindir = NULL,
outputdir,
epochIn = 5,
epochOut = 60,
log.multiplier = 9250,
use.cluster = TRUE,
QCdays.alpha = 7,
QChours.alpha = 16,
QCnights.feature.alpha = c(0, 0, 0, 0),
DoubleHour = c("average", "earlier", "later")[1],
QC.sleepdur.avg = c(3, 12),
QC.nblocks.sleep.avg = c(6, 29),
Rversion = "R",
filename2id = NULL,
PA.threshold = c(40, 100, 400),
PA.threshold2 = c(50, 100, 400),
desiredtz = "US/Eastern",
RemoveDaySleeper = FALSE,
part5FN = "WW_L50M100V400_T5A5",
NfileEachBundle = 20,
holidayFN = NULL,
trace = FALSE
)
mode |
|
useIDs.FN |
|
currentdir |
|
studyname |
|
bindir |
|
outputdir |
|
epochIn |
|
epochOut |
|
log.multiplier |
|
use.cluster |
|
QCdays.alpha |
|
QChours.alpha |
|
QCnights.feature.alpha |
|
DoubleHour |
|
QC.sleepdur.avg |
|
QC.nblocks.sleep.avg |
|
Rversion |
|
filename2id |
|
PA.threshold |
|
PA.threshold2 |
|
desiredtz |
|
RemoveDaySleeper |
|
part5FN |
|
NfileEachBundle |
|
holidayFN |
|
trace |
|
See mMARCH.AC manual for details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.