Skip to content

Commit

Permalink
Update summary print with homogeneity test suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
thomvolker committed Aug 31, 2023
1 parent e0c1bcb commit a821a24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/print.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ print.summary.ulsif <- function(x, digits = max(3L, getOption("digits") - 3L), .
paste(" < .001"),
paste(" = ", format(x$p_value, digits = 3, ...))),
"\n\n", sep = "")
} else {
cat("For a two-sample homogeneity test, use 'summary(x, test = TRUE)'.\n\n")
}
invisible(x)
}
Expand Down

0 comments on commit a821a24

Please sign in to comment.