get_halflife_points: Determine which concentrations were used for half-life...

View source: R/half.life.R

get_halflife_pointsR Documentation

Determine which concentrations were used for half-life calculation

Description

Determine which concentrations were used for half-life calculation

Usage

get_halflife_points(object)

Arguments

object

A PKNCAresults object

Value

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.

Examples

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)

PKNCA documentation built on June 8, 2025, 10:48 a.m.