strengejacke / sjmisc

Data transformation and utility functions for R

Home Page:https://strengejacke.github.io/sjmisc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not merge when data are in long format

benjaminwnelson opened this issue · comments

Thank you for this great package! I noticed that data will not merge when it is in long format and it gives this error. Are there any ideas why this might be the case?

Error in apply(tmp, MARGIN = 1, FUN = mode_value) :
dim(X) must have a positive length

Which function are you referring to? Do you have a reproducible example?