Skip to content

Commit

Permalink
nop
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasKook committed Sep 1, 2023
1 parent 2222a11 commit 93eb27b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/invariance-types.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 93eb27b

Please sign in to comment.