search for: nblowci

Displaying 1 result from an estimated 1 matches for "nblowci".

Did you mean: blowci
2011 Jun 16
0
coxph: cumulative mortality hazard over time with associated confidence intervals
...tained proper estimates of the cumulative hazard for both males and females with associated confidence intervals but I have doubts regarding my calculations # I used basehaz ?H0? to get to the baseline hazard (covariate level 0, males in this case) basehazard <- basehaz(M1, centered=FALSE)[,1] NBLOWCI <- basehazard * exp(1.96*sqrt(M1$var[1])) NBHIGHCI <- basehazard * exp(-1.96*sqrt(M1$var[1])) # I applied the following equation H0*exp(Beta*X) to get to the cumulative hazard over time (covariate level 1) for females, In # this case X=1, and Beta is the regression coefficient from the cox...