Predict {morseDR} | R Documentation |
Prediction base on FitTT
Description
Prediction base on FitTT
Usage
predict(fit, ...)
## S3 method for class 'BinaryFitTT'
predict(fit, display.conc = NULL, ...)
## S3 method for class 'ContinuousFitTT'
predict(fit, display.conc = NULL, ...)
## S3 method for class 'CountFitTT'
predict(fit, display.conc = NULL, ...)
Arguments
fit |
object of class |
... |
Further arguments to be passed to generic methods |
display.conc |
vector of concentrations values (x axis) |
Value
A list of 3 elements: 'display.conc' a vector of the display concentration of exposure, 'mcmc': a data.frame of the mcmc and 'quantile' a data.frame of quantiles.
[Package morseDR version 0.1.2 Index]