llTrapAUC {httkgui}R Documentation

Calculate AUC using trapezoid and logarithmic trapezoid methods.

Description

Provided time and value vectors, will pick linear or logarithmic term for trapezoid estimate of AUC based on whether values go up or down at particular step.

Usage

    llTrapAUC(time, value)

Arguments

value

Vector of values over time

time

Vector of times

Details

...

Author(s)

Witold Wiecek / LA-SER


[Package httkgui version 1.0 Index]