BookmarkSubscribeRSS Feed
deleted_user
Not applicable
proc sort data=revise;
by Cond1 Cond2;
run;

/*Commands to run graphs for Robb*/
goptions reset=global gunit=pct border cback=white
device=pscolor
gsfname=grafout
interpol=join
gsfmode=append
colors=(black blue green red yellow purple orange mauve pink brown)
ftitle=swissb ftext=swiss htitle=6 htext=4;

symbol1 color=red
interpol=join
value=dot
height=1;

symbol2 color=blue
interpol=join
value=dot
height=1;

symbol3 color=black
interpol=join
value=dot
height=1;

symbol4 color=green
interpol=join
value=dot
height=1;

symbol5 color=yellow
interpol=join
value=dot
height=1;

symbol6 color=purple
interpol=join
value=dot
height=1;

symbol7 color=chartreuse
interpol=join
value=dot
height=1;

symbol8 color=brown
interpol=join
value=dot
height=1;

proc gplot data=revise;
by Cond1 Cond2;
plot E4*Sample_Num E5*Sample_Num E10*Sample_Num E11*Sample_Num E12*Sample_Num E16*Sample_Num E19*Sample_Num E20*Sample_Num/overlay frame vaxis=axis1 haxis=axis2 legend=legend1;
/*filename grafout 'mygraph1.ps';*/

goptions device=pscolor
gsfname=grafout
interpol=join
gsfmode=append;
run;

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 0 replies
  • 864 views
  • 0 likes
  • 1 in conversation