DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
2-Dimensional Arrays
TDataTable
Properties
NumericData
Index
Statistical Background
NumericData
Declaration:
TDataTable
.
NumericData
:
TMatrix
;
The public variable
NumericData
provides direct access to the internal data matrix of the data table.
NumericData
is an instance of the class
TMatrix
, and may be accessed and manipulated using its own properties and methods.