R/to.lrm.R

Defines functions to.lrm

to.lrm <- function(fit){
    if (class(fit)[1]=='glm'){
        base.rms::logit2lrm(fit)
    }else{
        fit
    }
}

Try the ggDCA package in your browser

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

ggDCA documentation built on Sept. 6, 2020, 5:06 p.m.