peccary_NCA | R Documentation |
compute NCA analysis from a dataset. Function on development, use with precaution.
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)
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 |
Thibaud Derippe (Thibaud.Derippe@gmail.com)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.