Error message: 'names' attribute must be the same length as the vector

Error in names(wc$membership) <- colnames(data) : 
  'names' attribute [67] must be the same length as the vector [66]

I am trying to run EGA analysis in R and I am getting following error message(see above). I dont understand why I am getting this error message. Could someone please help me understand?

Thanks in advance

I believe you managed to install the package and this is another issue ?
It should be in another thread if so.

The error tells you that wc$membership as one more element than colnames(data). Without your data and a reprex it is difficult to help you more.

3 Likes

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.