pk.calc.count_conc: Count the number of concentration measurements in an interval

View source: R/pk.calc.simple.R

pk.calc.count_concR Documentation

Count the number of concentration measurements in an interval

Description

count_conc is typically used for quality control on the data to ensure that there are a sufficient number of non-missing samples for a calculation and to ensure that data are consistent between individuals.

Usage

pk.calc.count_conc(conc, check = TRUE)

Arguments

conc

Measured concentrations

check

Run assert_conc()?

Value

a count of the non-missing concentrations (0 if all concentrations are missing)

See Also

Other NCA parameters for concentrations during the intervals: pk.calc.clast.obs(), pk.calc.cmax(), pk.calc.cstart(), pk.calc.ctrough()


billdenney/pknca documentation built on April 1, 2024, 10:45 p.m.