Dear friends,
I am examining a survival analysis regarding tax recovery speed of post-conflict states. In my paper, I basically created a dummy for recovery and coded 0 if a state reaches its pre-conflict tax levels and coded 1 if the state could not reach the pre-war tax levels. Additionally, I created a variable to code within how many years did the state reached its pre-conflict levels. For example, state A has a civil conflict in 1980 and if state A reaches its 1979 tax levels within the available data time interval, I coded 0 and if not I coded 1. If the state could reach its 1979 tax levels in 1990 I coded durationtime as 10. As to command in stata I could not be sure which type stse to use. For the relevant issue should I use "stset durationtime, failure(censored)" or "stset durationtime, failure(censored==0)" ?
Thanks for your help!
Regards
I am examining a survival analysis regarding tax recovery speed of post-conflict states. In my paper, I basically created a dummy for recovery and coded 0 if a state reaches its pre-conflict tax levels and coded 1 if the state could not reach the pre-war tax levels. Additionally, I created a variable to code within how many years did the state reached its pre-conflict levels. For example, state A has a civil conflict in 1980 and if state A reaches its 1979 tax levels within the available data time interval, I coded 0 and if not I coded 1. If the state could reach its 1979 tax levels in 1990 I coded durationtime as 10. As to command in stata I could not be sure which type stse to use. For the relevant issue should I use "stset durationtime, failure(censored)" or "stset durationtime, failure(censored==0)" ?
Thanks for your help!
Regards
Comment