I'm using the user-written package khb in Stata15 on Windows 10. My data are sensitive and cannot be posted/copied. My goal is to a) estimate the effect of a potential mediating variable on the relationship between an ordinal DV and an ordinal IV in ordinal logistic regression with fweighted survey data, then b) to disentangle the effects of a number of such significant mediators to find their relative effects on the DV-IV relationship. These potential mediator variables are a mixture of ordinal, binary and continuous. I'm a bit confused about the khb output, however. The 'Reduced OR' minus the 'Full OR' does not equal the 'Diff OR' reported in any of my models, but it does seem to in every help file example I can find. For example,
[CODE]khb ologit fi4 i.SC || i.smok if sex==0 [fweight=fweighted], concomitant(age_w1) or summary[CODE]
gives the output(partial)...
[CODE]Decomposition using the KHB-Method
Model-Type: ologit Number of obs = 5959788
Variables of Interest: i.SC Pseudo R2 = 0.09
Z-variable(s): i.smok
Concomitant: age_w1
------------------------------------------------------------------------------
fi4 | or Std. Err. z P>|z| [95% Conf. Interval]
-------------+----------------------------------------------------------------
1.SC | (base outcome)
-------------+----------------------------------------------------------------
2.SC |
Reduced | 2.393325 .0167703 124.54 0.000 2.36068 2.426421
Full | 2.377004 .0166566 123.56 0.000 2.34458 2.409875
Diff | 1.006866 .0009339 7.38 0.000 1.005038 1.008698
-------------+----------------------------------------------------------------
3.SC |
Reduced | 3.991819 .0283347 195.01 0.000 3.936669 4.047743
Full | 3.915686 .0277999 192.26 0.000 3.861576 3.970553
Diff | 1.019443 .0009531 20.60 0.000 1.017577 1.021313
-------------+----------------------------------------------------------------
[CODE]
I may be misunderstanding something, but I thought that the Diff OR would, by definition, be 'Reduced OR'-'Full OR'? Thanks for any help!
Related Posts with Interpretation of user-written khb program output, reduced OR-full OR != diff OR
Is this data analysis sound? - Help a self-taught beginnerI am a young and new Stata user trying to learn how to draw conclusions from datasets. I have a smal…
How to proceed with variables with Unit Root or non stationarity using fixed effects estimation??I have a data set of N=280 and T =60. I did fisher test for each of my 9 variables. Only two have un…
How to plot wages by country , but for each country plot overlaid men and women wages?Suppose I want to plot wages of women and men by country. How can I do that? female and male wages a…
Issues with labelDear all, I have a dataset having the variable clear_fp_info, about the information provided for th…
How to add inequality constraints to gologit2 modelHow can I run a constrained gologit2 model with inequality constraint ( Beta of x1 <= Beta of x2)…
Subscribe to:
Post Comments (Atom)
0 Response to Interpretation of user-written khb program output, reduced OR-full OR != diff OR
Post a Comment