fitTK
objectUse when parameter are manually given by the user.
# S3 method for fitTK
predict(object, data, mcmc_size = NULL, fixed_init = TRUE, ...)predict_stan(
object,
data,
mcmc_size = NULL,
fixed_init = TRUE,
time_interp = NULL,
iter = 1000,
...
)
predict_manual(
param,
data,
time_accumulation = NULL,
C0 = 0,
G0 = NA,
gmax = NA
)
An object of class predictTK
An object of class predictTK
An object of stanfit
A data set with one column time
and 1 to 4 exposure
Size of mcmc chain if needed to be reduced
If TRUE
fix the initial conditions of internal concentration.
columns with name in expw
, exps
, expf
and exppw
Additional arguments
A vector with additional time point to interpolate. Time point of the original data set are conserved.
Number of time steps
A dataframe with name of parameters kee
, keg
, ku1
,
ku2
, ..., km1
, km2
, ... and kem1
, kem2
, ...,
sigmaConc
, sigmaCmet
(if metabolites) and sigmaGrowth
(if growth).
The parameter kee
is mandatory.
the time of accumulation.
Gives the initial conditions of internal concentration.
initial condition of G0 (require if keg
is provided)
gmax (require if keg
is provided)
columns with name in expw
, exps
, expf
and exppw