I am running a propensity score analysis where imbalanced covariates are adjusted for using a logistic regression model but obviously, I get OR with log reg. Is there a way to convert it into RR or calculate it directly as RR?
I have come across marings and adjrr but for both of these, I need to run the logistic regression model first which cannot be done as I follow it up with psmatch2 command:
Code:
logistic trt var1 var2 var3 predict pscore sum pscore set seed 1428 generate x=runiform() sort x psmatch2 trt, out(var1 var2) pscore(pscore) caliper(.001) noreplacement descending common logit
0 Response to converting OR into RR
Post a Comment