R/print.AKP.R

Defines functions print.AKP

print.AKP <-
function(x,...)
{
  cat("Call:\n")
  print(x$call)
  
  cat("\nAKP effect size:", round(x$AKPeffect, 2), "\n")
  cat("Bootstrap CI: [", round(x$AKPci[1], 2), "; ", round(x$AKPci[2], 2), "]\n\n", sep = "")
}

Try the WRS2 package in your browser

Any scripts or data that you put into this service are public.

WRS2 documentation built on March 19, 2024, 3:08 a.m.