modelData_ode {rbioacc} | R Documentation |
Create a list giving data and parameters to use in the model inference.
Description
Create a list giving data and parameters to use in the model inference.
Usage
modelData_ode(
df_exposure,
df_internal,
y0 = 1,
t0 = -0.001,
unifMax = 10,
time_accumulation = NULL,
minK = -5,
maxK = 5,
...
)
modelData_ode(
df_exposure,
df_internal,
y0 = 1,
t0 = -0.001,
unifMax = 10,
time_accumulation = NULL,
minK = -5,
maxK = 5,
...
)
Arguments
df_exposure |
Dataframe of exposure with 2 column ( |
df_internal |
Dataframe of internal concentration with 2 column ( |
y0 |
Initial concentration |
t0 |
initial time point |
unifMax |
Hyperparameter value |
time_accumulation |
Time of accumulation |
minK |
Hyperparameter value |
maxK |
Hyperparameter value |
... |
Additional arguments |
Value
A list
with data and parameters require for model inference.
[Package rbioacc version 1.2.1 Index]