Package ubic.basecode.util.r
Class HTest
java.lang.Object
ubic.basecode.util.r.HTest
Representation of the R htest class. This class is returned by the t.test and cor.test methods in R.
- Author:
- paul
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
double
double
-
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
-
getMethod
-
getParameter
public double getParameter() -
getPvalue
public double getPvalue() -
getStatistic
public double getStatistic()
-