View source: R/outlier_tests.R
globaltest | R Documentation |
globaltest()
uses several proportion or count tests with different
cut-offs to test a global hypothesis of no outliers using the Simes (1986)
procedure to account for multiple testing.
globaltest(tests, global_alpha)
tests |
A data frame that contains a column named |
global_alpha |
A numeric value representing the global significance level. |
See Simes (1986).
A list with three entries. The first entry named $reject
contains the global rejection decision. The second entry named
$global_alpha
stores the global significance level. The third entry
named $tests
returns the input data frame tests
, appended
with two columns containing the adjusted significance level and respective
rejection decision.
[proptest()], [counttest()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.