get_halflife_points | R Documentation |
Determine which concentrations were used for half-life calculation
get_halflife_points(object)
object |
A PKNCAresults object |
A logical vector with TRUE
if the point was used for half-life,
FALSE
if it was not used for half-life but the half-life was calculated
for the interval, and NA
if half-life was not calculated for the
interval. If a row is excluded from all calculations, it is set to NA
as
well.
o_conc <- PKNCAconc(Theoph, conc~Time|Subject)
o_data <- PKNCAdata(o_conc, intervals = data.frame(start = 0, end = Inf, half.life = TRUE))
o_nca <- pk.nca(o_data)
get_halflife_points(o_nca)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.