Class 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 Detail

      • HTest

        public HTest()
      • HTest

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

      • getDataname

        public String getDataname()
      • getMethod

        public String getMethod()
      • getParameter

        public double getParameter()
      • getPvalue

        public double getPvalue()
      • getStatistic

        public double getStatistic()