public class Descriptives
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
int[] |
frequencies |
java.util.TreeMap |
IDMap |
java.lang.Object[] |
itsIDs |
java.lang.String |
label |
boolean |
needsRefresh |
int |
nMiss |
int |
nSel |
int |
nUse |
int |
Rows |
Constructor and Description |
---|
Descriptives()
empty private constructor ensures that the only objects of this type are the elements
enumerated above
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
clone the object
|
void |
list()
reports the descriptives for the variable
|
void |
list(java.lang.Double hypValue)
reports the appropriate descriptives for comparing the variable to an external value
|
void |
listAll()
reports the complete set of descriptives
|
void |
listAll(java.lang.Double hypValue)
reports the complete set of descriptives for comparing the variable to an external value
|
void |
listBasics()
reports the basic descriptives for the variable
|
void |
listIDs()
lists the frequencies for all instances of the variable using the currently
selected set of rows
|
void |
listIDs(int maxInstances)
lists the frequencies for different instances of the variable using the currently
selected set of rows up to the specified number of maxInstances
|
java.lang.String |
listSigStars(double p)
adds stars to indicate levels of significance
|
void |
setLabel(java.lang.String theLabel)
sets a label for the descriptives as a tag in reporting
|
void |
zeroDescriptives()
sets sums for Capture descriptives to zeros
|
public boolean needsRefresh
public java.lang.String label
public int Rows
public int nSel
public int nUse
public int nMiss
public java.util.TreeMap IDMap
public java.lang.Object[] itsIDs
public int[] frequencies
public Descriptives()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
- ...public void zeroDescriptives()
public void setLabel(java.lang.String theLabel)
theLabel
- the label to setpublic void listBasics()
public void list() throws java.lang.Exception
java.lang.Exception
- ...public void list(java.lang.Double hypValue) throws java.lang.Exception
hypValue
- compare to this valuejava.lang.Exception
- ...public void listIDs() throws java.lang.Exception
java.lang.Exception
- ...public void listIDs(int maxInstances) throws java.lang.Exception
maxInstances
- report frequencies for that many instancesjava.lang.Exception
- ...public void listAll() throws java.lang.Exception
java.lang.Exception
- ...public void listAll(java.lang.Double hypValue) throws java.lang.Exception
hypValue
- compare to this valuejava.lang.Exception
- ...public java.lang.String listSigStars(double p)
p
- the p valueRH, 2017