R Under development (unstable) (2024-06-21 r86808 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 17.7458 Systematic ME 1 0.00303 0.0030348 0.00245 0.08002 0.101 4.6930 Systematic ME:Groups 2 0.00485 0.0024231 0.00391 0.12778 0.161 6.5764 Random ME 57 0.03004 0.0005271 0.02423 0.79220 Total 119 1.24002 Pr(>SNR) Subjects 0.001 *** Systematic ME 0.001 *** Systematic ME:Groups 0.001 *** Random ME Total --- Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1 Df SS MS Rsq EtaSq.ME SNR Z Subjects 59 1.18779 0.0201320 0.95788 39.534 17.7458 Systematic ME 1 0.00303 0.0030348 0.00245 0.08002 0.101 4.6930 Systematic ME:Groups 2 0.00485 0.0024231 0.00391 0.12778 0.161 6.5764 Random ME 57 0.03004 0.0005271 0.02423 0.79220 Total 119 1.24002 Pr(>SNR) Subjects 0.001 *** Systematic ME 0.001 *** Systematic ME:Groups 0.001 *** Random ME Total --- Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1 Df SS MS Rsq EtaSq.ME SNR Z Subjects 59 1.18779 0.0201320 0.95788 39.534 17.7458 Systematic ME 1 0.00303 0.0030348 0.00245 0.08002 0.101 4.6930 Systematic ME:Groups 2 0.00485 0.0024231 0.00391 0.12778 0.161 6.5764 Random ME 57 0.03004 0.0005271 0.02423 0.79220 Total 119 1.24002 Pr(>SNR) Subjects 0.001 *** Systematic ME 0.001 *** Systematic ME:Groups 0.001 *** Random ME Total --- Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 81 ] > > proc.time() user system elapsed 34.01 2.54 36.75