knitr::opts_chunk$set(
  collapse = FALSE,
  comment = "#>",
  fig.align = "center",
  fig.width = 6
)

opt_def <- knitr::opts_chunk$get()

Load package

library(manyROC)

// Introduction is being prepared... //

...

# Make some data
set.seed(1)
(x_ <- rnorm(10))
(gr_ <- gl(n = 2, k = 5, length = 10, labels = c("H","S")))

# Explore the functions
roc_analysis(x_, gr_)


GegznaV/multiROC documentation built on Sept. 15, 2020, 10:33 a.m.