Analysis of Categorical Data
proc freq data=one;
tables arm*anyv34 / measures;
run;
Exercise: See if you can arrive at, and interpret, the estimates in the above table.
return to top | previous page | next page