Skip to content

Commit

Permalink
Clarify that it also work for xlsx and show thresholds in example #974
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentvanhees committed Jan 20, 2024
1 parent 8ae4cc2 commit 91d1831
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions man/GGIR.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,9 @@ GGIR(mode = 1:5,
actigraph_csv, and sensewear_xls, which correspond to epoch level data
files from, respecitively, UK Biobank in csv format, Actiwatch in csv
format, Actiwatch in awd format, ActiGraph csv format, and Sensewear in
xls format. Here, the assumed epoch size for UK Biobank csv
data is 5 seconds. The epoch size for the other non-raw data formats is
xls format (also works with xlsx). Here, the assumed epoch size for
UK Biobank csvdata is 5 seconds.
The epoch size for the other non-raw data formats is
flexible, but make sure that you set first value of argument
\code{windowsizes} accordingly. Also when working with
non-raw data formats specify argument \code{extEpochData_timeformat} as
Expand Down Expand Up @@ -1620,6 +1621,9 @@ GGIR(mode = 1:5,
outputdir = "D:/youroutputfolder",
mode = 1:5,
windowsizes = c(60, 900, 3600),
threshold.in = 1.5,
threshold.mod = 3,
threshold.vig = 6,
dataFormat = "sensewear_xls",
extEpochData_timeformat = "\%d-\%b-\%Y \%H:\%M:\%S",
HASPT.algo = "NotWorn",
Expand Down

0 comments on commit 91d1831

Please sign in to comment.