R/qvcalc.coxph.R

Defines functions qvcalc.coxph

Documented in qvcalc.coxph

qvcalc.coxph <- function(object, factorname = NULL, coef.indices = NULL,
                         ...) {
    qvcalc.lm(object, factorname, coef.indices, ...)
}

Try the qvcalc package in your browser

Any scripts or data that you put into this service are public.

qvcalc documentation built on May 31, 2023, 9:03 p.m.