BookmarkSubscribeRSS Feed
HaloPlayer420
Calcite | Level 5

HaloPlayer420_0-1708195833780.png

 

 

Using the lines function in proc glimmix and getting this table, how do i change the order of the "id" i want it to be n0,n15,n60,n100,n200 so i can show this graph a bit better in my presentation. Is there any way to do this

 

 

proc glimmix;
class id inoc ;
model shootdw=id inoc id*inoc;
lsmeans id*inoc/ pdiff adj=tukey ;
slice id*inoc/sliceby=inoc linesTABLE ;

run;

 

 

this is my current code

2 REPLIES 2
PGStats
Opal | Level 21

The Lines graph must represent the class levels ordered by Estimate values. Otherwise, how would it show, for example, in your graph, the link between levels N15 and N200 if they weren't adjacent?

PG
HaloPlayer420
Calcite | Level 5

Thank you, is ther any other function that can make me a graph (or a histogram ) that shows the pairwise differences with tukey?

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 579 views
  • 2 likes
  • 2 in conversation