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.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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