* MRM for RC method; PROC MIXED data=bmi METHOD=ML COVTEST; CLASS studyid; MODEL ChildhoodBMIz = age/SOLUTION; RANDOM INTERCEPT age/SUB=studyid TYPE=un G S cl; ODS LISTING EXCLUDE SOLUTIONR; ODS OUTPUT SOLUTIONR=randnew SOLUTIONF=fixednew; RUN;
I am using SAS Studio and am trying to run a mixed-effect regression model for the RC method. Above is my current code; however, I am receiving an ERROR message. Though I am unsure why?
ERROR: The LISTING destination is not active; no select/exclude lists are available.
It is the following line which is throwing the error:
ODS LISTING EXCLUDE SOLUTIONR;
Are you just trying to exclude SolutionR from the output? If so, I think you want:
ODS EXCLUDE SolutionR;
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Get started using SAS Studio to write, run and debug your SAS programs.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.