You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was having trouble running some initial models using JointAI with a data.frame that once had labelled data. I wondered if others had run into this previously and/or had any workarounds?
In brief, I'm using a data.frame that was once SPSS (that wasn't my choosing or doing FYI), but I tried to run this glme_imp model specification:
Error:
Variables of type “labelled” (variables: raceASIA_22_F_L1,
famstruct5_22_F_L1, AdultEduc_22_F_L1, povlev4_22_F_L1, sex_22_R_L1,
PlacesLived_22_R_F_L1, EverHomeless_22_R_F_L1, MothPhyH_22_R_F_L1,
LowBWght_22_R_F_L1, BornPre_22_R_F_L1, FoodSit_22_R1,
ACE2more11_22_R_F_L1) can not be handled.
Notably, I thought I had removed all the labels from things, using this command:
Hello all,
I was having trouble running some initial models using JointAI with a data.frame that once had labelled data. I wondered if others had run into this previously and/or had any workarounds?
In brief, I'm using a data.frame that was once SPSS (that wasn't my choosing or doing FYI), but I tried to run this glme_imp model specification:
I however get out this error:
Notably, I thought I had removed all the labels from things, using this command:
Checking the data type, it looks to be unlabeled:
Here's info about my R session:
Any thoughts for troubleshooting are much appreciated! (Also happy to share my data.frame... but it is fairly large... if that's useful).
Thanks in advance,
Jamie.
The text was updated successfully, but these errors were encountered: