Class HTest

java.lang.Object
ubic.basecode.util.r.HTest

public class HTest extends Object
Representation of the R htest class. This class is returned by the t.test and cor.test methods in R.
Author:
paul
  • Constructor Details

    • HTest

      public HTest()
    • HTest

      public HTest(org.rosuda.REngine.RList rexp) throws org.rosuda.REngine.REXPMismatchException
      Throws:
      org.rosuda.REngine.REXPMismatchException
  • Method Details

    • getDataname

      public String getDataname()
    • getMethod

      public String getMethod()
    • getParameter

      public double getParameter()
    • getPvalue

      public double getPvalue()
    • getStatistic

      public double getStatistic()