This function processes the results from a PKNCA and exports them into CDISC compliant datasets. Attention: All parameters that do no match pptest dataframe will be lost in this pipeline!
export_cdisc(res_nca)A list with two data frames:
A data frame containing the PP (Pharmacokinetic Parameters) domain data.
A data frame containing the ADPP (Analysis Dataset for Pharmacokinetic Parameters) domain data.
Object with results of the NCA analysis.
Outputs are the following:
pknca_result Output from function call pk.nca() (formatted)
pknca_result_raw Output from function call pk.nca() (needs to be merged with upper later
on but now we avoid merge conflict)