Hi, I am trying to change the increase the font size on the coefficients plot created by the GLMSELECT proc with the LASSO option but I have not been able to. I am using the example data from the SAS lasso example and used the following codes:
PROC GLMSELECT DATA=PCData PLOTS(STEPAXIS=NORMB)=COEFFICIENTS;
MODEL lpsa=lcavol lweight age lbph svi lcp gleason pgg45
/ SELECTION=LASSO(STOP=NONE);
RUN;
I searched quite a bit but it seems that I need to modify the relevant template but it seems too complicated. Is there an easy way to increase the font size of the graph generated from the proc?
Thanks for your help!
You can change fonts in a style template by following this example.
There are quite a lot of fonts to change in that plot.
Which ones do you want to change?
And yes, you probably have to change the underlying template
You can change fonts in a style template by following this example.
Thanks! It worked like a charm!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.