Displaying 2 results from an estimated 2 matches for "timefix".
Did you mean:
itefix
2018 Oct 16
2
invisible functions
...e for model.frame, so
I have code like this:
concordance.coxph <- function(fit, ..., newdata, group, ymin, ymax,
?????????????????????????????? timewt=c("n", "S", "S/G", "n/G", "n/G2"),
?????????????????????????????? influence=0, ranks=FALSE, timefix=TRUE) {
??? Call <- match.call()
??? .
??? .
??? .
??? cargs <- c("ymin", "ymax","influence", "ranks", "timewt", "timefix")
??? cfun <- Call[c(1, match(cargs, names(Call), nomatch=0))]
??? cfun[[1]] <- quote(cord.work)...
2018 Oct 16
0
invisible functions
...I have code like this:
>
> concordance.coxph <- function(fit, ..., newdata, group, ymin, ymax,
> ?????????????????????????????? timewt=c("n", "S", "S/G", "n/G", "n/G2"),
> ?????????????????????????????? influence=0, ranks=FALSE, timefix=TRUE) {
> ??? Call <- match.call()
> ??? .
> ??? .
> ??? .
> ??? cargs <- c("ymin", "ymax","influence", "ranks", "timewt", "timefix")
> ??? cfun <- Call[c(1, match(cargs, names(Call), nomatch=0))]
>...