Displaying 2 results from an estimated 2 matches for "cphfit".
2012 Oct 06
2
Expected number of events, Andersen-Gill model fit via coxph in package survival
...hank you!
Omar.
############################
# Example of unexpected behavior in computing estimated number of events
# in using package "survival" for fitting the Andersen-Gill model
require(survival)
head(bladder2) # this is the data, in interval format
# Fit Andersen-Gill model
cphfit = coxph(Surv(start,stop,event)~rx+number+size+cluster(id),data=bladder2)
# Choose some arbitrary time horizons
t.horiz = seq(min(bladder2$start),max(bladder2$stop),length=6)
# Compute the cohort expected survival
s = survexp(~1,data=bladder2,ratetable=cphfit,times=t.horiz)
# This are the expecte...
2003 Apr 24
1
"Missing links": Hmisc and Design docs
...html latex example
missing link(s): key matxv survest key mgp.axis.labels win.slide
gs.slide
pphsm text html latex example
missing link(s): print.pphsm
print.cph text html latex
missing link(s): print.cphfit print.coxreg
print.cph.fit text html latex
missing link(s): print.coxreg
psm text html latex example
missing link(s): survest
summary.Design text html latex example
missing link(s): co...