View source: R/pkindirectmodel.R
pkindirectmodel_MappingParameters | R Documentation |
PK Indirect mapping parameters
pkindirectmodel_MappingParameters(
ID = NULL,
Time = NULL,
A1 = NULL,
Aa = NULL,
A = NULL,
A1_Rate = NULL,
A1_Duration = NULL,
Aa_Rate = NULL,
Aa_Duration = NULL,
A_Rate = NULL,
A_Duration = NULL,
A1Strip = NULL,
CObs = NULL,
C1Obs = NULL,
A0Obs = NULL,
EObs = NULL,
nV = NULL,
nV2 = NULL,
nV3 = NULL,
nCl = NULL,
nCl2 = NULL,
nCl3 = NULL,
nKa = NULL,
nA = NULL,
nAlpha = NULL,
nB = NULL,
nBeta = NULL,
nC = NULL,
nGamma = NULL,
nKe = NULL,
nK12 = NULL,
nK21 = NULL,
nK13 = NULL,
nK31 = NULL,
nTlag = NULL,
nKm = NULL,
nVmax = NULL,
nFe = NULL,
nMeanDelayTime = NULL,
nShapeParamMinusOne = NULL,
nShapeParam = NULL
)
ID |
Column mapping argument for input dataset column(s) that identify
individual data profiles. Only applicable to population models |
Time |
Column mapping argument that represents the input dataset column for the relative time used in a study and only applicable to time-based models. |
A1 |
Column mapping argument that represents the input dataset column for the amount of drug administered. Only applicable to the following types of models:
|
Aa |
Column mapping argument that represents the input dataset column
for the amount of drug administered and only applicable to models with |
A |
Column mapping argument that represents the input dataset column
for the amount of drug administered and only applicable to models with
|
A1_Rate |
Column mapping argument that represents the input dataset column for the rate of drug administered. Only applicable to the following types of models:
|
A1_Duration |
Column mapping argument that represents the input dataset column for the duration of drug administered. Only applicable to the following types of models:
|
Aa_Rate |
Column mapping argument that represents the input dataset column
for the rate of drug administered and only applicable to models with |
Aa_Duration |
Column mapping argument that represents the input dataset column
for the duration of drug administered and only applicable to models with |
A_Rate |
Column mapping argument that represents the input dataset column
for the rate of drug administered and only applicable to models with |
A_Duration |
Column mapping argument that represents the input dataset column
for the duration of drug administered and only applicable to models with |
A1Strip |
Column mapping argument that represents the input dataset column
for the stripping dose and only applicable to models with |
CObs |
Column mapping argument that represents the input dataset column
for the observations of drug concentration in the central compartment and only applicable
to models with |
C1Obs |
Column mapping argument that represents the input dataset column
for the observations of drug concentration in the central compartment and only applicable
to models with |
A0Obs |
Column mapping argument that represents the input dataset column
for the observed amount of drug in the elimination compartment. ( |
EObs |
Column mapping argument that represents the input dataset column for the observed drug effect. |
nV |
If |
nV2 |
If |
nV3 |
If |
nCl |
If |
nCl2 |
If |
nCl3 |
If |
nKa |
If |
nA |
If |
nAlpha |
If |
nB |
If |
nBeta |
If |
nC |
If |
nGamma |
If |
nKe |
If |
nK12 |
If |
nK21 |
If |
nK13 |
If |
nK31 |
If |
nTlag |
If |
nKm |
If |
nVmax |
If |
nFe |
If |
nMeanDelayTime |
If |
nShapeParamMinusOne |
If |
nShapeParam |
If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.