Skip to content

Commit 98094e6

Browse files
authored
Update helper_output_print.R
1 parent 61d24b2 commit 98094e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/helper_output_print.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ output_print <- function(n_covariates,
140140
cat("\n")
141141
cat(paste0("with the outcome and ", round(r_con, 3), " with the predictor of interest (conditioning"))
142142
cat("\n")
143-
cat("on all observed covariates in the model; signs are interchangeable)")
143+
cat("on all observed covariates in the model; signs are interchangeable). This is")
144144
cat("\n")
145145
cat(paste0("based on a threshold of ", round(critical_r, 3), " for statistical significance (alpha = ", alpha, ").\n"))
146146
cat("\n")
@@ -156,7 +156,7 @@ output_print <- function(n_covariates,
156156
cat("\n")
157157
cat("of interest (conditioning on all observed covariates in the model;")
158158
cat("\n")
159-
cat(paste0("signs are interchangeable) based on a threshold of ", round(critical_r, 3), " for"))
159+
cat(paste0("signs are interchangeable). This is based on a threshold of ", round(critical_r, 3), " for"))
160160
cat("\n")
161161
cat("statistical significance (alpha = ", alpha, ").\n", sep = "")
162162
cat("\n")

0 commit comments

Comments
 (0)