Dear Community,
If you run the following code,
proc freq
data = sashelp.class;
tables age * sex;
run;
you will find that the output table contains the title "Table of Age by Sex". How can I remove this title?
I have tried playing around with the "title" statement and searching on Google and this forum, but to no avail.
Thanks,
Eric
Hi Art,
Thanks for the link. I solved my problem by modifying the template's code as given in the appendix. I also wanted my table to display only the variables' labels, not their names. Here are the steps that I took:
Thanks again for your help, Art!
: Take a look at: http://support.sas.com/resources/papers/freq92.pdf
Hi Art,
Thanks for the link. I solved my problem by modifying the template's code as given in the appendix. I also wanted my table to display only the variables' labels, not their names. Here are the steps that I took:
Thanks again for your help, Art!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.