Revision 59ff873ea3ba72971eea37468630c07afdf517a2 authored by Matthias Templ on 11 January 2011, 09:31:03 UTC, committed by cran-robot on 11 January 2011, 09:31:03 UTC
1 parent 128cc5e
Raw File
print.outCoDa.R
print.outCoDa <- function(x, ...){
 cat("\n --------------------\n")	
 print(paste(length(which(x$outlierIndex == TRUE)), "out of", length(x$outlierIndex), "observations are detected as outliers."))
 cat("\n --------------------\n\n")		
}
back to top