H2 | R Documentation |
Quantifies the heterogeneity of a pooled group
H2(x, H1 = FALSE)
x |
pooling group derived from the Pool() function |
H1 |
logical with a default of FALSE. If TRUE, the function applies the 'H1' version of the test (see Hosking & Wallis 1997 reference). If FALSE, the default H2 version is applied. |
The H2 measure was developed by Hosking & Wallis and can be found in their book 'Regional Frequency Analysis: an approach based on LMoments (1997). It was also adopted for use by the Flood Estimation Handbook (1999) and is described in volume 3.
A vector of two characters; the first representing the H2 score and the second stating a qualitative measure of heterogeneity.
Anthony Hammond
#Get CDs, form a pooling group and calculate H2
CDs.203018 <- GetCDs(203018)
Pool.203018 <- Pool(CDs.203018)
H2(Pool.203018)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.