Package ubic.basecode.math.linearmodels
Class AnovaEffect
java.lang.Object
ubic.basecode.math.linearmodels.AnovaEffect
- All Implemented Interfaces:
Serializable
Represents one row of an ANOVA table
- Author:
- paul
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAnovaEffect
(String effectName, double pValue, double fStat, double dof, double ssQ, boolean isInteraction, boolean isResiduals) -
Method Summary
-
Constructor Details
-
AnovaEffect
public AnovaEffect(String effectName, double pValue, double fStat, double dof, double ssQ, boolean isInteraction, boolean isResiduals)
-
-
Method Details
-
getDof
public double getDof()- Returns:
- the degreesOfFreedom
-
getEffectName
- Returns:
- the effectName
-
getFStat
public double getFStat()- Returns:
- the fStatistic
-
getMeanSq
public double getMeanSq()- Returns:
- the meanSq
-
getPValue
public double getPValue()- Returns:
- the pValue
-
getSsQ
public double getSsQ()- Returns:
- the ssQ
-
isInteraction
public boolean isInteraction()- Returns:
- the isInteraction
-
isResiduals
public boolean isResiduals() -
toString
-