summarize: summarize

Description Usage Arguments Value

Description

summarize

Usage

1
2
3
4
5
6
7
8
summarize(
  A,
  condition = val.time >= 360,
  no.days = 3,
  keep = "all",
  head = c("File", "ID", "Epoch", "Period"),
  subset.only = FALSE
)

Arguments

A

A data frame with accelerometer results (such as the result of summary.acc or read.actigraph.folder)

condition

inclusion condition (column names in table A can be used, e.g., "val.time >= 480")

no.days

number of days

keep

not implemented yet

head

names of variables to include in the result

subset.only

subset.only

Value

summarize


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