Package | Description |
---|---|
org.paces.Stata.DataSets |
Modifier and Type | Class and Description |
---|---|
class |
DataSet
A POJO representation of the Stata dataset currently in memory.
|
class |
DataSetByteArrays
A 2d Array of Bytes containing the data from the active data set in memory.
|
class |
DataSetDoubleArrays
A 2d Array of Doubles containing the data from the active data set in memory.
|
class |
DataSetIntArrays
A 2d Array of Integers containing the data from the active data set in
memory.
|
class |
DataSetLongArrays
A 2d Array of Longs containing the data from the active data set in memory.
|
class |
DataSetStringArrays
A 2d Array of Strings containing the data from the active data set in memory.
|
Modifier and Type | Method and Description |
---|---|
static StataData |
DataSetFactory.dataSetFactory(java.lang.String type,
Meta metaob)
Method to create a DataSet class object
|