| plot_qq | R Documentation |
Creates Q-Q plots for random effects to assess normality assumptions.
plot_qq(object, which = NULL, ...)
## S3 method for class 'beezdemand_hurdle'
plot_qq(object, which = NULL, ...)
## S3 method for class 'beezdemand_nlme'
plot_qq(object, which = NULL, ...)
object |
A fitted model object with random effects ( |
which |
Character vector; which random effects to plot. Default is all. |
... |
Additional arguments (ignored). |
A ggplot2 object.
data(apt)
fit <- fit_demand_hurdle(apt, y_var = "y", x_var = "x", id_var = "id")
plot_qq(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.