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.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.