Skip to content

Commit

Permalink
Update helper_output_print.R
Browse files Browse the repository at this point in the history
  • Loading branch information
JihoonChoi26 committed May 6, 2024
1 parent 61d24b2 commit 98094e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/helper_output_print.R
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ output_print <- function(n_covariates,
cat("\n")
cat(paste0("with the outcome and ", round(r_con, 3), " with the predictor of interest (conditioning"))
cat("\n")
cat("on all observed covariates in the model; signs are interchangeable)")
cat("on all observed covariates in the model; signs are interchangeable). This is")
cat("\n")
cat(paste0("based on a threshold of ", round(critical_r, 3), " for statistical significance (alpha = ", alpha, ").\n"))
cat("\n")
Expand All @@ -156,7 +156,7 @@ output_print <- function(n_covariates,
cat("\n")
cat("of interest (conditioning on all observed covariates in the model;")
cat("\n")
cat(paste0("signs are interchangeable) based on a threshold of ", round(critical_r, 3), " for"))
cat(paste0("signs are interchangeable). This is based on a threshold of ", round(critical_r, 3), " for"))
cat("\n")
cat("statistical significance (alpha = ", alpha, ").\n", sep = "")
cat("\n")
Expand Down

0 comments on commit 98094e6

Please sign in to comment.