R/print.ancova.effect.R

Defines functions print.ancova.effect

print.ancova.effect <-
  function(x, ...){
    cat("\nTable of sum of squares:\n")
    print(x$ancova_table)
    cat("\n")
    cat("Table of effect sizes (95% credible interval):\n")
    print(x$effect_table)
  }

Try the BANOVA package in your browser

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

BANOVA documentation built on June 21, 2022, 9:05 a.m.