RiskMeasure {morseDR} | R Documentation |
Predict X% Concentration at the target time (default).
Description
Predict median and 95\ Concentration.
Usage
xcx(fit, x, ...)
## S3 method for class 'FitTT'
xcx(fit, x, ...)
Arguments
fit |
An object used to select a method |
x |
vector of values of LCx or ECX |
... |
Further arguments to be passed to generic methods |
Value
returns an object of class XCX
consisting in a data.frame with
the estimated ECx or LCx and their CIs
95% (3 columns (values, CIinf, CIsup) and length(x) rows)
[Package morseDR version 0.1.2 Index]