From e0c1bcb205586e618d9d2c8b77c968d3e67f4d5a Mon Sep 17 00:00:00 2001 From: Thom Volker Date: Thu, 31 Aug 2023 17:02:54 +0200 Subject: [PATCH] Set homogeneity test to false by default --- man/summary.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/summary.Rd b/man/summary.Rd index 18a5dac..b9d3216 100644 --- a/man/summary.Rd +++ b/man/summary.Rd @@ -5,7 +5,7 @@ \title{Extract summary from \code{ulsif} object, including two-sample significance test for homogeneity of the numerator and denominator samples} \usage{ -\method{summary}{ulsif}(object, test = TRUE, n.perm = 100, parallel = FALSE, cl = NULL, ...) +\method{summary}{ulsif}(object, test = FALSE, n.perm = 100, parallel = FALSE, cl = NULL, ...) } \arguments{ \item{object}{Object of class \code{ulsif} or \code{kliep}}