R/print.Cluster.Test.R

Defines functions print.Cluster.Test

Documented in print.Cluster.Test

print.Cluster.Test <-
function(x,...){
                   cat("pvalue =", x$p.value,"\n")
                   cat("Test Statistic =", x$TestStat,"\n")
                   }

Try the ClusterRankTest package in your browser

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

ClusterRankTest documentation built on May 2, 2019, 9:59 a.m.