R Under development (unstable) (2024-07-03 r86870 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(cofad) > > test_check("cofad") Contrast Analysis Mixed $Lambdas age10 age12 age8 0 1 -1 $tTable L df t p(t≥4.496)① 5.333 1 4.496 0.00206 ①The p-value refers to a one-tailed test. $FTable SS df MS F p contrast 42.667 1 42.667 20.211 0.00412 within 12.667 6 2.111 total 56.222 8 $Effects effects r_effectsize 0.871 r_contrast 0.878 r_alerting 0.990 Contrast Analysis Between $Lambdas control same context massed different context massed 0 -1 -1 same context spaced different context spaced 1 1 $tTable L df t p(t≥2.758)① 27.118 1 2.758 0.00361 ①The p-value refers to a one-tailed test. $FTable SS df MS F p contrast 2925.304 1 2925.304 7.607 0.00722 within 30609.174 79 384.533 total 39439.286 83 $Effects effects r_effectsize 0.281 r_contrast 0.302 r_alerting 0.604 Contrast Analysis Between Your contrast estimate is negative. This means that your data does not reflect the expected direction of your hypothesis specified by the contrast weights (lambdas). $Lambdas business chemistry education psychology 0 0 -1 1 $tTable L df t p(t≥-2.481)① -6 1 -2.481 0.988 ①The p-value refers to a one-tailed test. $FTable SS df MS F p contrast 90 1 90.000 6.154 0.0246 within 234 16 14.625 total 1179 19 $Effects effects r_effectsize -0.276 r_contrast -0.527 r_alerting -0.309 Contrast Analysis Between Your contrast estimate is negative. This means that your data does not reflect the expected direction of your hypothesis specified by the contrast weights (lambdas). $Lambdas business chemistry education psychology 0 0 -1 1 $tTable L df t p(t≥-2.481)① -6 1 -2.481 0.988 ①The p-value refers to a one-tailed test. $FTable SS df MS F p contrast 90 1 90.000 6.154 0.0246 within 234 16 14.625 total 1179 19 $Effects effects r_effectsize -0.276 r_contrast -0.527 r_alerting -0.309 Contrast Analysis Within $Lambdas classic jazz white noise without music -0.75 -0.75 0.25 1.25 $tTable mean of L SE df t p(t≥5.269)① 95%CI-lower 95%CI-upper 5.875 1.115 7 5.269 0.000581 3.238 8.512 ①The p-value refers to a one-tailed test. $Effects r-contrast 0.687 g-contrast 1.863 [ FAIL 0 | WARN 0 | SKIP 3 | PASS 46 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-gui.R:10:3', 'test-gui.R:31:3', 'test-gui.R:52:3' [ FAIL 0 | WARN 0 | SKIP 3 | PASS 46 ] > > proc.time() user system elapsed 1.73 0.39 2.04