read.actigraph.folder: read.actigraph.folder

Description Usage Arguments Value

Description

read.actigraph.folder

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
read.actigraph.folder(
  FOLDER,
  LIST = NULL,
  RIT = 15,
  CUTOFFS = Cutoffs.T1,
  BY. = "DSTday",
  STATS. = c(CNTSTATS, STEPSTATS, HRSTATS),
  EXT. = c("dat", "csv", "agd"),
  ...
)

Arguments

FOLDER

name of the folder

LIST

which files from the folder to read in (could be numeric or logical index)

RIT

reintegrate to common epoch (default is 15)

CUTOFFS

which cutoffs to use (default to a long list used in Idefics study: Cutoffs.T1)

BY.

period to use as a unit of analysis: defults to "DSTday" (calendar day but using daylight saving time changes when relevant i.e period is usually 24 hours but can be 23 or 25); could be anything like "30 mins" or "2 days"

STATS.

defaults to c(CNTSTATS, STEPSTATS, HRSTATS) - that is - calculate statistics for activity counts, steps, and heart rate

EXT.

which file extensions to use; defaults to c("dat", "csv", "agd")

...

...

Value

read.actigraph.folder


lebatsnok/accelerate documentation built on Dec. 21, 2021, 9:47 a.m.