LCx.beeSurvFit {BeeGUTS} | R Documentation |
Predict the Lethal Concentration at which x\%
of organisms die for any
specified time-point for a beeSurvFit
object
Description
Predict the Lethal Concentration at which x\%
of organisms die for any
specified time-point for a beeSurvFit
object
Usage
## S3 method for class 'beeSurvFit'
LCx(
object,
X = 50,
testType = "Chronic_Oral",
timeLCx = NULL,
concRange = NULL,
nPoints = 100,
...
)
Arguments
object |
An object of class |
X |
Percentage of individuals dying (e.g., |
testType |
Test type for which the |
timeLCx |
A scalar giving the time at which |
concRange |
A vector of length 2 with minimal and maximal value of the
range of concentration. If |
nPoints |
Number of time point in |
... |
Further arguments to be passed to generic methods |
Value
A object of class LCx
containing the results of the lethal concentration predictions
Examples
data(fitBetacyfluthrin_Chronic)
out <- LCx(fitBetacyfluthrin_Chronic)