R/plot.rocrisca.R

Defines functions plot.rocrisca

Documented in plot.rocrisca

plot.rocrisca <- function(x, ..., information=TRUE){

plot.default(NULL, xlim = c(0,1), ylim = c(0,1), ...)

lines(1-x$table$sp, x$table$se, ...)

if(information==TRUE){abline(c(0,1), lty=2)}
}

Try the survivalSL package in your browser

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

survivalSL documentation built on April 4, 2025, 3:55 a.m.