Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: -sts gen [newvar] = h- : why do I get monotonous (increasing) hazards?
From
László Sándor <[email protected]>
To
[email protected]
Subject
Re: st: -sts gen [newvar] = h- : why do I get monotonous (increasing) hazards?
Date
Sun, 11 Jul 2010 15:44:27 +0200
Ahh, sorry, I forgot the code, though it is nothing surprising, I think:
sts if clean == 1, hazard by(reviewerrole) tmax(60) ///
title("Completion hazards by treatment group") ///
xline(45) xline(28) xline(21, lc(green)) xline(38, lc(green))
graph export refhazard.pdf, replace
cap drop hazard
sts generate hazard = h, by(reviewerrole)
2010/7/11 László Sándor <[email protected]>:
> Hi,
>
> I wanted to use -sts gen- to produce my own variant of the hazard
> graphs that -sts [graph]- produces. I am puzzled by what I get. That
> graph shows (very plausibly for my data) varying hazard, sometimes
> rising, sometimes falling, for all the four groups I plot it
> separately (using the option -by-). When I used the -sts gen [newvar]
> = h- command, I get hazards monotonously increasing in "time" (_t
> after stset).
>
> What am I doing wrong?
>
> I paste you the commands I use, but they are not functional w/o my
> data, I know. In any case, it would very useful if you could help me
> reproduce the -sts graph ..., hazard- graphs using the output of -sts
> gen ...=h-. (FYI, my goal is to use rough step function from -graph
> bar- instead of smooth kernel density estimate.)
>
> Thank you!
>
> Laszlo
> *
> * For searches and help try:
> * http://www.stata.com/help.cgi?search
> * http://www.stata.com/support/statalist/faq
> * http://www.ats.ucla.edu/stat/stata/
>
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/