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!
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.