Skip to content

Commit 6e7fe7a

Browse files
authored
Update test_sensitivity.R
add \n to each line for consistent linebreak
1 parent 74b76ff commit 6e7fe7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

R/test_sensitivity.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ test_sensitivity <- function(est_eff,
5454
See index = PSE. ")
5555

5656
if (!is.na(eff_thr)) warning("The threshold you specified will be used without
57-
regard for the standard error and statistical significance
58-
(assuming sdx = sdy = 1 unless otherwise specified).
59-
If you seek to account for the standard error,
60-
specify a non-zero null hypothesis as in the nu argument.")
57+
\nregard for the standard error and statistical significance
58+
\n(assuming sdx = sdy = 1 unless otherwise specified).
59+
\nIf you seek to account for the standard error,
60+
\nspecify a non-zero null hypothesis as in the nu argument.")
6161

6262
## error message if input is inappropriate
6363

0 commit comments

Comments
 (0)