Skip to content

Commit

Permalink
Additional output to print method for equiv_change_mean
Browse files Browse the repository at this point in the history
  • Loading branch information
kloppen committed Mar 13, 2024
1 parent 0fc40f2 commit 895bbb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/equiv.R
Expand Up @@ -933,6 +933,10 @@ print.equiv_change_mean <- function(x, ...) {
justify3, width3, ...))
cat(format_row(list("SD", x$sd_qual, x$sd_sample),
justify3, width3, ...))
cat(format_row(list("Pooled SD", x$sp),
justify2, width2, ...))
cat(format_row(list("t0", x$t0),
justify2, width2, ...))
cat(format_row(list("Result", x$result),
justify2, width2, ...))
cat(format_row(
Expand Down

0 comments on commit 895bbb3

Please sign in to comment.