kleinbub / rMEA

an R package to perform synchronization analysis on motion energy time-series
GNU General Public License v3.0
15 stars 2 forks source link

shuffle_segments: Shuffle MEA data #13

Closed yimeng-zhang0418 closed 1 year ago

yimeng-zhang0418 commented 1 year ago

Hello,

image

I am currently using your R language function/algorithm and have encountered an issue while utilizing it. Upon execution, the function appears to exhibit unexpected behavior, and I received the following notification:

"NOTE: This function was not behaving as expected and has been temporarily disabled until fixed. A similar computation of this algorithm can be found on https://embodiment.ch/research/synchrony-computation.html"

I have visited the provided link and attempted a similar algorithm, but I would prefer to continue using your function as it better suits my requirements.

I look forward to your response and guidance. Thank you!

kleinbub commented 1 year ago

Dear yimeng, unfortunately I haven't fixed within subject shuffling yet. Is it mission critical for you? Have you considered using the more robust between subject shuffling using the shuffle() function?

On Sun, 18 Jun 2023 at 18:30, yimeng-zhang0418 @.***> wrote:

Hello, [image: image] https://user-images.githubusercontent.com/129748297/246677145-d17e4ffa-f810-43cd-a6cb-3120ac538060.png

I am currently using your R language function/algorithm and have encountered an issue while utilizing it. Upon execution, the function appears to exhibit unexpected behavior, and I received the following notification:

"NOTE: This function was not behaving as expected and has been temporarily disabled until fixed. A similar computation of this algorithm can be found on https://embodiment.ch/research/synchrony-computation.html"

I have visited the provided link and attempted a similar algorithm, but I would prefer to continue using your function as it better suits my requirements.

I look forward to your response and guidance. Thank you!

— Reply to this email directly, view it on GitHub https://github.com/kleinbub/rMEA/issues/13, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGMN63WOYZI34MBFPFPZXRTXL4UJHANCNFSM6AAAAAAZK7STBI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Johann R. Kleinbub, PhD University of Padova FISPPA Dep. - Section of Applied Psychology Cell: +39 3495986373 https://unipd.zoom.us/my/kleinbub

yimeng-zhang0418 commented 1 year ago

Thank you for your prompt response. I appreciate your attention to the issue. After further exploration, I've adjusted my analysis and successfully resolved the problem. If there are any updates regarding the fix for the within subject shuffling, I would still be interested in knowing about them for future reference. Thank you!