R/plot.ahaz.R

"plot.ahaz"<-function(x, ...)
  {
    if(x$univar)
      stop("not supported for univariate regressions")
    out <- predict(x,type="cumhaz")
    plot(out, ...)
  }

Try the ahaz package in your browser

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

ahaz documentation built on May 13, 2022, 9:08 a.m.