Hello
I am trying to get the result of the following code:
proc mixed data=sasuser.sasfile250516 method=ml covtest;
class ef ec ee ds e;
model dz=DS E/s intercept;
random ap;
repeated/type=un r;
run;
The only tables in this running that I get are:
Model Information
Class Level Information
Dimensions
Number of Observations
And all other tables are not accepted. What I did wrong?
Thanks a lot
What does the log look like when you run this code. It will help to post the contents from the log.
What does the log look like when you run this code. It will help to post the contents from the log.
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.