BookmarkSubscribeRSS Feed
TimurShangareev
Calcite | Level 5

I used proc mixed to produce Studentized Residuals with model CHG =... CHG variable has label Change. But in output png file inner title (which placed in position, where usually template's entrytitle statement applied). So how I can change this entrytitle to Studentized Residuals for Change from Baseline?

TimurShangareev_1-1756736728308.png

 

1 REPLY 1
FreelanceReinh
Jade | Level 19

Hello @TimurShangareev,

 

Following Example 25.8 Changing Titles by Using the %GrTitle Macro from the SAS documentation I accomplished the change by inserting these two statements before the PROC MIXED step:

%grtitle(path=Stat.Mixed.Graphics.ResidualPanel)
%let Mixed_ResidualPanel = Studentized Residuals for Change from Baseline;

 

By deleting the above macro variable using

%symdel Mixed_ResidualPanel;

you can revert to the default title.

 

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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
  • 1 reply
  • 52 views
  • 0 likes
  • 2 in conversation