Learn R Programming

PKbioanalysis (version 0.5.0)

nca_table: Calculate Cmax, Tmax and AUC for each subject given a compound's PK profiles

Description

Calculate Cmax, Tmax and AUC for each subject given a compound's PK profiles

Usage

nca_table(x, compound_id)

Value

data frame with columns: subject_id, cmax, tmax, auc_last, compound_id

Arguments

x

QuantRes object with PK profiles extracted

compound_id

Compound ID for which to calculate NCA parameters

Details

This function calculates Cmax, Tmax and AUC for each subject given a compound's PK profiles.