plot.check_model_home_away returns ggplot to visualize outputs from check_model.fit_model_home_away

# S3 method for check_model_home_away
plot(x, ...)

Arguments

x

Output from check_model.fit_model_home_away

...

further arguments passed to or from other methods

Value

  • residuals

    • histogram : histogram with the distribution of the residuals

    • qqplot

    • points

  • variability_repartition : pie with repartition of SumSq for each factor

  • variance_intra_location : repartition of the residuals for each location (see Details for more information)

Details

S3 method.

variance_intra_location represents the repartition of the residuals for each location. This has to been seen with caution:

  • If location have no intra-location variance (i.e. pure line or hybrides) then the distribution of each location represent only the micro-environmental variation.

  • If location have intra-location variance (i.e. population such as landraces for example) then the distribution of each location represent the micro-environmental variation plus the intra-location variance. With the hypothesis than the micro-environmental variation is equaly distributed on all the individuals (i.e. all the plants), the distribution of each location represent the intra-location variance.

See example in the book here

See also