R/print.hetero.test.R

Defines functions print.hetero.test

Documented in print.hetero.test

#' Print heterogeneity test for the subtype-specific effet

#' @method print hetero.test
#' @keywords internal

#' @export
print.hetero.test <- function(object){

  pdig <- max(1, getOption("digits")-4)

  cat("\n")
  cat("Heterogeneity Tests (Likelihood ratio test) ")
  cat("\n")
  cat("--------------------------------------------")
  cat("\n")

  print(object[[1]], row.names = F)
  cat("\n")
  invisible()
}
joolee0918/AIPWsubtype documentation built on Feb. 29, 2024, 5:03 p.m.