| DoseResponse | R Documentation |
Reshape data for using function on Dose-Reponse data#'
doseResponse(data, ...)
## S3 method for class 'BinaryData'
doseResponse(data, target.time = NULL, pool.replicate = FALSE, ...)
## S3 method for class 'CountData'
doseResponse(data, target.time = NULL, pool.replicate = FALSE, ...)
## S3 method for class 'ContinuousData'
doseResponse(data, target.time = NULL, pool.replicate = FALSE, ...)
data |
an object used to select a method |
... |
Further arguments to be passed to generic methods |
target.time |
Numeric. Default is |
pool.replicate |
Binary. Default is |
an object of class DoseResponse
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.