PSMODEL treatvar <(trt-option)> = <effects> </ WEIGHT=weight> ;
The PSMODEL statement specifies the logistic regression model for computing propensity scores. If you omit the EWEIGHT statement, you must specify either the PSMODEL or PSDATA statement, but not both.
The treatment indicator variable treatvar must be a binary classification variable that is listed in the CLASS statement, and the effects are the explanatory effects, which can include variables, main effects, interactions, and nested effects for the logistic regression model.
You can use the following trt-option to specify the treated level for the binary treatment variable:
You can specify the following option to fit a weighted logistic regression: