|
|
How can I Use Sociometrics datasets with other statistical packages? Sociometrics datasets include program files written for
the SPSS statistical package, along with "generic" raw data
files. Other statistical packages may be used to read in and format
raw data files. One way to do this is to edit an SPSS program file so
that it contains the appropriate variable information and program syntax
for the alternate statistical package. The raw data and SPSS program
files are
To read in and format raw data file with a statistical package other than SPSS, you will need to know at least four things: (1) the number of records per case (i.e., number of lines of raw data employed to hold all data values for a single respondent); (2) the logical record length of the raw data file; (3) the column positions of the records in the raw data file that correspond to each variable of interest; and (4) the variable names. This information is contained in the DATA LIST section of the complete SPSS syntax program files on the CD-ROM or downloaded dataset. SPSS syntax files are named with the .SPX (for Unix/mainframe) and .SPW for SPSS/Windows. Older datasets may use SPSS extensions of SPC for personal computer. To read the raw data file for any Data Set into another statistical package, copy and edit the FILE HANDLE (if required) and DATA LIST sections from the SPSS program file of interest so that the contained information corresponds to the requirements of the alternate statistical package. You may also be able to copy and edit other sections of an SPSS program file for use with the alternate statistical package to further document and format the data values:
Return to the Help/FAQ PageorGo to the Next Question
|