|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJavaGrinders.Descriptives
JavaGrinders.parametric.tTestResults
JavaGrinders.parametric.RegressionResults
JavaGrinders.parametric.ANOVAResults
public class ANOVAResults
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 |
|---|
public ANOVAResults(int nTotalEffects)
| Method Detail |
|---|
public void BasicCalculations()
BasicCalculations in class RegressionResults
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||