powered by
Observations of the presence of a plant disease and of a certain species of insect in 14 plants.
data("insecto")
A data frame with 14 observations on the following 2 variables.
enfermedad
Presence of the plant disease. A factor with levels ausente (absent) and presente (present).
ausente
presente
insecto
Presence of the insect species. A factor with levels ausente (absent) and presente (present).
data(insecto) str(insecto)
Run the code above in your browser using DataLab