Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

trapezint

trapezoidal rule for AUC


Description

trapezoidal rule for AUC

Usage

trapezint(x, y, a, b)

Arguments

x

x - abscissae

y

y - ordinates

a

a - lower limit of integration

b

b - upper limit of integration

Details

uses approx

Value

estimated AUC

Examples

x <- sort(runif(30))
y <- sin(x)
print(trapezint(x,y,0,1))

ROC

utilities for ROC, with microarray focus

v1.66.0
Artistic-2.0
Authors
Vince Carey <stvjc@channing.harvard.edu>, Henning Redestig for C++ language enhancements
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.