diff --git a/articles/v02-example-theophylline.html b/articles/v02-example-theophylline.html index 9f8b65b9..f8bdee93 100644 --- a/articles/v02-example-theophylline.html +++ b/articles/v02-example-theophylline.html @@ -4938,7 +4938,7 @@
summary(results_obj)
## start end N auclast cmax diff --git a/news/index.html b/news/index.html index 2e6c7964..50df8e25 100644 --- a/news/index.html +++ b/news/index.html @@ -68,7 +68,7 @@
andNew FeaturesPKNCAconc()
PKNCAdose()
can now accept unit specifications as either column names or units to use (#336).
tmax
as a reference for BLQ handling by using new names in the conc.blq
argument (before.tmax
,after.tmax
)count_conc_measured
was added to enable quality checks, typically on AUC measurements. An associated exclusion function, exclude_nca_conc_count_measured()
was also added.count_conc_measured
was added to enable quality checks, typically on AUC measurements. An associated exclusion function, exclude_nca_count_conc_measured()
was also added.PKNCAconc()
arguments of include_half.life
and exclude_half.life
now allow NA
values. If all values are NA
, then no inclusion or exclusion is applied (the interval is treated as-is, like the argument had not been given). If some values are NA
for the interval, those are treated as FALSE
.