powered by
This function implements the approximate conditional inferential approach of kz19;textualPHInfiniteEstimates to proportional hazards regression.
bestbeta(fit, exclude = NULL, start = NULL, touse = NA, usecc = FALSE)
Fitted survival analysis regression parameter of class coxph
Output from a Cox PH regression, with x=TRUE and y=TRUE
data set with stratum and patient number to exclude.
Starting value
columns of the design matrix to use.
Logical variable indicating whether to use a continuity correction, or nuerical variable representing teh continuity correction.
kz19PHInfiniteEstimates
bfit<-coxph(Surv(TIME,CENS)~T+N+CD,data=breast,x=TRUE) noccfit<-bestbeta(bfit) bestbeta(bfit,usecc=TRUE,start=noccfit$start)
Run the code above in your browser using DataLab