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.

Summary

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.

Related Concept Videos

Comparing the Survival Analysis of Two or More Groups01:20

Comparing the Survival Analysis of Two or More Groups

Survival analysis is a cornerstone of medical research, used to evaluate the time until an event of interest occurs, such as death, disease recurrence, or recovery. Unlike standard statistical methods, survival analysis is particularly adept at handling censored data—instances where the event has not occurred for some participants by the end of the study or remains unobserved. To address these unique challenges, specialized techniques like the Kaplan-Meier estimator, log-rank test, and...
376
The Mantel-Cox Log-Rank Test01:19

The Mantel-Cox Log-Rank Test

The Mantel-Cox log-rank test is a widely used statistical method for comparing the survival distributions of two groups. It tests whether a statistically significant difference exists in survival times between the groups without assuming a specific distribution for the survival data, making it a non-parametric test. This flexibility makes the log-rank test particularly valuable in medical research and other fields where the timing of an event, such as death or disease recurrence, is of...
730
Parametric Survival Analysis: Weibull and Exponential Methods01:14

Parametric Survival Analysis: Weibull and Exponential Methods

Parametric survival analysis models survival data by assuming a specific probability distribution for the time until an event occurs. The Weibull and exponential distributions are two of the most commonly used methods in this context, due to their versatility and relatively straightforward application.
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...
779
Bioequivalence Data: Statistical Interpretation01:16

Bioequivalence Data: Statistical Interpretation

Body:The statistical interpretation of bioequivalence data is a significant aspect of pharmaceutical research. Bioequivalence refers to the absence of any significant difference in the rate and extent to which the active ingredient in pharmaceutical products becomes available at the site of drug action when administered at the same molar dose under similar conditions. This helps determine if different drug products have similar absorption rates, ensuring their interchangeability.Statistical...
47
Dosage Regimen Designs: Nomograms and Tabulations01:23

Dosage Regimen Designs: Nomograms and Tabulations

Nomograms and tabulations are vital tools used by clinicians to design accurate and individualized dosage regimens. These instruments provide a straightforward method for adjusting dosages based on individual patient characteristics, including age, weight, and physiological condition. The foundation of a drug's nomogram is population pharmacokinetic data collected and analyzed using specific models. This data simplifies complex equations, presenting them diagrammatically or tabularly for easy...
49
Residuals and Least-Squares Property01:11

Residuals and Least-Squares Property

The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
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...
8.2K