Hi all,
I am trying to get the adjusted model, and LS means for my intervention and comparison group. I get this ERROR: Effects used in the LSMEANS statement must have appeared previously in the MODEL statement.
Here is a sample code:
proc glm data=have;
class ID;
model diff= childage childsex income c_race c_ethnicity/SOLUTION;
lsmeans ID;
run;
quit;
ID has to be listed in the MODEL statement, and in the CLASS statement.
ID has to be listed in the MODEL statement, and in the CLASS statement.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.