JavaGrinders.parametric
Class ANOVAResults

java.lang.Object
  extended by JavaGrinders.Descriptives
      extended by JavaGrinders.parametric.tTestResults
          extended by JavaGrinders.parametric.RegressionResults
              extended by JavaGrinders.parametric.ANOVAResults
All Implemented Interfaces:
java.lang.Cloneable

public class ANOVAResults
extends RegressionResults

provides the interface for obtaining statistics for a 1-way ANOVA


Field Summary
 
Fields inherited from class JavaGrinders.parametric.RegressionResults
dfE, dfM, dfMComplete, dfMP, dfT, F, factorial, FP, MeanX, ModelEffects, MSE, MSM, MSMP, nFactorialTerms, nInteractionTerms, nMainTerms, nModelEffects, Parameters, PP, R, R2, R2adj, RootMSE, SSE, SSM, SSMComplete, SSMP, SST, SumX, SumX2, SumXY, SumY, SumY2, termIndeces, yVar
 
Fields inherited from class JavaGrinders.parametric.tTestResults
MeanY, Prob, SDY, t
 
Fields inherited from class JavaGrinders.Descriptives
df0, df2, df4, df5, frequencies, IDMap, itsIDs, N, nMiss, Nsel, Rows
 
Constructor Summary
ANOVAResults(int nTotalEffects)
          empty constructor
 
Method Summary
 void BasicCalculations()
          fill all the remaining terms once the sums are filled
 
Methods inherited from class JavaGrinders.parametric.RegressionResults
completeCalculations, fillFactorialTermNames, fillFinalTerm, getLowerWayParametricTermsSum, getnWay, getSlope, isLowerWay, isnWay, list, listANOVATable, listANOVATableBasic, listANOVATableDetail, listEquation, listModelDesign, zeroDescriptives
 
Methods inherited from class JavaGrinders.Descriptives
clone, list, listBasics, listIDs, listIDs, listSigStars, setLabel
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ANOVAResults

public ANOVAResults(int nTotalEffects)
empty constructor

Method Detail

BasicCalculations

public void BasicCalculations()
fill all the remaining terms once the sums are filled

Overrides:
BasicCalculations in class RegressionResults