Skip to content

bootstrap pValue in DClusters

1 message · Virgilio Gómez Rubio

#
Salut Erik,

Apologyses for not writing to you before.
Let's suppose that you perform 100 bootstrap replicates. Then you should
sort this 100 values and see how many of them are higher than your
observed value. If we call N to this quantity, then the p-value is
N/100.
We plan to incorporate Dean's test in the near future:

@article{Dean:1992,
   author    = {C. B. Dean},
   title     = {Testing for Overdispersion in Poisson and Binomial
Regression Models},
   journal   = {Journal of the American Statistical Association},
   pages     = {451-457},
   year      = {1992},
   volume    = {87},
   number    = {418}
}

In fact, we already have the code but not the manual page.

Pearson's chi-square and Potthoff-Wittinghill can be used to test data
homogeneity, to see any departure from the Poisson distribution (which
MAY be due to overdispersion).

For those interested in package DCluster,  I hope to resume its
development soon. Probably next week.

Best regards,