DispersionTest: Dispersion test for GLMM

View source: R/gof_functions.R

DispersionTestR Documentation

Dispersion test for GLMM

Description

Dispersion test for GLMM

Usage

DispersionTest(x)

Arguments

x

An object of class GOF generated by GOF_check function.

Details

The function prints the dispersion of sample randomized quantile residuals (RQR) and the simulated P-value.

Value

A vector with the sample RQR dispersion and the P-value.

See Also

GOF_check()

Examples


# Poisson model. Repeatability setting.
iccpois<-icc_counts(EPP,y="Social",id="id")
iccpois.gof<-GOF_check(iccpois)
DispersionTest(iccpois.gof)


iccCounts documentation built on June 9, 2022, 5:06 p.m.