How can I create a BIBD with some of the treatments replace with missing values. So let say I have 4 treatments but I am selecting 3 at a time. With each of the 3 selected I can have 6 different arrangement but with one of the treatments missing. Let me illustrate it
trt1 trt2 trt3 trt4
1 1 1 block 1
1 1 1 block 2
1 1 1 block 3
1 1 1 block 4
for block 1 I can have using ranks (trt4 is missing)
trt1 trt2 trt3 trt4
1 2 3
1 3 2
2 1 3
2 3 1
3 1 2
3 2 1
for block 1 I can have using ranks (trt3 is missing)
trt1 trt2 trt3 trt4
1 2 3
1 3 2
2 1 3
2 3 1
3 1 2
3 2 1
this will go own up to block 4.
@Shomo_olongus wrote:
How can I create a BIBD with some of the treatments replace with missing values. So let say I have 4 treatments but I am selecting 3 at a time. With each of the 3 selected I can have 6 different arrangement but with one of the treatments missing. Let me illustrate it
trt1 trt2 trt3 trt4
1 1 1 block 1
1 1 1 block 2
1 1 1 block 3
1 1 1 block 4
for block 1 I can have using ranks (trt4 is missing)
trt1 trt2 trt3 trt4
1 2 3
1 3 2
2 1 3
2 3 1
3 1 2
3 2 1
for block 1 I can have using ranks (trt3 is missing)
trt1 trt2 trt3 trt4
1 2 3
1 3 2
2 1 3
2 3 1
3 1 2
3 2 1
this will go own up to block 4.
I may be dense today but from you post I 1) cannot tell what your starting data actually looks like or 2) what you want the output to look like.
I think you are looking for PROC PLAN but you aren't clear as to which type of design you may be looking for.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.
Ready to level-up your skills? Choose your own adventure.