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

Add Accumulation Ratio Parameters #222

Open billdenney opened 1 year ago

billdenney commented 1 year ago

Review the CDISC standard to get the full list. At minimum:

billdenney commented 1 year ago

Concept for interface:

create_secondary_intervals(o_data, rac.cmax = data.frame(DAY = c(1, 15)), clr = data.frame(ASPEC = c("URINE", "PLASMA")))

billdenney commented 1 year ago

Related to #76