List of the files included in the dataset: * Ltdata.csv * Mortality.csv * Survival_analysis.csv * LT50.R * Mortality.R * Survival_analysis.R To open the datasets, the R software is required. Description of Datasets: 1. Mortality.csv dataset contains mosquitoes mortality data. This file contains tree variables: Treatment (type of treatment received by mosquitoes), Replicate (experiment was repeated 3 times), Death (1 means the mosquito is dead and 0 is alive). This dataset was used to analyse to calculate mosquitoes mortality rate for each level of treatment. The corresponding R script is named Mortality.R. 2. ltdata.csv dataset contains 7 variables including a time variable which enabled us to evaluate LT50 of different treatments on mosquitoes. LT50.R is the corresponding R script. 3. Survival_analysis.csv is a dataset of mosquitoes survival data it served to the analysis of mosquitoes survival during 14 days. The corresponding R script is Suvival_analysis.R.