Hi,
at the moment i have:
Proc Tabulate Data=res.Pseudo_dist_Min;
class HDiag3;
Var Alter_;
Table (N Mean STDDEV Median Min Max)*Alter_*Hdiag3;
run;
"Alter_" consists age information (variable of interest) and "Hdiag3" includes diagnoses.
and the result is:
How to convert the result to something like that (diagnoses in the row, N Mean etc. in the column and Alter_ as the variable of interest):
S06.0 S06.1 S06.2 etc
N
Mean
StdDev
etc
Thanks a lot ahead!
Mike
Try
Table (N Mean STDDEV Median Min Max), Alter_*Hdiag3;
Thank you!
Sometimes life can be so easy 🙂
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!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.