peccary_NCA: Non Compartimental Analysis (Warning, ongoing development)

peccary_NCAR Documentation

Non Compartimental Analysis (Warning, ongoing development)

Description

compute NCA analysis from a dataset. Function on development, use with precaution.

Usage

peccary_NCA(dataset, x = TIME, y = IPRED, group = ID, occ = OCC,
  auc_0_X = 0, dose = dose, extend = F, npoint = 3,
  forceLinear = F, Tinf = 0)

Arguments

dataset

data.frame/tibble containing all informations

x

name of the x column (TIME per default)

y

name of the y column (IPRED per default)

group

name of the group column (ID per default)

dose

name of the dose column (dose per default)

extend

if false perform a minimal analysis

npoint

number of last point usef for last slope computation

forceLinear

bool, if false (default) use a mixed Linear log-linear trapezoidal method, if false use only linear method

Tinf

numeric, time of infusion, used for MRT correction

Author(s)

Thibaud Derippe (Thibaud.Derippe@gmail.com)


Peccary-PMX/Peccary documentation built on Jan. 17, 2024, 9:27 p.m.