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
Making a variable for one year from information present in both yearsHi everyone, I have 2 years datasets (2007 and 2009) which has information on household food borrow…
Y-Var shows trend - how to deal with it?Hello dear community, I use the following regression model of an article in JFE, this is the exact …
Command for computing effect size for paired/dependent samples t-testHello, I am trying to run some code for computing as effect size for paired sample t tests. It will…
Want Missing+Nonmissing= MissingHello Stata users, I am using bysort egen total() and want to know if there is any way I can make m…
Importing SAS data into StataI am trying to import SAS data into STATA using import wizard in the menu but few of the columns are…
Subscribe to:
Post Comments (Atom)
0 Response to Interaction terms in logit regression Computing real odd after estimation
Post a Comment