Description Usage Arguments Details Value See Also
Date format guessing used in read.actigraph.dat and read.csa
1 2 3 4 5 6 7 8 | guess.dates(
d1,
t1,
d2,
t2,
START = ISOdate(2007, 8, 31),
END = ISOdate(2008, 7, 1)
)
|
d1 |
date 1 |
t1 |
time 1 |
d2 |
date 2 |
t2 |
time 2 |
START |
start date of study |
END |
end date of study |
For reading in older actigraph files in "dat" format. The main shortcoming of this format is ambiguity of date format - it is dependent on computer used to download the data. Therefore the newer format (agd) should be used when possible.
an object (list) of class "acc"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.