Skip to content

Commit fb91ab0

Browse files
author
NightlordTW
committed
print string
1 parent 0e63b54 commit fb91ab0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

R/helper.r

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ print.simss <- function(x, ...) {
3434
} else if (nendp > 1 & x$param.d$k[i] == nendp) {
3535
str <- paste0(str, " (multiple co-primary endpoints, m = ", x$param.d$k[i], ")\n")
3636
}
37+
cat(str)
3738
}
3839

3940
cat("Multiplicity Correction:\n")
@@ -54,6 +55,7 @@ print.simss <- function(x, ...) {
5455
} else if (x$param.d$adjust == "seq") {
5556
str <- paste0(str, " sequential (alpha = ", paste(x$param.d$alpha*x$param$weight_seq, collapse = "; "), ")\n")
5657
}
58+
cat(str)
5759
}
5860

5961
cat("-------------------------------------------------------------\n")

0 commit comments

Comments
 (0)