Last updated on 2025-01-12 05:49:24 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.12.4 | 20.92 | 213.85 | 234.77 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.12.4 | 12.84 | 146.38 | 159.22 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.12.4 | 344.55 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.12.4 | 307.60 | ERROR | |||
r-devel-windows-x86_64 | 0.12.4 | 21.00 | 203.00 | 224.00 | OK | |
r-patched-linux-x86_64 | 0.12.4 | 22.37 | 202.18 | 224.55 | OK | |
r-release-macos-arm64 | 0.12.4 | 85.00 | OK | |||
r-release-macos-x86_64 | 0.12.4 | 134.00 | OK | |||
r-release-windows-x86_64 | 0.12.4 | 21.00 | 149.00 | 170.00 | ERROR | |
r-oldrel-macos-arm64 | 0.12.4 | 87.00 | OK | |||
r-oldrel-macos-x86_64 | 0.12.4 | 133.00 | OK | |||
r-oldrel-windows-x86_64 | 0.12.4 | 28.00 | 240.00 | 268.00 | ERROR |
Version: 0.12.4
Check: examples
Result: ERROR
Running examples in ‘performance-Ex.R’ failed
The error most likely occurred in:
> ### Name: check_collinearity
> ### Title: Check for multicollinearity of model terms
> ### Aliases: check_collinearity multicollinearity
> ### check_collinearity.default check_collinearity.glmmTMB
> ### check_concurvity
>
> ### ** Examples
>
> m <- lm(mpg ~ wt + cyl + gear + disp, data = mtcars)
> check_collinearity(m)
# Check for Multicollinearity
Warning: Argument `pattern` is deprecated. Please use `select` instead.
Low Correlation
Term VIF VIF 95% CI Increased SE Tolerance Tolerance 95% CI
gear 1.53 [1.19, 2.51] 1.24 0.65 [0.40, 0.84]
Moderate Correlation
Term VIF VIF 95% CI Increased SE Tolerance Tolerance 95% CI
wt 5.05 [3.21, 8.41] 2.25 0.20 [0.12, 0.31]
cyl 5.41 [3.42, 9.04] 2.33 0.18 [0.11, 0.29]
disp 9.97 [6.08, 16.85] 3.16 0.10 [0.06, 0.16]
>
> ## Don't show:
> if (require("see")) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf
+ ## End(Don't show)
+ # plot results
+ x <- check_collinearity(m)
+ plot(x)
+ ## Don't show:
+ }) # examplesIf
Loading required package: see
> x <- check_collinearity(m)
> plot(x)
Warning: Argument `pattern` is deprecated. Please use `select` instead.
Error: Following variable(s) were not found: Component
Possibly misspelled?
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-windows-x86_64, r-oldrel-windows-x86_64