R/summary.incat.R

Defines functions summary.incat

Documented in summary.incat

summary.incat <- function(object, ...){
# object must be a list with three components
   cat ("        INCA test    \n")
   k <- length(object$ProjectionsU)
   cat(" INCA statistic value =", object$StatisticW0,  "\n")
   cat("\n % of significative tests for alpha= " , object$alpha," : ", 
     format(object$Percentage_under_alpha, digits=3), "\n")
}

Try the ICGE package in your browser

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

ICGE documentation built on Oct. 17, 2022, 5:10 p.m.