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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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
  • 331 views
  • 2 likes
  • 2 in conversation