options ls=75; /* Thanks to the student who pointed out the existence of this new procedure */ proc power; onewayanova groupmeans= 230 | 230 | 320 stddev=100 power = .9 ntotal=.; plot y=power min=.1 max=.99; run;