From 7ef3b7175cf43c5bbb5620a99517fcfc00a549a3 Mon Sep 17 00:00:00 2001 From: SpatLyu Date: Sun, 27 Oct 2024 15:23:55 +0800 Subject: [PATCH] update isp print s3 method --- R/isp.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/isp.R b/R/isp.R index 79c02e4a..6a730aaf 100644 --- a/R/isp.R +++ b/R/isp.R @@ -313,7 +313,7 @@ isp = \(formula, data, discvar = NULL, discnum = 3:22, #' @export #' print.isp_result = \(x, ...) { - cat("*** Interpretable Stratified Power Model \n") + cat("*** Interpretable Stratified Power Model \n") cat("\n ---------- Global Power of Determinat : ------------") print(knitr::kable(x$factor, format = "markdown", digits = 12, align = 'c', ...)) cat("\n ---------- Global Variable Interaction : ------------")