Displaying 1 result from an estimated 1 matches for "haz2".
Did you mean:
hal2
2008 Sep 05
1
Confidence Intervals on Hazard Plots
Hello, Is it possible to create confidence intervals for hazard rates? ?I'm creating two muhaz objects:?
haz1 <- muhaz(NumDaysCustomer[cRV=="true"],status[cRV=="true"])
haz2 <- muhaz(NumDaysCustomer[cRV=="false"],status[cRV=="false"])
and plotting them. ?
There are many, many more observations in the cohort cRV=="false" than =="true". ?And, there are many more observations with lifetimes in the middle of the range than a...