@@ -148,7 +148,6 @@ check_collinearity <- function(x, ...) {
148
148
multicollinearity <- check_collinearity
149
149
150
150
151
-
152
151
# default ------------------------------
153
152
154
153
# ' @rdname check_collinearity
@@ -159,7 +158,6 @@ check_collinearity.default <- function(x, ci = 0.95, verbose = TRUE, ...) {
159
158
}
160
159
161
160
162
-
163
161
# methods -------------------------------------------
164
162
165
163
# ' @export
@@ -227,7 +225,6 @@ plot.check_collinearity <- function(x, ...) {
227
225
}
228
226
229
227
230
-
231
228
# other classes ----------------------------------
232
229
233
230
# ' @export
@@ -303,7 +300,6 @@ check_collinearity.betaor <- check_collinearity.logitor
303
300
check_collinearity.betamfx <- check_collinearity.logitor
304
301
305
302
306
-
307
303
# zi-models -------------------------------------
308
304
309
305
# ' @rdname check_collinearity
@@ -362,7 +358,6 @@ check_collinearity.zerocount <- function(x,
362
358
}
363
359
364
360
365
-
366
361
# utilities ---------------------------------
367
362
368
363
.check_collinearity_zi_model <- function (x , component , ci = 0.95 , verbose = TRUE ) {
@@ -412,7 +407,6 @@ check_collinearity.zerocount <- function(x,
412
407
}
413
408
414
409
415
-
416
410
.check_collinearity <- function (x , component , ci = 0.95 , verbose = TRUE ) {
417
411
v <- .safe(insight :: get_varcov(x , component = component , verbose = FALSE ))
418
412
@@ -586,7 +580,6 @@ check_collinearity.zerocount <- function(x,
586
580
}
587
581
588
582
589
-
590
583
.term_assignments <- function (x , component , verbose = TRUE ) {
591
584
tryCatch(
592
585
{
@@ -622,7 +615,6 @@ check_collinearity.zerocount <- function(x,
622
615
}
623
616
624
617
625
-
626
618
.find_term_assignment <- function (x , component , verbose = TRUE ) {
627
619
pred <- insight :: find_predictors(x )[[component ]]
628
620
@@ -657,7 +649,6 @@ check_collinearity.zerocount <- function(x,
657
649
}
658
650
659
651
660
-
661
652
.zi_term_assignment <- function (x , component = " zero_inflated" , verbose = TRUE ) {
662
653
tryCatch(
663
654
{
0 commit comments