BookmarkSubscribeRSS Feed
Student
Calcite | Level 5
Dear all,

I am new here. I have a data set clustered by ID (kinda panel data). I would like to use the Proc Model. Here is the code I had:

Proc model data=mydata;
cluster ID;
y = b+ax
fit y;
run;

Do you think that this is the right approach?

Many thanks!
1 REPLY 1
Vdim
Calcite | Level 5
Hi,

I'm having exactly the same problem. I saw that there was no reply in this forum, anyway I am wondering whether you managed to solve this issue in some way.
Any help would be highly appreciated.

Thanks in advance,

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 757 views
  • 0 likes
  • 2 in conversation