R Under development (unstable) (2024-06-03 r86679 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.17277 0.0198774 0.94577 40.055 15.1249 Groups 2 0.00086 0.0004310 0.00070 0.029 1.7645 Systematic ME 1 0.00275 0.0027471 0.00222 0.07243 0.094 5.5193 Systematic ME:Groups 2 0.00475 0.0023750 0.00383 0.12524 0.162 6.8137 Random ME 55 0.02928 0.0005323 0.02361 0.77201 Total 119 1.24002 Pr(>SNR) Subjects 0.001 *** Groups 0.041 * 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.17277 0.0198774 0.94577 40.055 15.1249 Groups 2 0.00086 0.0004310 0.00070 0.029 1.7645 Systematic ME 1 0.00275 0.0027471 0.00222 0.07243 0.094 5.5193 Systematic ME:Groups 2 0.00475 0.0023750 0.00383 0.12524 0.162 6.8137 Random ME 55 0.02928 0.0005323 0.02361 0.77201 Total 119 1.24002 Pr(>SNR) Subjects 0.001 *** Groups 0.041 * 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.17277 0.0198774 0.94577 40.055 15.1249 Groups 2 0.00086 0.0004310 0.00070 0.029 1.7645 Systematic ME 1 0.00275 0.0027471 0.00222 0.07243 0.094 5.5193 Systematic ME:Groups 2 0.00475 0.0023750 0.00383 0.12524 0.162 6.8137 Random ME 55 0.02928 0.0005323 0.02361 0.77201 Total 119 1.24002 Pr(>SNR) Subjects 0.001 *** Groups 0.041 * 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 69 ] > > proc.time() user system elapsed 14.67 0.60 15.26