predict.fitTK {rbioacc} | R Documentation |
Prediction function using fitTK
object
Description
Use when parameter are manually given by the user.
Usage
## S3 method for class '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
)
Arguments
object |
An object of |
data |
A data set with one column |
mcmc_size |
Size of mcmc chain if needed to be reduced |
fixed_init |
If |
... |
Additional arguments |
time_interp |
A vector with additional time point to interpolate. Time point of the original data set are conserved. |
iter |
Number of time steps |
param |
A dataframe with name of parameters |
time_accumulation |
the time of accumulation. |
C0 |
Gives the initial conditions of internal concentration. |
G0 |
initial condition of G0 (require if |
gmax |
gmax (require if |
Value
An object of class predictTK
An object of class predictTK