check_model.fit_model_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.
# S3 method for fit_model_GxE check_model(x)
x | outputs from |
---|
It returns a list with the following elements:
model_GxE the output from the model
data_ggplot a list containing information for ggplot:
data_ggplot_residuals a list containing :
data_ggplot_normality
data_ggplot_skewness_test
data_ggplot_kurtosis_test
data_ggplot_shapiro_test
data_ggplot_qqplot
data_ggplot_variability_repartition_pie
data_ggplot_var_intra
S3 method. The different test apply to the model are explained in the book here.