Skip to content

Commit

Permalink
change suppression argument name to signsuppression
Browse files Browse the repository at this point in the history
  • Loading branch information
qinyun-lin committed Dec 4, 2023
1 parent a014089 commit 19f08a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions R/pkonfound.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
sdx = NA,
sdy = NA,
R2 = NA,
suppression = 0,
signsuppression = 0,
## by default is zero
## alternative is one
eff_thr = NA,
Expand Down Expand Up @@ -204,7 +204,7 @@
tails = tails,
index = index,
nu = nu,
suppression = suppression,
signsuppression = signsuppression,
eff_thr = eff_thr,
to_return = to_return
)
Expand Down
1 change: 0 additions & 1 deletion R/test_sensitivity.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ test_sensitivity <- function(est_eff,
## signsuprresion means towards the other side of nu
## by default is zero
## alternative is one

eff_thr = NA, # another non-zero and arbitrary threshold in terms of beta
to_return,
model_object,
Expand Down

0 comments on commit 19f08a2

Please sign in to comment.