inst/shinyApp/global.R

D.tmp <- rbinom(250, 1, .5)
example <- data.frame(M1 = rnorm(250, mean = D.tmp, sd = .5), M2 = rnorm(250, mean = D.tmp, sd = 2), D = D.tmp)
trim <- function (x) gsub("^\\s+|\\s+$", "", x)

Try the plotROC package in your browser

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

plotROC documentation built on Oct. 6, 2023, 5:10 p.m.