Related Experiment Video
Updated: Nov 7, 2025

Topical Application Bioassay to Quantify Insecticide Toxicity for Mosquitoes and Fruit Flies
Published on: January 19, 2022
Comparison of Lethal Doses Calculated Using Logit/Probit-Log(Dose) Regressions With Arbitrary Slopes Using R
Xiaowei Peng1,2, Chengfeng Lei1, Xiulian Sun1
1Wuhan Institute of Virology, Chinese Academy of Sciences, Wuhan 430071, Hubei, China.
This study introduces a new R function for calculating and comparing median lethal doses (LD50) in insecticides, even without assuming parallel slopes. This method provides accurate toxicity assessments for pest control and insecticide resistance studies.
Area of Science:
- Toxicology
- Insecticide Resistance
- Statistical Modeling
Background:
- Median lethal dose (LD50) is a standard metric for insecticide acute toxicity.
- Comparing insecticide potencies across populations or species often requires LD50 analysis.
- Existing methods for LD50 comparison often assume parallel regression slopes, limiting their applicability.
Purpose of the Study:
- To develop and validate a statistical method using R for calculating and comparing LD50 values.
- To assess the accuracy of this new method against established software (PoloPlus, R drc package).
- To enable LD50 comparisons without the restrictive assumption of parallel slopes.
Main Methods:
- Utilized the generalized linear model (glm) function in R for logit and probit regression analyses.
- Applied Fieller's theorem and the delta method for calculating 95% confidence limits (CLs) of LD50.
- Incorporated Abbott's equation for natural response rates and compared results with PoloPlus and the R drc package.
Main Results:
- The R function, using the logit model, produced 95% CLs identical to PoloPlus when Fieller's theorem and a heterogeneity factor were used.
- The delta method in R yielded 95% CLs consistent with the R drc package.
- Probit model analysis in R also generated comparable 95% CLs to established software.
- Statistical tests for potency and slope parallelism in R aligned with conclusions from PoloPlus and the drc package.
Conclusions:
- The R-based glm function offers a flexible and accurate alternative for calculating and comparing LD50 values, particularly when slopes are not parallel.
- This method enhances the ability to conduct robust insecticide toxicity and potency assessments in entomological research.
- The findings support the use of R for advanced statistical analysis in toxicology and pest management.
Related Concept Videos
Comparing the Survival Analysis of Two or More Groups
The Mantel-Cox Log-Rank Test
Parametric Survival Analysis: Weibull and Exponential Methods
Weibull Distribution
The Weibull distribution is a flexible model used in parametric survival analysis. It can handle both increasing and decreasing hazard rates, depending on its shape parameter...
Bioequivalence Data: Statistical Interpretation
Dosage Regimen Designs: Nomograms and Tabulations
Residuals and Least-Squares Property
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...

