View source: R/auxiliar_functions.R
plot.GOF | R Documentation |
Draws the plots to assess the goodness of fit
## S3 method for class 'GOF'
plot(x, type = c("all", "envelope", "dispersion", "zeros"), ...)
x |
An object of class GOF generated by GOF_check function. |
type |
Which plot to draw. Values: all (default); envelope for envelopes of randomized quantile residuals; dispersion for plot to assess the dispersion; zeros for plot to assess the zero inflation. |
... |
Ignore |
GOF_check()
# Poisson model. Repeatability setting.
iccpois<-icc_counts(EPP,y="Social",id="id")
iccpois.gof<-GOF_check(iccpois)
plot(iccpois.gof)
plot(iccpois.gof,type="envelope")
plot(iccpois.gof,type="dispersion")
plot(iccpois.gof,type="zeros")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.