powered by
Dispersion test for GLMM
DispersionTest(x)
A vector with the sample RQR dispersion and the P-value.
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.
GOF_check()
# \donttest{ # Poisson model. Repeatability setting. iccpois<-icc_counts(EPP,y="Social",id="id") iccpois.gof<-GOF_check(iccpois) DispersionTest(iccpois.gof) # }
Run the code above in your browser using DataLab