DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
1-Dimensional Arrays
TVector
Methods
IsDichotomous
Index
Statistical Background
IsDichotomous
Declaration:
TVector
.
IsDichotomous
(var v1, v2: double): boolean;
The function
IsDichotomous
returns TRUE if the values of the vector are dichotomous. The variable parameters
v1
and
v2
are valid only if the function returns TRUE and contain the two dichotomous values.