Estimate survival according to doses.
The returned data.frame has the following components:
doses, SE, survival, CI.minus.sexratio, CI.plus.sexratio, range.CI
# S3 method for LD50
predict(
object,
doses = NULL,
SE = NULL,
range.CI = 0.95,
replicates = 1000,
progressbar = FALSE,
...
)
A data.frame with informations about survival
A result file generated by LD50
A vector of temperatures
The standard error for doses, optional
The range of confidence interval for estimation, default=0.95
Number of replicates to estimate CI
Logical. Does a progression bar must be shown
Not used
Marc Girondot marc.girondot@gmail.com
predict.LD50 Estimate survival according to doses
Other LD50 functions:
LD50()
,
LD50_MHmcmc()
,
LD50_MHmcmc_p()
,
logLik.LD50()
,
plot.LD50()