| multi_isolate {ec50estimator} | R Documentation |
Multi isolate dataset
Description
Dataset containing simulated data of mycelial growth under increasing fungicide doses for 50 fungal isolates, two types of field (conventional and organic), and two different fungicides.
Usage
data("multi_isolate")
Format
A data frame with 3500 observations on the following 5 variables.
isolatea numeric vector
fielda factor with levels
ConventionalOrganicfungicidaa factor with levels
Fungicide AFungicide Bdosea numeric vector
growtha numeric vector
Examples
data(multi_isolate)
## maybe str(multi_isolate) ; plot(multi_isolate) ...
[Package ec50estimator version 0.1.0 Index]