Hi there, I am writing this logit model in stata: logit prop_FS_cat i.Path##need..., where Path is housing pathways (with 5 pathways) and need (0 vs. 1) is level of need for mental services... After the estimation, I've estimated the probabilities (margins) at need=0,1. Now, I would like to compute the (real) odd ratio for the interaction terms with confident interval (CI). I can compute the odd ratios manually using the estimated probabilities, but without CI. So, I've tried the lincom command, applying the formula for odd ratio (lincom (_b[1.need#5.Path]/(1-_b[1.need#5.Path]) - ( _b[1.need#1.Path]/(1- _b[1.need#1.Path]))). It doesn't work. I think the lincom only works for sum or difference operators. Please do you know whether a way to process with such estimation with Stata? Thanks a lot
Related Posts with Interaction terms in logit regression Computing real odd after estimation
Multiple regression tables in same word document with outreg2Is there any way where I can include multiple tables in the same word document using outreg2 or othe…
cannot compute an improvement -- discontinuous region encounteredI am trying to build a multilevel model with the governrate-level indicators, but I get this problem…
Multiple imputation and conditional()Hi Listers, I am interested in conducting a multiple imputation on a dataset looking at healthy beh…
How to repeat some command linesHello all, I need to repeat 3 line of commands in stata to create updated observations for three va…
Tobin's QHi all, I am trying to merge two data sets from Compustat to get Tobin's Q. I try to merge the two …
Subscribe to:
Post Comments (Atom)
0 Response to Interaction terms in logit regression Computing real odd after estimation
Post a Comment