R/print.CNVtest.R

Defines functions print.CNVtest

Documented in print.CNVtest

print.CNVtest<-function(x,...){

  if (x$type==1)
    cat("----CNV Wald test----\n")
  else
    cat("----CNV Likelihood Ratio Test----\n")

  cat("Chi=",x$stat,"(df=",x$df,") , pvalue=",x$pvalue,"\n\n")

}

Try the CNVassoc package in your browser

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

CNVassoc documentation built on May 30, 2017, 12:50 a.m.