Page 2 of 2

Re: Long format? Reshaping?

Posted: Mon Jun 14, 2021 7:41 am
by RHainez
HI, I bump this up to know of there is any news about the reshaping data feature.

Have a nice day, cheers.

Re: Long format? Reshaping?

Posted: Fri Nov 05, 2021 1:04 am
by reason180
I'm barely competent at R programming and so am not ready to tackle building a jamovi module, but here are some very-simple-to-use wide-to-long and long-to-wide R scripts that I built around the rather complicated pivot_longer and pivot_wider functions in tidyR). Maybe somebody can build these into a jamovi module: https://sites.google.com/view/complexco ... /r-scripts

Re: Long format? Reshaping?

Posted: Fri Nov 05, 2021 8:37 pm
by MAgojam
Hi @reason180,
you already know about Sebastian Jentschke's package here:
https://github.com/sjentsch/jmvReadWrite
you may be interested in preparing a jamovi form for wide-to-long and long-to-wide.

Cheers,
Maurizio

Re: Long format? Reshaping? -- Aggregate only?

Posted: Tue Jun 13, 2023 1:21 pm
by AnneFrenzel
Hi, thanks for JAMOVI. My students love it and so do I! I have a question that fits with this thread but does not yet answer it, and I hope I have missed something. I am also looking into some sort of aggregation of long format data. That is, I have long format data with multiple rows per participant, each participant identified by an ID variable, and would like to aggregate across all lines for each participant, so that the number of lines are reduced to the number of participants in my sample. Can JAMOVI do this...? Thanks for your support!