modelData: Create a list giving data and parameters to use in the model...

View source: R/model_data.R

modelDataR 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 data.frame

...

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 NA. To remove elimination rate, set elimination_rate = 0.

Value

A list with data and parameters require for model inference.


rbioacc documentation built on May 29, 2024, 3:57 a.m.