An S4 object containing samples from a Pk model
modelFunction
a function of parameters and hyperparameters
parameters
a data.frame of parameters of mean parameters as input to the modelFunction with columns:
parameter: parameter name for
explanation: optional explantion
value: fixed parameter value for PkModel-class
,
for PkModel-class
split up between minValue
and maxValue
coeffVariation: the coefficient of variation ( standard deviation / mean ) specifying between-subject variation,
for PkModelRange-class
split up into minValue
and maxValue
correlationMatrix
correlation matrix of parameters at the log-scale
coeffVariationError
the coefficient of variation for residual normally distributed error,
for PkModelRange-class
split up into minCoeffVariationError
and maxCoeffVariationError
@slot dosingInfo data frame containing:
time numeric, times when a dose is administered
dose numeric, with an amount of dose
timePoints
vector of time points
.Data
a numerical array of 3 dimensions ( nSubjects x nTimePoints x nSamples )