BookmarkSubscribeRSS Feed
pink_poodle
Barite | Level 11

Hi friends,

I am doing the following:

           1. Obtaining propensity scores 

           2. Converting them to model weights

           3. Running the model

The model runs as follows:

PROC SURVEYREG DATA = ps;
	MODEL dyhosp = grp; 
	WEIGHT IPS;
RUN;

I need to compute Standardized Mean Differences (SMDs) as the fourth step.  Please advise.

Many thanks,

Eva

2 REPLIES 2
StatDave
SAS Super FREQ

Standardized mean differences can be computed in PROC PSMATCH which performs propensity scoring. See the Getting Started example in the PSMATCH documentation.

sbxkoenk
SAS Super FREQ

Do a Google search:

Standardized Mean Difference site:communities.sas.com

 

BR, Koen

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore Now →
What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 65 views
  • 0 likes
  • 3 in conversation