lag_lead: Estimate Lagging and Leading Times and Concentrations

Description Usage Arguments Value

View source: R/lag.lead.r

Description

Estimates lagging and leading times and concentrations. Used by correct.xx functions to estimate lagging and leading timepoints and concentrations for each timepoint.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
lag_lead(
  x,
  nomtimevar1 = NA,
  depvar1 = NA,
  timevar1 = NA,
  lagc = NA,
  lagt = NA,
  leadc = NA,
  leadt = NA,
  ...
)

Arguments

x

data.frame

nomtimevar1

column name in x indicating nominal time after dose

depvar1

column name in x indicating concentration

timevar1

column name in x indicating actual time after dose

lagc

concentration at previous sampling time

lagt

previous sampling time

leadc

concentration at next sampling time

leadt

next sampling time

...

ignored

Value

data.frame


qpNCA documentation built on Aug. 16, 2021, 5:08 p.m.