Package ubic.basecode.math.linearmodels
Interface AnovaResult
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
GenericAnovaResult
,OneWayAnovaResult
,TwoWayAnovaResult
-
Method Summary
-
Method Details
-
getKey
String getKey()- Returns:
- value used to track the identity of this
-
hasResiduals
boolean hasResiduals() -
getResidualsDof
double getResidualsDof() -
getResidualsFStat
double getResidualsFStat() -
getResidualsPValue
double getResidualsPValue()
-