JavaGrinders
Class ContTableResults

java.lang.Object
  extended by JavaGrinders.ContTableResults

public class ContTableResults
extends java.lang.Object

holds a set of results obtained for an analysis of a contingency table


Field Summary
 double ChiSqValue
           
 double ChiSqValueCorr
           
 int df
           
 boolean diagonal
           
 double GValue
           
 double GValueCorr
           
 double GValueProb
           
 boolean isSquare
           
 int iterated
           
 double KendallTauValue
           
 int zeroCells
           
 
Constructor Summary
ContTableResults()
           
 
Method Summary
 void listResults()
          does the test and returns its results
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GValue

public double GValue

GValueCorr

public double GValueCorr

GValueProb

public double GValueProb

ChiSqValue

public double ChiSqValue

ChiSqValueCorr

public double ChiSqValueCorr

KendallTauValue

public double KendallTauValue

zeroCells

public int zeroCells

df

public int df

iterated

public int iterated

isSquare

public boolean isSquare

diagonal

public boolean diagonal
Constructor Detail

ContTableResults

public ContTableResults()
Method Detail

listResults

public void listResults()
does the test and returns its results