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;

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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