cross_validation_model_bh_GxE
R/plot.cross_validation_model_bh_GxE.R
plot.cross_validation_model_bh_GxE.Rd
plot.cross_validation_model_bh_GxE
returns ggplot to visualize outputs from cross_validation_model_bh_GxE
# S3 method for cross_validation_model_bh_GxE plot(x, ...)
x | Output from |
---|---|
... | further arguments passed to or from other methods |
plot : plot estimated.value = f(observed.value). The probability mean = 0 is display (see Details for more information).
regression : output of the model observed.value = a x estimated.value + b
S3 method.
For plot : plot estimated.value = f(observed.value).
The probability mean = 0 is coming from a t.test
performed with the null hypothesis H0: the bias of estimated values in relation to real values = 0.
See example in the book: https://priviere.github.io/PPBstats_book/family-2.html#model-2