Load packages

Visualize

Let’s make some plots of severity data. First, let’s see differences between the hybrids across the trials

## 
## Attaching package: 'janitor'
## The following objects are masked from 'package:stats':
## 
##     chisq.test, fisher.test

## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##    0.00    3.75   20.00   37.09   70.00  100.00

Model fit

## [1] -279.1987
## boundary (singular) fit: see ?isSingular
## boundary (singular) fit: see ?isSingular
## $icc
## [1] 0.1339909
## 
## $design.effect
## [1] 0.9695475

Residual

## This is DHARMa 0.3.3.0. For overview type '?DHARMa'. For recent changes, type news(package = 'DHARMa') Note: Syntax of plotResiduals has changed in 0.3.0, see ?plotResiduals for details

Multiple comparison

##  inoculum  response      SE   df lower.CL upper.CL
##  Fgra        0.0218 0.00938 64.1  0.00914   0.0509
##  Fgra→Fmer   0.1942 0.06779 57.6  0.09198   0.3646
##  Fmer        0.6768 0.09758 62.8  0.46198   0.8363
##  Fmer→Fgra   0.4110 0.10809 61.5  0.22222   0.6301
## 
## Degrees-of-freedom method: kenward-roger 
## Confidence level used: 0.95 
## Intervals are back-transformed from the logit scale

combined plots

## 
## Attaching package: 'patchwork'
## The following object is masked from 'package:cowplot':
## 
##     align_plots
## The following object is masked from 'package:MASS':
## 
##     area

Viçosa trials

Import

##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##    0.00    4.00    8.00   16.94   22.25  100.00

Visualize

##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##    0.00    4.00    8.00   16.94   22.25  100.00
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.
## Warning: Removed 7 rows containing non-finite values (stat_bin).
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.
## Warning: Removed 7 rows containing non-finite values (stat_bin).

Model

## [1] 510.5734

## Warning: 'CLD' will be deprecated. Its use is discouraged.
## See '? CLD' for an explanation. Use 'pwpp' or 'multcomp::cld' instead.
## Warning in CLD.emm_list(medias4, Lettersfd = LETTERS, alpha = 0.05): `CLD()`
## called with a list of 2 objects. Only the first one was used.
## Warning: 'CLD' will be deprecated. Its use is discouraged.
## See '? CLD' for an explanation. Use 'pwpp' or 'multcomp::cld' instead.

## [1]  2.408033  7.358244 10.062765  4.967081  5.265200 11.687537

Weather data

Copyright 2020 EM Del Ponte & FJ Machado