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
66 stars 23 forks source link

Use more subtle exclusion for aucint.inf.obs and aucint.inf.pred #270

Open billdenney opened 6 months ago

billdenney commented 6 months ago

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 change the exclusion to be conditional would be complex because it would require knowing if lambda.z was used.