Skip to content

Commit

Permalink
Update helper_output_print.R
Browse files Browse the repository at this point in the history
edit on non-zero nu case
  • Loading branch information
JihoonChoi26 authored Aug 19, 2024
1 parent 9959562 commit 647c761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/helper_output_print.R
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ output_print <- function(n_covariates,
} else if (abs(obs_r) > abs(critical_r) & obs_r < 0) {
cat("The minimum (in absolute value) impact of an omitted variable to invalidate")
cat("\n")
cat(paste0("an inference for a null hypothesis of 0 effect is based on"))
cat(paste0("an inference for a null hypothesis of an effect of nu (", nu, ") is based on"))
cat("\n")
cat(paste0("a correlation of ", -round(r_con, 3), " with the outcome and ", round(r_con, 3), " with the predictor of"))
cat("\n")
Expand Down

0 comments on commit 647c761

Please sign in to comment.