R/print.incaest.R

Defines functions print.incaest

Documented in print.incaest

print.incaest <- function(x, ...){
# x must be a list with two components
   cat("INCA statistic value: \n")
   cat(x$Wvalue, " \n")
   cat("\n U projection values: \n")
   for (i in 1:length(x$Uvalue)){
       cat("U_",i, " = ", x$Uvalue[i], " \n", sep="")
   }
}

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.