peccary_pknca | R Documentation |
peccary_NCA
compute basic NCA analysis (no extrapolation)
peccary_pknca( dataset, Time, conc, Subject, dose = NA, EVID = NA, AUC0_x = 0, computeMedian = T, route = NA, rate = 0, duration = 0, option = NA, outputExpr = F )
dataset |
Dataset to analyze |
Time |
The name (unquoted) of the time column. Mandatory. |
conc |
The name (unquoted) of the observation column. Mandatory. |
Subject |
All the names (unquoted) of the grouping column separated by "+" (ID, YTYPE, nAdmin, any covariate....). |
dose |
Name of the dose column (unquoted) |
EVID |
The name (unquoted) of the evid column. Optional. Only line with evidcol = 0 will be kept |
AUC0_x |
Numeric input. Compute AUC from time 0 to time auc_0_X |
computeMedian |
Compute median of profile per Subject combination and time (avoid computational error) |
route |
Optionnal, either "intravascular" or "extravascular" |
rate |
Either name of the perfusion rate column or a number other of 0 for perf |
duration |
Either name of the perfusion duration column or a number other of 0 for perf |
option |
List of options to input in PKNCa, see their documentations |
outputExpr |
Output the expression (T), the result (F) or both ("Both") |
Thibaud Derippe (Thibaud.Derippe@gmail.com)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.