auc_inf: Calculate AUCt-inf

Description Usage Arguments Details

View source: R/AUC_inf.R

Description

Calculate AUCt-inf

Usage

1
auc_inf(idv, dv, last_points = c(3, 4, 5), na.rm = TRUE)

Arguments

idv

column name for independent variable such as time

dv

column name for dependent variable such as concentration

last_points

vector of amount of points in terminal phase that will be evaluated for extrapolation

na.rm

remove any NAs from the idv/dv column before calculating AUC

Details

last_points defaults to 3, 4, 5 see auc_partial for other details


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