Skip to content

Commit

Permalink
update the definitions of signsuppression and eff_thr
Browse files Browse the repository at this point in the history
  • Loading branch information
qinyun-lin committed May 15, 2024
1 parent 9cd4330 commit c2fd547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/pkonfound.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
#' @param sdx the standard deviation of X
#' @param sdy the standard deviation of Y
#' @param R2 the unadjusted,original R2 in the observed function
#' @param signsuppression whether the threshold has the same sign of the estimated effect; default is same direction (0); specify 1 to be opposite
#' @param eff_thr unstandardized coefficient threshold to change an inference
#' @param signsuppression whether the estimated effect is moved to the boundary closer (default 0) to further away (1);
#' @param eff_thr for RIR: unstandardized coefficient threshold to change an inference; for IT: correlation defining the threshold for inference
#' @param FR2max the largest R2, or R2max, in the final model with unobserved confounder
#' @param FR2max_multiplier the multiplier of R2 to get R2max, default is set to 1.3
#' @param to_return whether to return a data.frame (by specifying this argument to equal "raw_output" for use in other analyses) or a plot ("plot"); default is to print ("print") the output to the console; can specify a vector of output to return
Expand Down

0 comments on commit c2fd547

Please sign in to comment.