R Under development (unstable) (2024-11-13 r87330 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. > library(testthat) > library(RRPP) > > test_check("RRPP") Coefficients test not available because you either turbo-charged your model fit or used verbose = FALSE. Go back to lm.rrpp and choose turbo = FALSE & verbose = TRUE if you wish to test coefficients. Df SS MS Rsq EtaSq.ME SNR Z Subjects 59 1.18779 0.0201320 0.95788 39.534 1.7321 Systematic ME 1 0.00303 0.0030348 0.00245 0.08002 0.101 1.7315 Systematic ME:Groups 2 0.00485 0.0024231 0.00391 0.12778 0.161 1.6841 Random ME 57 0.03004 0.0005271 0.02423 0.79220 Total 119 1.24002 Pr(>SNR) Subjects 0.25 Systematic ME 0.25 Systematic ME:Groups 0.25 Random ME Total Df SS MS Rsq EtaSq.ME SNR Z Subjects 59 1.18779 0.0201320 0.95788 39.534 1.7321 Systematic ME 1 0.00303 0.0030348 0.00245 0.08002 0.101 1.7315 Systematic ME:Groups 2 0.00485 0.0024231 0.00391 0.12778 0.161 1.6841 Random ME 57 0.03004 0.0005271 0.02423 0.79220 Total 119 1.24002 Pr(>SNR) Subjects 0.25 Systematic ME 0.25 Systematic ME:Groups 0.25 Random ME Total Df SS MS Rsq EtaSq.ME SNR Z Subjects 59 1.18779 0.0201320 0.95788 39.534 1.7321 Systematic ME 1 0.00303 0.0030348 0.00245 0.08002 0.101 1.7315 Systematic ME:Groups 2 0.00485 0.0024231 0.00391 0.12778 0.161 1.6841 Random ME 57 0.03004 0.0005271 0.02423 0.79220 Total 119 1.24002 Pr(>SNR) Subjects 0.25 Systematic ME 0.25 Systematic ME:Groups 0.25 Random ME Total [ FAIL 0 | WARN 0 | SKIP 0 | PASS 81 ] > > proc.time() user system elapsed 13.96 1.15 15.20