Create a list giving data and parameters to use in the model inference.
modelData(object, ...)# S3 method for data.frame
modelData(object, time_accumulation, elimination_rate = NA, ...)
A list
with data and parameters require for model inference.
An object of class data.frame
Further arguments to be passed to generic methods
A scalar givin accumulation time
A scalar for the elimination rate. Default is NA
.
To remove elimination rate, set elimination_rate = 0
.