R/print.CMRCTFit.R

print.CMRCTFit <-
function(x, ...) {
    cmrctfit <- x
    oldnames <- names(cmrctfit)
    attributes(cmrctfit) <- NULL
    names(cmrctfit) <- oldnames
    print.default(cmrctfit)
}

Try the CMRCT package in your browser

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

CMRCT documentation built on May 2, 2019, 6:44 p.m.