diff --git a/R/invariance-types.R b/R/invariance-types.R index 4ebbf4f..0afba1a 100644 --- a/R/invariance-types.R +++ b/R/invariance-types.R @@ -95,9 +95,9 @@ e <- resids$e tst <- controls$test_fun(r, e, controls) - plot(r ~ e, main = paste0(tset, collapse = "+"), col = rgb(.1, .1, .1, .1)) - legend("top", ifelse(tst$p.value > 0.05, "accept", "reject"), bty = "n") - abline(lm(r ~ e), lwd = 1.5) + # plot(r ~ e, main = paste0(tset, collapse = "+"), col = rgb(.1, .1, .1, .1)) + # legend("top", ifelse(tst$p.value > 0.05, "accept", "reject"), bty = "n") + # abline(lm(r ~ e), lwd = 1.5) ### Return if (set == 1) tset <- "Empty"