R/plot.predict.GORH.R

Defines functions plot.predict.GORH

Documented in plot.predict.GORH

plot.predict.GORH <-
function(x,...){
     arg<-list(...)
     plot(x$SurvTime,x$SurvProb,type="l",...)
     class(x)<-"predict.GORH"
}

Try the ICGOR package in your browser

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

ICGOR documentation built on May 1, 2019, 10:31 p.m.