JavaGrinders.parametric
Class MultRegressionResults

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

public class MultRegressionResults
extends RegressionResults
implements java.lang.Cloneable

provides the interface for obtaining descriptive statistics from continuous variables.


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
MultRegressionResults(int nModelEffects)
          empty constructor
 
Method Summary
 void completeCalculations()
          fill all the remaining terms once the sums are filled
 
Methods inherited from class JavaGrinders.parametric.RegressionResults
BasicCalculations, 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

MultRegressionResults

public MultRegressionResults(int nModelEffects)
empty constructor

Method Detail

completeCalculations

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

Overrides:
completeCalculations in class RegressionResults