R Under development (unstable) (2025-07-21 r88439 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(onewaytests) Attaching package: 'onewaytests' The following object is masked from 'package:testthat': describe > > test_check("onewaytests") Alvandi's F Test data: Sepal.Length and Species F = 139.91, num df = 2, denom df = 49, p-value < 2.2e-16 Alexander-Govern Test data: Sepal.Length and Species X-squared = 146.36, df = 2, p-value < 2.2e-16 Alvandi's Generalized P-Value data: Sepal.Length and Species p-value < 2.2e-16 One-Way Analysis of Variance data: Sepal.Length and Species F = 119.26, num df = 2, denom df = 147, p-value < 2.2e-16 Approximate F Test data: Sepal.Length and Species F = 119.26, num df = 1.8297, denom df = 123.9255, p-value < 2.2e-16 Adjusted Welch's Heteroscedastic F Test data: Sepal.Length and Species F = 133.24, num df = 2.000, denom df = 92.211, p-value < 2.2e-16 B Square Test data: Sepal.Length and Species X-squared = 146.23, df = 2, p-value < 2.2e-16 Brown-Forsythe Test data: Sepal.Length and Species F = 119.26, num df = 2.00, denom df = 123.93, p-value < 2.2e-16 Box F Test data: Sepal.Length and Species F = 119.26, num df = 1.8297, denom df = 123.9255, p-value < 2.2e-16 Cochran Test data: Sepal.Length and Species X-squared = 279.83, df = 2, p-value < 2.2e-16 Generalized Test Equivalent to Parametric Bootstrap Test (size close to intended) data: Sepal.Length and Species p-value < 2.2e-16 Generalized Test Equivalent to Fiducial Test (size assured) data: Sepal.Length and Species p-value < 2.2e-16 James Second Order Test data: Sepal.Length and Species Jtest = 279.83, CriticalValue = 6.2349 Johansen F Test data: Sepal.Length and Species F = 138.91, num df = 2.000, denom df = 92.211, p-value < 2.2e-16 Kruskal-Wallis Test data: Sepal.Length and Species X-squared = 96.937, df = 2, p-value < 2.2e-16 Modified Brown-Forsythe Test data: Sepal.Length and Species F = 119.26, num df = 1.8297, denom df = 123.9255, p-value < 2.2e-16 Permutation F Test data: Sepal.Length and Species p-value < 2.2e-16 Scott-Smith Test data: Sepal.Length and Species X-squared = 337.95, df = 3, p-value < 2.2e-16 Welch-Aspin Test data: Sepal.Length and Species F = 137.92, num df = 2.000, denom df = 92.211, p-value < 2.2e-16 Welch's Heteroscedastic F Test data: Sepal.Length and Species F = 138.91, num df = 2.000, denom df = 92.211, p-value < 2.2e-16 Weerahandi's Generalized F Test data: Sepal.Length and Species p-value < 2.2e-16 Mann-Whitney U Test data: aadt and control z = 6.8417, p-value = 7.826e-12 Student's t-Test data: aadt and control t = 10.27, df = 119, p-value < 2.2e-16 Student's t-Test data: aadt and control t = 10.27, df = 119, p-value < 2.2e-16 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 137 ] > > > proc.time() user system elapsed 141.14 3.31 144.45