--
You received this message because you are subscribed to the Google Groups "R package GGIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to RpackageGGIR...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/RpackageGGIR/ddbf1c8b-784b-41d2-99db-44487f55439en%40googlegroups.com.
Hi ori,
It sounds like your best option therefore may be to generate the timestamped 1s epoch files as .csv using epochvalues2csv=TRUE, with do.angley=TRUE, and then map them over your HR data. Using those arguments will give you something like this per participant, but with 1s per row:
timestamp |
ENMO |
angley |
2018-05-04T16:38:25+0100 |
0.0608 |
-17.7308 |
2018-05-04T16:38:30+0100 |
0.0512 |
-46.589 |
2018-05-04T16:38:35+0100 |
0.088 |
-23.2137 |
2018-05-04T16:38:40+0100 |
0.1468 |
-6.8204 |
I would also add that you could also input do.anglez=TRUE and do.anglex=TRUE to get all 3 axes.
You will find these files in output/meta/csv folder that is generated when you run the code.
Does that answer your question?
Kind regards,
Ben
From: rpacka...@googlegroups.com <rpacka...@googlegroups.com>
On Behalf Of Ori - Roee Admon Lab
Sent: 16-11-2021 06:55
To: R package GGIR <Rpacka...@googlegroups.com>
Subject: Re: [GGIR] PA daytime output analysis
p.s. If there is a report that is reflecting exactly what I'm looking for (in 1 seconds long epochs outputs) - I would love to know how it could be created.
On Tuesday, November 16, 2021 at 8:50:15 PM UTC+2 Ori - Roee Admon Lab wrote:
Hi Vincent,
For our research, I need indications for a change in PA in the shortest periods of time,
In order to compare it to changes in HR and other measured physiological data.
As I said, I'm looking for the output related to the report I attached * to see these changes as a vector representing changes in activity trends.
Thank you so much!
Ori
*This report:
To view this discussion on the web, visit https://groups.google.com/d/msgid/RpackageGGIR/bd8ff07a-ac7f-4c38-8b74-7b5e4c470de0n%40googlegroups.com.