I am trying to compare tumors or not for 2 different groups. However, when I run the Proc Freq it shows the results in different charts. What should I do differently?
Code
proc freq data=tCto502 order=data;
by Group;
table TumorYesorNoCoded*Group / fisher;
run;
I got the following notes.
NOTE: No statistics are computed for TumorYesorNoCoded * Group because Group has fewer than 2
nonmissing levels.
NOTE: The above message was for the following BY group:
Group=50
NOTE: No statistics are computed for TumorYesorNoCoded * Group because TumorYesorNoCoded has fewer
than 2 nonmissing levels.
NOTE: The above message was for the following BY group:
Group=Control