plot.mean_comparisons_model_home_away returns ggplot to visualize outputs from mean_comparisons.check_model_home_away

# S3 method for mean_comparisons_model_home_away
plot(x,
  nb_parameters_per_plot = 8, ...)

Arguments

x

Output from mean_comparisons.check_model_home_away

nb_parameters_per_plot

number of parameter per plot to display

...

further arguments passed to or from other methods

Value

A list with barplot. For each element of the list, there are as many graph as needed with nb_parameters_per_plot parameters per graph. Letters are displayed on each bar. Parameters that do not share the same letters are different regarding type I error (alpha) and alpha correction. The error I (alpha) and the alpha correction are displayed in the title.

  • version:germplasm : mean comparison for home away for each germplasm and year

  • germplasm : mean comparison for germplasm

  • location : mean comparison for location

  • year : mean comparison for year

  • version : mean comparison for home and away

Details

S3 method. See in the book for mo arere details here

See also