PKNCA_impute_method {PKNCA}R Documentation

Methods for imputation of data with PKNCA

Description

Methods for imputation of data with PKNCA

Usage

PKNCA_impute_method_start_conc0(conc, time, start = 0, ..., options = list())

PKNCA_impute_method_start_cmin(conc, time, start, end, ..., options = list())

PKNCA_impute_method_start_predose(
  conc,
  time,
  start,
  end,
  ...,
  max_shift = NA_real_,
  options = list()
)

Arguments

conc

Concentration measured

time

Time of concentration measurement (must be monotonically increasing and the same length as the concentration data)

start, end

The start and end of the interval

...

ignored

options

List of changes to the default PKNCA.options for calculations.

max_shift

The maximum amount of time to shift a concentration forward (defaults to 5% of the interval duration, i.e. 0.05*(end - start))

Value

A data.frame with one column named conc with imputed concentrations and one column named time with the times.

Functions


[Package PKNCA version 0.10.2 Index]