My experiment arranged in Split Plot design. How to make a Charts/ Boxplots for Proportions of a Binary Variable ?
data Survival;
input A $ B $ Block Y; if Y=1 then 1='Survive'; else 0='Died';
datalines;
A1 B1 1 0
A1 B1 2 1
A1 B1 3 0
A1 B1 4 0
A1 B1 5 0
A1 B2 1 1
A1 B2 2 1
A1 B2 3 1
A1 B2 4 1
A1 B2 5 0
A1 B3 1 1
A1 B3 2 0
A1 B3 3 0
A1 B3 4 1
A1 B3 5 1
A2 B1 1 0
A2 B1 2 0
A2 B1 3 0
A2 B1 4 0
A2 B1 5 0
A2 B2 1 1
A2 B2 2 0
A2 B2 3 0
A2 B2 4 1
A2 B2 5 0
A2 B3 1 1
A2 B3 2 1
A2 B3 3 1
A2 B3 4 0
A2 B3 5 1
A3 B1 1 1
A3 B1 2 0
A3 B1 3 1
A3 B1 4 0
A3 B1 5 0
A3 B2 1 0
A3 B2 2 1
A3 B2 3 1
A3 B2 4 1
A3 B2 5 0
A3 B3 1 0
A3 B3 2 1
A3 B3 3 0
A3 B3 4 1
A3 B3 5 1
;
Is it true when it displayed in as shown below ? how to write the codes ?
Please help me it is so important for me...
Could you please start a new thread instead of extending a thread from 2010? A lot has changed in five years. Thanks.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.