audpc | R Documentation |
AUDPC
audpc(y, time)
y |
Ammount of the disease. |
time |
Measurement time |
area Area under the disease progress curve
day <- seq(10, 60, 10) sev <- c(0.22, 0.26, 0.28, 0.36, 0.39, 0.42) audpc(y = sev, time = day)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.