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-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!

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.

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