Performs Page test on samples collected in a randomized complete block design.
Super classes
LearnNonparam::PermuTest
-> LearnNonparam::RCBDTest
-> Page
Methods
Method new()
Create a new Page
object.
Examples
t <- pmt(
"rcbd.page", alternative = "less"
)$test(Table4.4.3)$print()
#>
#> Page Test
#>
#> scoring: rank type: permu(10000) method: default
#> statistic = 134, p-value = 0.0121 (± 0.002142877 at 95% confidence)
#> alternative hypothesis: less
t$type <- "asymp"
t
#>
#> Page Test
#>
#> scoring: rank type: asymp method: default
#> statistic = 134, p-value = 0.01182581
#> alternative hypothesis: less