R/qvcalc.survreg.R

Defines functions qvcalc.survreg

Documented in qvcalc.survreg

qvcalc.survreg <- 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.