R/rbsurv.R

Defines functions .First.lib

##########################################################################
#
#        
#    Robust Likelihood-based Survival Modeling for High-throughput Data
#
#             by
#
#      HyungJun Cho, Sukwoo Kim, and Soo-heang Eo
#      Deparments of Statistics and Biostatistics
#      Korea University
#
#        June 2008
#
##########################################################################

.First.lib <- function(lib, pkg) {  
     invisible()
     if(.Platform$OS.type=="windows" && require(Biobase) && interactive() 
        && .Platform$GUI=="Rgui") { addVigs2WinMenu("rbsurv") }
}

'rbsurv' <- function(time, ...)
{
    UseMethod("rbsurv")
}

Try the rbsurv package in your browser

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

rbsurv documentation built on Nov. 8, 2020, 5:31 p.m.