BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
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

1 ACCEPTED SOLUTION

Accepted Solutions
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.

View solution in original post

3 REPLIES 3
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

Ksharp
Super User
You could calculate Cohen's d statistic to get a standardized mean difference.
Check Rick's blog:

https://blogs.sas.com/content/iml/2025/08/11/cohens-d-statistic-in-sas.html

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand in the Innovate Hub.

Watch 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
  • 3 replies
  • 613 views
  • 4 likes
  • 4 in conversation