BookmarkSubscribeRSS Feed
yapalparvi
Calcite | Level 5

I used Glimmix procedure to generate mean plots and wanted to change the axis label and titles.

Once I ran glimmix model with ods graphics on and ods trace on, it generates  a template file

 

Stat.Glimmix.Graphics.MeanPlot

 

I then ran

 

proc template;
Source  Stat.Glimmix.Graphics.MeanPlot;
run;

 

It did not generate any commands in the log so that I can modify the source

 

Any help is appreciated.

 

Thanks,

Ramesh

3 REPLIES 3
djrisks
Barite | Level 11

Hi Ramesh,

 

I believe you may need to use this instead?

 

proc template;
  source Stat.Graphics.MeanPlot;
run;

 

 

When I ran the code that you initially ran, I saw this note in the following not in the log "link Stat.Glimmix.Graphics.MeanPlot to Stat.Graphics.MeanPlot;". Hence, please see if you can get what you want, using the code above.

 

Many thanks,

 

Kriss

 

 

 

yapalparvi
Calcite | Level 5

HI Kriss,

 

Thanks for your reply. Your suggestion did not help.

 

Probably I need to use ODS graphics editor to edit meanplots

 

Thanks,

Ramesh

djrisks
Barite | Level 11

Hi Ramesh,

 

This should work. I assume you have the ODS Graphics option before your Proc Glimmix, and the default mean plots comes out of Glimmix?

 

Can you please show me the error message that you get?


Many thanks,

 

Kriss Harris

sas-innovate-white.png

🚨 Early Bird Rate Extended!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.

 

Lock in the best rate now before the price increases on April 1.

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 3 replies
  • 1425 views
  • 0 likes
  • 2 in conversation