Description Usage Arguments Details Value Author(s) See Also
View source: R/check_model.fit_model_bh_GxE.R
check_model.fit_model_bh_GxE
computes tests to assess if the model went well.
It is important to run this step before going ahead with the analysis otherwise you may make mistakes in the interpretation of the results.
1 2 | ## S3 method for class 'fit_model_bh_GxE'
check_model(x)
|
x |
outputs from |
S3 method. The different test apply to the model are explained in the book here.
It returns a list with the following elements:
MCMC : a data fame resulting from the concatenation of the two MCMC for each parameter. (See details for more information).
MCMC_conv_not_ok : a data fame resulting from the concatenation of the two MCMC for each parameter for environment where some parameters did not converge for mu and beta
model2.presence.absence.matrix : a matrix germplasm x environment with the number of occurence in the data used for the model (i.e. with at least two germplasm by environments.)
data_ggplot a list containing information for ggplot:
alpha
beta
theta
epsilon
Pierre Riviere
check_model
plot.check_model_bh_GxE
mean_comparisons
mean_comparisons.check_model_bh_GxE
parameter_groups
predict_the_past_model_bh_GxE
cross_validation_model_bh_GxE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.