Package ubic.basecode.util.r
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDataname()StringgetMethod()doublegetParameter()doublegetPvalue()doublegetStatistic()
-