Home › forum / support › b) MEA – forum and support › Data Analysis / Statistics › Reply To: Data Analysis / Statistics
October 11, 2022 at 7:06 am
#671
Keymaster
Dear minisharmaa,
You are correct in what you state above. The most straightforward solution to the problem of different sized ROIs is using rMEA (R-package), where you can apply the z-transformation of your raw MEA-data (withoug centering the data).
e.g. –>
## rescale with standard deviation
mea_scaled = MEAscale(mea_raw, scale = “sd”, center = F, removeNA = TRUE)
For more details, see:
Kleinbub, J. R., & Ramseyer, F. T. (2021). rMEA: An R package to assess nonverbal synchronization in motion energy analysis time-series. Psychotherapy Research, 31(6), 817-830. doi:10.1080/10503307.2020.1844334
Best, Fabian