DoseResponse {morseDR}R Documentation

Prepare data for Dose-Reponse

Description

Reshape data for using function on Dose-Reponse data#'

Usage

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, ...)

Arguments

data

an object used to select a method doseResponse

...

Further arguments to be passed to generic methods

target.time

Numeric. Default is NULL. By default, the last time is considerd as the target-time. Otherwise, the argument set the target time.

pool.replicate

Binary. Default is FALSE. IF TRUE, data are summed according to groupd of the same time and conc.

Value

an object of class DoseResponse


[Package morseDR version 0.1.2 Index]