Hello,
I am examining a sample of firms over an 8 year period. I am using the Cox proportional hazard model to study whether 'manage' (a binary variable), moderated by growth and risk, impacts firms' hazard rate of termination.
I am running
After this, I would like to create an interaction graph to examine how the hazard rate varies when manage=1 versus manage=0, for all feasible values of growth (and, after similarly running a model with the risk interaction, for risk).
What is the best way to do this?
I tried using margins, but am getting unusually high values on the vertical axis. I also read in another thread that margins may not be the best way to generate this graph based on what one wishes to achieve, but am unsure how else to do so.
I would be grateful for any help, thank you very much!
I am examining a sample of firms over an 8 year period. I am using the Cox proportional hazard model to study whether 'manage' (a binary variable), moderated by growth and risk, impacts firms' hazard rate of termination.
I am running
Code:
stcox i.manage##c.growth risk x, vce(cluster industry) nohr
What is the best way to do this?
I tried using margins, but am getting unusually high values on the vertical axis. I also read in another thread that margins may not be the best way to generate this graph based on what one wishes to achieve, but am unsure how else to do so.
I would be grateful for any help, thank you very much!

Comment