Perform Non-Compartmental Analysis (NCA) for each subject and analyte
Source:R/nif_nca_new.R
nif_nca_new.Rd
This function performs NCA analysis using the pknca package for each subject and analyte in a NIF object. It identifies administrations using the EVID field and calculates PK parameters for each dosing interval.
Arguments
- obj
A NIF object containing concentration-time data
- analytes
Optional vector of analytes to analyze. If NULL, all analytes will be analyzed.
- parameters
Optional vector of PK parameters to calculate. If NULL, default parameters will be used.
- keep
Optional vector of additional columns to keep in the output.