123<<coxph>>=45## reported by Terry Therneau6coxph <- function(formula, data, weights, subset, na.action,7init, control, ties= c("efron", "breslow", "exact"),8singular.ok =TRUE, robust=FALSE,9model=FALSE, x=FALSE, y=TRUE, tt, method=ties, ...) {1011ties <- match.arg(ties)12Call <- match.call()1314... (20 lines omitted)1516timetrans <- attr(Terms, "specials")$tt17if (length(timetrans)) {18<<coxph-transform>>19}2021## next lines should not be ofsetted22<<coxph-setup>>23<<coxph-penal>>24<<coxph-compute>>25<<coxph-finish>>26}27@282930313233