R Under development (unstable) (2023-08-05 r84874 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(PELVIS) > > test_check("PELVIS") Start: AIC=217.27 Sex ~ PrSu1 + PrSu2 + PrSu3 + GrSN1 + GrSN2 + GrSN3 + CArc + IsPu + InfP1 + InfP2 + InfP3 Df Deviance AIC - GrSN3 2 71.822 205.15 - InfP2 2 71.842 205.17 - PrSu1 2 72.290 205.62 - GrSN2 2 73.881 207.21 - InfP1 2 73.941 207.27 - InfP3 2 74.305 207.64 - CArc 2 76.579 209.91 - PrSu3 2 78.334 211.67 - GrSN1 2 79.846 213.18 71.244 217.28 - PrSu2 2 86.985 220.32 - IsPu 2 114.509 247.84 Step: AIC=205.15 Sex ~ PrSu1 + PrSu2 + PrSu3 + GrSN1 + GrSN2 + CArc + IsPu + InfP1 + InfP2 + InfP3 Df Deviance AIC - InfP2 2 72.422 193.06 - PrSu1 2 73.091 193.72 - GrSN2 2 74.515 195.15 - InfP1 2 74.662 195.30 - InfP3 2 74.952 195.59 - CArc 2 76.851 197.49 - PrSu3 2 78.579 199.21 - GrSN1 2 79.983 200.62 71.822 205.15 - PrSu2 2 87.580 208.21 - IsPu 2 115.171 235.80 Step: AIC=193.06 Sex ~ PrSu1 + PrSu2 + PrSu3 + GrSN1 + GrSN2 + CArc + IsPu + InfP1 + InfP3 Df Deviance AIC - PrSu1 2 73.695 181.63 - GrSN2 2 75.222 183.16 - InfP1 2 75.635 183.57 - InfP3 2 76.933 184.87 - CArc 2 78.570 186.51 - PrSu3 2 79.901 187.84 - GrSN1 2 80.113 188.05 72.422 193.06 - PrSu2 2 89.824 197.76 - IsPu 2 118.952 226.89 Step: AIC=181.63 Sex ~ PrSu2 + PrSu3 + GrSN1 + GrSN2 + CArc + IsPu + InfP1 + InfP3 Df Deviance AIC - GrSN2 2 76.802 172.04 - InfP1 2 76.972 172.21 - InfP3 2 78.842 174.08 - CArc 2 80.627 175.86 - PrSu3 2 81.016 176.25 - GrSN1 2 81.909 177.15 73.695 181.63 - PrSu2 2 101.571 196.81 - IsPu 2 120.303 215.54 Step: AIC=172.04 Sex ~ PrSu2 + PrSu3 + GrSN1 + CArc + IsPu + InfP1 + InfP3 Df Deviance AIC - InfP1 2 79.916 162.46 - PrSu3 2 82.931 165.47 - InfP3 2 84.177 166.72 - CArc 2 86.804 169.34 - GrSN1 2 88.690 171.23 76.802 172.04 - PrSu2 2 108.747 191.29 - IsPu 2 134.408 216.95 Step: AIC=162.46 Sex ~ PrSu2 + PrSu3 + GrSN1 + CArc + IsPu + InfP3 Df Deviance AIC - PrSu3 2 89.708 159.55 - InfP3 2 90.568 160.41 79.916 162.46 - CArc 2 93.804 163.64 - GrSN1 2 97.841 167.68 - PrSu2 2 125.692 195.53 - IsPu 2 153.255 223.09 Step: AIC=159.55 Sex ~ PrSu2 + GrSN1 + CArc + IsPu + InfP3 Df Deviance AIC 89.708 159.55 - InfP3 2 103.894 161.04 - CArc 2 105.588 162.73 - GrSN1 2 115.176 172.32 - PrSu2 2 132.380 189.52 - IsPu 2 158.440 215.58 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 18 ] > > proc.time() user system elapsed 1.35 0.20 1.54