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
Standardized mean differences can be computed in PROC PSMATCH which performs propensity scoring. See the Getting Started example in the PSMATCH documentation.
Do a Google search:
Standardized Mean Difference site:communities.sas.com
BR, Koen
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
Explore Now →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.