pknca icon indicating copy to clipboard operation
pknca copied to clipboard

An R package is designed to perform all noncompartmental analysis (NCA) calculations for pharmacokinetic (PK) data.

Results 20 pknca issues
Sort by recently updated
recently updated
newest added

hi Bill, as mentioned a few months ago, I am interested in having the NCA output in [CDISC-compatible format](https://www.lexjansen.com/pharmasug/2017/PO/PharmaSUG-2017-PO01.pdf) (and input as well, but that can be tackled later). I'd...

Rversion = 4.3.2 I want to perform an NCA analysis for a single dose studies. I have concentration measurements at 5 timepoints from 0.25 to 24h for each subject, and...

For integration into the main PKNCA code base later Fix #170

Here is some code that works for at least one example: ``` nest.PKNCAconc

Currently, `aucint.inf.obs` and `aucint.inf.pred` are automatically excluded if the half-life calculation is excluded because they depend on `lambda.z`. But, that should only occur when the extrapolation is actually used. To...

# Find missing samples 1. Check if a subject has all nominal time samples which are not missing (requires that missing samples are provided with `NA` values) # Cmax/Tmax 1....

Revise this: https://github.com/billdenney/pknca/blob/94dfe657d9d6543ab765f6453da67dc2543bbf7f/vignettes/v30-training-session.Rmd#L1241-L1243 When #76 is resolved