Description Usage Arguments Details Value References Examples
View source: R/gevrMultScore.R
Fast weighted bootstrap alternative to the parametric bootstrap procedure for the GEVr score test.
1 | gevrMultScore(data, bootnum, information = c("expected", "observed"))
|
data |
Data should be contain n rows, each a GEVr observation. |
bootnum |
Number of bootstrap replicates. |
information |
To use expected (default) or observed information in the test. |
GEVr data (in matrix x) should be of the form x[i,1] > x[i, 2] > \cdots > x[i, r] for each observation i = 1, …, n.
statistic |
Test statistic. |
p.value |
P-value for the test. |
theta |
Value of theta used in the test. |
Bader B., Yan J., & Zhang X. (2015). Automated Selection of r for the r Largest Order Statistics Approach with Adjustment for Sequential Testing. Department of Statistics, University of Connecticut.
1 2 | x <- rgevr(500, 5, loc = 0.5, scale = 1, shape = 0.3)
result <- gevrMultScore(x, bootnum = 1000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.