This function returns a list of plots as a ggplot objects produced by the assumptions checking options, such as `qq_plot`, `resid_plot` and `norm_plot` for continuous dependent variable models, `cluster_boxplot`, `cluster_respred` and `rand_hist` for mixed models.

assumptions(object)

Arguments

object

a gamlj results object of the class `gamlj*Results``

Value

a list of lists with titles and ggplot objects

Author

Marcello Gallucci