BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
yael
Quartz | Level 8

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

 

                                                                                                                                  

1 ACCEPTED SOLUTION

Accepted Solutions
ballardw
Super User

What does the log look like when you run this code. It will help to post the contents from the log.

View solution in original post

1 REPLY 1
ballardw
Super User

What does the log look like when you run this code. It will help to post the contents from the log.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 798 views
  • 0 likes
  • 2 in conversation