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

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

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