Description Usage Arguments Value Examples
The function calculates the area under the curve defined by x and y
1 | get_auc(x, y)
|
x |
numeric array |
y |
numeric array |
auc numeric value
1 2 3 4 | x <- 1:100
y <- 1:100
auc <- get_auc(x,y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.