200 Design & Analysis of Clinical Trials for Economic Evaluation
**plot CE plane **;
goptions anno=ano1 device=cgmof97l gsfmode=replace
gsfname=gsasfile reset=global
ftext = swiss htitle = 5 htext = 3 gunit = pct
border cback = white hsize = 10in vsize = 6in;
axis1 order = (10000 to 60000 by 10000) offset = (3,0) label
= (a=90 ‘incremental cost’) width=2 minor=none; **y aaxis**;
axis2 order = (-0.1 to 2 by 0.1 ) offset = (5,5) label=(‘inc
eff’) width=2 minor=1000 major=10000;
proc gplot data=icer4;
plot incost*ineff=’*’ / href=0 vref=0;
run;