SAS Procedures

Help using Base SAS procedures
BookmarkSubscribeRSS Feed
Jimbo
Calcite | Level 5
Hi,

Sorry if this is an old question but I cannot find a answer in the forum / support materials.

I'm new to SAS and am trying to create a table to compare baseline characteristics between two groups (intervention / no intervention).

Some of the baseline data is binary (eg diabetes / not) and some is numerical (eg age).

Using either proc report / tabulate I can show that between group 1 and 2 the average age / percent of diabetics looks roughly the same, but I am at a loss to show that they are 'statistically comparable' by incorporating p-values for each characteristic between groups.

Is it possible to incorporate this calculation or do I need to independently perform the calculation and subsequently incorporate this data to my table?

Many thanks for any help,
Jim
2 REPLIES 2
Ksharp
Super User
Yes.You need to independently perform the calculation and subsequently incorporate this data to your table.
If they were matched obs then firstly calculate their difference x=a-b ,secondly to test whether x equal zero.
If they were independently then use proc ttest or proc nparm1way to calculate the p-value.


Ksharp
Jimbo
Calcite | Level 5
Many thanks,

Jim

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

What is Bayesian Analysis?

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1118 views
  • 0 likes
  • 2 in conversation