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.
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
CFC_SAS_Communities_400x225.jpg
It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.
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.