Convenience function to run all three homogeneity tests at once and return a summary.
Usage
run_homogeneity_tests_inad(
y,
blocks,
order = 1,
thinning = "binom",
innovation = "pois",
...
)Arguments
- y
Integer matrix with n_subjects rows and n_time columns.
- blocks
Integer vector of length n_subjects specifying group membership.
- order
Antedependence order (0, 1, or 2).
- thinning
Thinning operator: "binom", "pois", or "nbinom".
- innovation
Innovation distribution: "pois", "bell", or "nbinom".
- ...
Additional arguments passed to
fit_inad.