plot.check_model_hedonic returns ggplot to visualize outputs from check_model.fit_model_hedonic

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

Arguments

x

Output from check_model.fit_model_hedonic

...

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_germplasm : repartition of the residuals for each germplasm (see Details for more information)

  • CA_composante_variance : variance caught by each dimension of the CA

  • PCA_composante_variance : variance caught by each dimension of the PCA previous to the HCPC

Details

S3 method.

variance_intra_germplasm display the repartition of the residuals for each germplasm which represent the person assessor variation plus the intra-germplasm variance

See example in the book : https://priviere.github.io/PPBstats_book/hedonic.html#check-and-visualize-model-outputs-6

See also