search for: timewt

Displaying 2 results from an estimated 2 matches for "timewt".

Did you mean: time_t
2018 Oct 16
2
invisible functions
...r function is called multiple times, with many arguments passed through from the parent.? I thought that this would be a good use for the trick we use 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&q...
2018 Oct 16
0
invisible functions
...tiple times, with many arguments passed through from the > parent.? I thought that this would be a good use for the trick we use 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",...