View source: R/gof_functions.R
DispersionTest | R Documentation |
Dispersion test for GLMM
DispersionTest(x)
x |
An object of class GOF generated by GOF_check function. |
The function prints the dispersion of sample randomized quantile residuals (RQR) and the simulated P-value.
A vector with the sample RQR dispersion and the P-value.
GOF_check()
# Poisson model. Repeatability setting.
iccpois<-icc_counts(EPP,y="Social",id="id")
iccpois.gof<-GOF_check(iccpois)
DispersionTest(iccpois.gof)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.