BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Dynamike
Calcite | Level 5

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:

Output.jpg

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

1 ACCEPTED SOLUTION

Accepted Solutions
PGStats
Opal | Level 21

Try

 

Table (N Mean STDDEV Median Min Max), Alter_*Hdiag3;

PG

View solution in original post

3 REPLIES 3
PGStats
Opal | Level 21

Try

 

Table (N Mean STDDEV Median Min Max), Alter_*Hdiag3;

PG
Dynamike
Calcite | Level 5

Thank you!

Sometimes life can be so easy 🙂

sasuser123123
Quartz | Level 8
I've a data like ,
Lab drug visit sub
A01 asl2mg 1 90
A02 aa00mg 1 89
A03 asl3mg 1 88
A04 asl3mg 1 88
A01 asl2mg 2 70
A02 asl2mg 2 79
.
.
.
.

I want the report like
Sub
Lab_group. N. Mean
A01. Somevalue some value
.
.
.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 6711 views
  • 0 likes
  • 3 in conversation