I have not really been lectured on pairs analysis and am trying to use PROC PSMATCH but would now like to use an output from the PROC to get the Betas for my written report. Is this possible or am I not approaching this with the right concept? I thought there were Betas in a logistic regression. I have my diagnostic p values from before and after matching but would like a table of Betas too.
PSMATCH doesn't create a parameterEstimates table. An alternative is to run the equivalent model in PROC LOGISTIC, which provides the betas, and then use the PSDATA Statement in PSMATCH to import those propensity scores. See Example 100.8 Matching with Precomputed Propensity Scores.
PSMATCH doesn't create a parameterEstimates table. An alternative is to run the equivalent model in PROC LOGISTIC, which provides the betas, and then use the PSDATA Statement in PSMATCH to import those propensity scores. See Example 100.8 Matching with Precomputed Propensity Scores.
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register 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.