-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There was a bug when running part 6. Argument f0 is larger than the number of files in meta/ms5.outraw. #1262
Comments
You don't need to run part 6 unless you are specifically interested in the analyses occurring there, which I assume you are not from your original question. Please, (1) reset |
Thank you for your prompt reply. I just followed your suggestion and re-ran the test. Visual reports were successfully generated. However, my current research focuses on the results of part 6. I would like to know how to run part 6 successfully? |
Please see chapters 13 and 14 in the GGIR digital book: https://wadpac.github.io/GGIR/ Also see specific documentation on parameters you are interested in the GGIR documentation help file:
|
Thanks again for your reply, I have solved the problem. Looking forward to more progress from GGIR! |
@forget999 could you please share with us what solved the problem for you? Doing so will help:
|
Thanks for your reply! I have reset the "part6_threshold_combi" parameters number to meet the physical activity requirements of my research. |
In addition, I have two additional suggestions for GGIR, which I hope will be considered in the next version.
|
thanks
Yes, there was a bug in automating this, which has now been fixed by Jairo and I just merged it into the master branch. In the next GGIR release you can use part6_threshold_combi 's default setting of NULL again which will automatically use the first value of each intensity levels thresholds.
Thanks for reporting, I have created a new issue for it as this was an unintentional side effect of making GGIR compatible to older R versions.
See parameter maxRecordingInterval.
This difference is expected. The IS and IV algorithm is identical but applied to different segments of the recording, which I have tried to better explain in the latest revision of the corresponding documentation. |
Thanks for your reply! I tried to set idloc and maxRecordingInterval to solve the problem of merging multiple measurement files (csv) under the same ID. At the same time, I am confused about the setting of maxRecordingInterval parameter. For example, for an uninterrupted continuous measurement of a person without missing time, the result csv is only divided into multiple parts. Should maxRecordingInterval be set to 0 at this time? ![]() ![]() |
Dear Developer, When using version 3.1-11, run mode = 1:6, no report is generated in the file summary report folder of the result file, although I set the part6_threshold_combi parameter. The console displays an error as shown below. My visualization settings are as follows,
dofirstpage =T,
do.visual = TRUE,
visualreport = TRUE,
old_visualreport = T,
part6DFA=T,
part6CR=T,
cosinor=T,
part6Window=c("W1", "W-1"),
part6_threshold_combi="40_100_120".
I'm not sure if this is a problem with version 3.1-11. I look forward to your reply. Thank you!
The text was updated successfully, but these errors were encountered: