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!
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
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.