R Under development (unstable) (2025-03-12 r87950 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(heterogeneouspeereffects) > > test_check("heterogeneouspeereffects") a flextable object. col_keys: `Statistic`, `delta`, `thetaWE`, `thetaWN`, `thetaBNE`, `thetaBEN` header has 1 row(s) body has 4 row(s) original dataset sample: Statistic delta thetaWE thetaWN thetaBNE thetaBEN 1 Estimate -3.341 0.757 -1.000 0.286 0.002 2 Standard Error 1.132 0.113 17.661 0.452 4.392 3 t_test -2.952 6.706 -0.057 0.631 0.000 4 p_value 0.003 0.000 0.955 0.528 1.000 |Statistic | delta| thetaWE| thetaWN| thetaBNE| thetaBEN| |:--------------|------:|-------:|-------:|--------:|--------:| |Estimate | -3.341| 0.757| -1.000| 0.286| 0.002| |Standard Error | 1.132| 0.113| 17.661| 0.452| 4.392| |t_test | -2.952| 6.706| -0.057| 0.631| 0.000| |p_value | 0.003| 0.000| 0.955| 0.528| 1.000| a flextable object. col_keys: `Statistic`, `Delta`, `Theta.Within.M`, `Theta.Within.F`, `Theta.Between.Female.to.Male`, `Theta.Between.Male.to.Female` header has 1 row(s) body has 4 row(s) original dataset sample: Statistic Delta Theta.Within.M Theta.Within.F 1 Estimate -3.085 0.581 0.352 2 Standard Error 1.049 0.133 0.767 3 t-test -2.940 4.375 0.459 4 p-value 0.003 0.000 0.646 Theta.Between.Female.to.Male Theta.Between.Male.to.Female 1 -0.746 -0.217 2 0.176 1.790 3 -4.240 -0.121 4 0.000 0.903 | Statistic | Delta | Theta.Within.M | Theta.Within.F | Theta.Between.Female.to.Male | Theta.Between.Male.to.Female | |:--------------:|:------:|:--------------:|:--------------:|:----------------------------:|:----------------------------:| | Estimate | -3.085 | 0.581 | 0.352 | -0.746 | -0.217 | | Standard Error | 1.049 | 0.133 | 0.767 | 0.176 | 1.790 | | t-test | -2.940 | 4.375 | 0.459 | -4.240 | -0.121 | | p-value | 0.003 | 0.000 | 0.646 | 0.000 | 0.903 | [ FAIL 0 | WARN 4 | SKIP 1 | PASS 0 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): 'test-3_param_test.R:1:1' [ FAIL 0 | WARN 4 | SKIP 1 | PASS 0 ] > > proc.time() user system elapsed 24.28 1.26 25.51