Hi everyone,
I’m encountering an issue with GGIR while processing some specific accelerometer files (".gt3x"). The error message I’m getting is:
“Error in as.POSIXlt.character(w0[k], tz = desiredtz) : character string is not in a standard unambiguous format”
It only happens with certain files, but when I check the valid weekday and weekend days for these individuals, the data appears correct. Has anyone come across this error before or know how to fix it? Any advice would be appreciated!
Thanks a lot!
Best,
Juan Pablo
Thank you very much for your interest in helping me, Leandro.
Here is my script:
I have never worked with gt3x data so I don't know this, but maybe you need to use the extEpochData_timeformat argument. The gt3x format, as far as I remember, does not carry timestamps you can read like this, so maybe it has nothing to do with it. From the manual:
Juan Pablo: I’m encountering an issue with GGIR while processing some specific accelerometer files (".gt3x"). The error message I’m getting is:
“Error in as.POSIXlt.character(w0[k], tz = desiredtz) : character string is not in a standard unambiguous format”
--
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/aed56ea1-a145-4d4c-9e65-82befdd02adfn%40googlegroups.com.
--
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, visit https://groups.google.com/d/msgid/RpackageGGIR/5cc01312-2ca8-4198-88ea-168fb8f7a51fn%40googlegroups.com.
Best,
Nicolás