Package ubic.basecode.math.linearmodels
Interface AnovaResult
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
GenericAnovaResult,OneWayAnovaResult,TwoWayAnovaResult
public interface AnovaResult extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKey()doublegetResidualsDof()doublegetResidualsFStat()doublegetResidualsPValue()booleanhasResiduals()
-
-
-
Method Detail
-
getKey
String getKey()
- Returns:
- value used to track the identity of this
-
hasResiduals
boolean hasResiduals()
-
getResidualsDof
double getResidualsDof()
-
getResidualsFStat
double getResidualsFStat()
-
getResidualsPValue
double getResidualsPValue()
-
-