logLik.LD50 | R Documentation |
Return Log Likelihood of a fit generated by LD50
## S3 method for class 'LD50'
logLik(object, ...)
object |
A result file generated by fitRMU |
... |
Not used |
logLik.LD50 Return Log Likelihood of a fit for LD50
The Log Likelihood value for the fitted model with data
Marc Girondot marc.girondot@gmail.com
Other LD50 functions:
LD50()
,
LD50_MHmcmc()
,
LD50_MHmcmc_p()
,
plot.LD50()
,
predict.LD50()
## Not run:
data <- data.frame(Doses=c(80, 120, 150, 150, 180, 200),
Alive=c(10, 12, 8, 6, 2, 1),
Dead=c(0, 1, 5, 6, 9, 15))
LD50_logistic <- LD50(data, equation="logistic")
logLik(LD50_logistic)
AIC(LD50_logistic)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.