exposure {RsSimulx} | R Documentation |
Computation of AUC, Cmax and Cmin
Description
Compute the area under the curve, the maximum and minimum values of a function of time over a given interval or at steady state
Usage
exposure(
model = NULL,
output = NULL,
group = NULL,
treatment = NULL,
parameter = NULL,
data = NULL,
project = NULL,
settings = NULL,
regressor = NULL,
varlevel = NULL
)
Arguments
model |
a |
output |
a list with fields:
|
group |
a list, or a list of lists, with fields:
|
treatment |
a list with fields
|
parameter |
a vector of parameters with their names and values |
data |
a list |
project |
the name of a Monolix project |
settings |
a list of optional settings
|
regressor |
a list, or a list of lists, with fields
|
varlevel |
a list, or a list of lists, with fields
|
Details
Input arguments are the input arguments of Simulx (http://simulx.webpopix.org)
Specific input arguments can be also used for computing the exposure at steady state, i.e. after the administration of an "infinite" number of doses. See http://simulx.webpopix.org/exposure/ for more details.
Value
A list of data frames. One data frame per output is created with columns id
(if number of subject >1),
group
(if number of groups >1), t1
(beginning of time interval), t2
(end of time interval),
step
(time step), auc
(area under the curve), tmax
(time of maximum value), cmax
(maximum value),
tmin
(time of minimum value), cmin
(minimum value).