modelData {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(object, ...)
## S3 method for class 'data.frame'
modelData(object, time_accumulation, elimination_rate = NA, ...)
Arguments
object |
An object of class |
... |
Further arguments to be passed to generic methods |
time_accumulation |
A scalar givin accumulation time |
elimination_rate |
A scalar for the elimination rate. Default is |
Value
A list
with data and parameters require for model inference.
[Package rbioacc version 1.2.1 Index]