pkmodel_MappingParameters | R Documentation |
PK model mapping parameters
pkmodel_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
)
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. ( |
Note that quoted and unquoted column names are supported. Please see colMapping
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.