Can anyone tell me how to have Stata produce the standard error of the
hazard (not the cumulative hazard) at each time t?
For instance, the two commands,
sts generate cum_haz = na, by(com_lang)
sts generate cum_haz_se = se(na), by(com_lang)
will do what I want for the cumulative hazard.
In addition,
sts generate haz = h, by(com_lang)
will generate the hazard function. I think I need something like
sts generate haz_se = se(h), by(com_lang)
Any ideas what I can do?
Thanks,
- Tom
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/