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?
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.
Can I set or customize proctitle for PROC SGRENDER/SGPLOT with this macro?
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!
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.
Ready to level-up your skills? Choose your own adventure.