|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJavaGrinders.ContTableResults
public class ContTableResults
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 |
|---|
public double GValue
public double GValueCorr
public double GValueProb
public double ChiSqValue
public double ChiSqValueCorr
public double KendallTauValue
public int zeroCells
public int df
public int iterated
public boolean isSquare
public boolean diagonal
| Constructor Detail |
|---|
public ContTableResults()
| Method Detail |
|---|
public void listResults()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||