Re: Factor Analysis-Parallel Analysis

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: Factor Analysis-Parallel Analysis

David Marso-2
Assuming you are running:
https://people.ok.ubc.ca/brioconn/nfactors/rawpar.sps

At the bottom of the file notice the SAVE command within the MATRIX program?

Change both file references to something which is a valid file name
eg.


save results /outfile= 'C:\TEMP\screedata.sav' / var=root rawdata means percntyl .

end matrix.

* plots the eigenvalues, by root, for the real/raw data and for the random data.
GET file= 'C:\TEMP\screedata.sav'.
TSPLOT VARIABLES= rawdata means percntyl /ID= root /NOLOG.

Next time you would do well to post the link to the source you are running.
Also take note of ALL error messages.

 
>Error # 34 in column 24.  Text: screedata.sav
>SPSS Statistics cannot access a file with the given file specification.  The
>file specification is either syntactically invalid, specifies an invalid
>drive, specifies a protected directory, specifies a protected file, or
>specifies a non-sharable file.
>Execution of this command stops.
 
------ END MATRIX -----

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD