Contents - Index


DATA > IMPORT>RAW

PURPOSE Convert a text file (that is an ASCII file) containing a matrix into UCINET for windows format.

DESCRIPTION Imports a text file (that is an ASCII file) containing a matrix into UCINET for windows format. The datafile must be pure text with spaces, commas or carriage returns between the characters.

PARAMETERS 
Input dataset:
Name of text file to be imported.

# of columns
The number of columns in the data matrix.

# of rows
The number of rows in the data matrix

Output data type: (Default = Real)
Choices are:

Byte - whole numbers in the range 0 to 255 inclusive.
Missing values are not allowed.

Smallint - whole numbers in the range -32000 to 32000.
Missing values are not allowed.

Real - real numbers in the range -1.E36 to 1.E36. 
Missing values permissible.

Output dataset: 
Name of UCINET data file, this will be set to the same name as the input file by default.


LOG FILE UCINET data file.

TIMING O(N^2).