Interface | Description |
---|---|
StataTypeInterface |
Defines a method to identify Stata data types given the typeMap object and the string containing the display format.
|
VarInterface |
Class | Description |
---|---|
DataColumn |
Class to return all values of a single Stata variable.
|
NumDataColumn |
Class to return all values of a single numeric Stata variable
|
Nvars |
Class containing number of variables in the active Stata session
|
StataTypes | |
StringDataColumn |
Class to return all values of a single variable
|
ValLabels |
Class used to store value labels from Stata data set
|
ValLabNames |
Class used to store value label names
|
VarDisplay | |
VariableIndex |
Class containing the variable indices.
|
VarLabels |
Class containing variable label map
|
VarNames |
Class containing variable names list
|
VarTypes |
Class containing string variable indicators
|