Hello!
I have multiple frequency tables which I've ouputted to a PDF, where each table is for one of n sites from the a given data set. I'd like to join these n tables together into one, however. Would you have suggestions for how?
Many thanks in advance!
Use
ODS OUTPUT ONEWAYFREQS;
To clarify, I have tables in this format:
Title: Site1
Freq Count
RA=Treatment
RA= Control
but I'd like it as follows
Site1 Freq Count
RA=Treatment
RA= Control
Site2
RA=Treatment
RA= Control
Site3
RA=Treatment
RA= Control
...
Would onewayfreqs work for this?
Thank you!
Look at proc tabulate instead since I assume you're using ODS.
If you want a bit more manual control look at the code here:
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 save with the early bird rate—just $795!
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.