auc_partial_cpp: calculate partial AUC

Description Usage Arguments Examples

View source: R/RcppExports.R

Description

calculate partial AUC

Usage

1

Arguments

time

vector of time values

dv

concentration measurements

range

vector of min and max value of the partial auc range

Examples

1
2
3
4
5
6
## Not run: 
library(dplyr)
sd_oral_richpk %>% group_by(ID) %>% 
  summarize(pauc0_12 = auc_partial_cpp(Time, Conc, c(0, 12)))

## End(Not run)

PKPDmisc documentation built on April 14, 2020, 5:49 p.m.