View source: R/data-processing.R
compute_aoc | R Documentation |
Function computes area under ECDF curve (AOC)
compute_aoc(dfx, method = "Method", xarg = "Bstep", yarg = "Value")
dfx |
data frame with ECDF values |
method |
column name with algorithm(s) label(s) :: character |
xarg |
column name of x-axis :: character |
yarg |
column name of y-axis :: character |
data table with 'Aoc' column :: tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.