Skip to content

Commit

Permalink
update isp print s3 method
Browse files Browse the repository at this point in the history
  • Loading branch information
SpatLyu committed Oct 27, 2024
1 parent 58ca5e2 commit 7ef3b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/isp.R
Original file line number Diff line number Diff line change
Expand Up @@ -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 : ------------")
Expand Down

0 comments on commit 7ef3b71

Please sign in to comment.