billdenney / pknca

An R package is designed to perform all noncompartmental analysis (NCA) calculations for pharmacokinetic (PK) data.
http://billdenney.github.io/pknca/
GNU Affero General Public License v3.0
67 stars 24 forks source link

Including dosing details into PK.results$result Table #229

Closed Gong-Chen closed 1 year ago

Gong-Chen commented 1 year ago

I am new to PKNCA and got a question… Is there a way to include dosing details (e.g. dose level, dose duration and route) as additional rows into PK.results$result Table at the point of executing pk.nca? I tried to set Intervals and add.interval.col but didn’t have any luck. Thanks