R/superpc.plot.lrtest.R

Defines functions superpc.plot.lrtest

Documented in superpc.plot.lrtest

superpc.plot.lrtest <- function(object.lrtestcurv, 
                                call.win.metafile=FALSE) {

    if (call.win.metafile) {
        dev.new()
    }
    
    plot(object.lrtestcurv$threshold, object.lrtestcurv$lrtest, xlab="Threshold", ylab="Likelihood ratio statistic", type="b")

    if (call.win.metafile) {
        dev.off()
    }

}

Try the superpc package in your browser

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

superpc documentation built on Oct. 24, 2020, 1:07 a.m.