BookmarkSubscribeRSS Feed
robertrao
Quartz | Level 8

Hi,

Thanks for the quick and detailed response.

Regards

Karun

Ksharp
Super User

Astounding is a good one .Have already given you a detail explanation .

I just want give an example to demonstrate it .

For each of data step iteration , I set ina=0 and inb=0. when this obs belong to A or B, ina or inb will be set 1 respectively .

A       

id      

1  

1

2

2

2

B

id

1

1

1

2

2

A           B      ina   inb

1            1       1      1

1            1       1      1

.             1       0      1

2             2       1       1

2            2        1       1

2            .          1       0

If you didn't set ina=0 and inb=0, then both of them will always be 1 until reaching the next BY group.

Ksharp

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
  • 16 replies
  • 5648 views
  • 6 likes
  • 7 in conversation