White mold on soybean in Brazil
WhiteMoldSoybean.Rd
The raw data was organized in the long or tidy format where each treatment (observation) in a fungicide trial (hereafter study) is placed in its row and each variable in its column.
Usage
data("WhiteMoldSoybean")
Format
A data frame with 382 observations on the following 17 variables.
study
a numeric vector
treat
a numeric vector
season
a character vector
harvest_year
a numeric vector
location
a character vector
state
a character vector
country
a character vector
elevation
a numeric vector
region
a character vector
elevation_class
a character vector
inc_check
a numeric vector
inc_class
a character vector
yld_check
a numeric vector
yld_class
a character vector
inc
a numeric vector
scl
a numeric vector
yld
a numeric vector
References
Lehner, M. S., Pethybridge, S. J., Meyer, M. C., and Del Ponte, E. M. 2016. Meta-analytic modelling of the incidenceyield and incidencesclerotial production relationships in soybean white mould epidemics. Plant Pathology. 66:460–468 Available at: http://dx.doi.org/10.1111/ppa.12590.
Examples
data(WhiteMoldSoybean)
## maybe str(WhiteMoldSoybean) ; plot(WhiteMoldSoybean) ...