Package ubic.basecode.math.linearmodels
Interface OneWayAnovaResult
-
- All Superinterfaces:
AnovaResult,Serializable
public interface OneWayAnovaResult extends AnovaResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFactorName()doublegetMainEffectDof()doublegetMainEffectFStat()doublegetMainEffectPValue()-
Methods inherited from interface ubic.basecode.math.linearmodels.AnovaResult
getKey, getResidualsDof, getResidualsFStat, getResidualsPValue, hasResiduals
-
-
-
-
Method Detail
-
getFactorName
String getFactorName()
-
getMainEffectDof
double getMainEffectDof()
-
getMainEffectFStat
double getMainEffectFStat()
-
getMainEffectPValue
double getMainEffectPValue()
-
-