lisrel8 Program

DESCRIPTION Program for confirmatory factor analysis and structural equation modeling. Supports foreground and background operations. SYNTAX ( foreground operation ) lisrel8 [inputfile] [outputfile] [-size=nnnn] [-noquery] where: inputfile filename (with path if necessary) of the LISREL command file (described in Joreskog, K.G. and Sorbom, D. (1989) LISREL 7 User's Reference Guide. Chicago, IL: Scientific Software). Filename and path may be up to 127 characters long. Default: INPUT Note: LISREL will prompt for an alternate filename if the file cannot be found. The program will stop if the file exists, but the user has no read-access rights. outputfile filename (with path if necessary) of the LISREL list output file. Filename and path may be up to 64 characters long. Default: OUTPUT Note: LISREL will terminate if the user does not have write-access rights for both file and directory. -size=nnnn Size of the dynamically allocated workspace memory region (in Kbytes) for data storage and transformations. Default: 256 Note: If a region of nnnnK is not available, the programs will display the size of the largest available memory region and request a new size value. Note: In addition to this workspace (size) allocation, lisrel8 reserves at least another 256K to satisfy low-level dynamic memory requirements such as file buffers (cf. AIX-LISREL/PRELIS User instructions). -noquery (Logical switch) Short form: -noq When this option is given on the command line, the program will take default actions if necessary resources are missing or insufficient. In particular, it will (a) automatically use the largest possible memory region for workspace if the '-size' parameter is set too large, (b) terminate if a specified input file could not be found, and (c) overwrite existing files with the same name as LISREL output files if they are not write-protected. Note: When the '-noquery' option is used, both input and output filenames must appear on the command line, otherwise the defaults INPUT and OUTPUT are enforced. Syntax ( background operation ) lisrel8 [inputfile] [outputfile] [-size=nnnn] (ampersand) When a trailing ampersand (&) is added to the lisrel8 command line, then the program will run in the background. It is important to remember that no dialog with the user is possible in background mode, and the program will behave just as if the '-noquery' switch had been set. In all other respects, the lisrel8 command line arguments have the same meaning as in the foreground mode. If the program encounters start-up difficulties before the outputfile has been opened, it will leave a diagnostic message in a file called 'lisrel8.log' and terminate. lisrel8.log will be located either in the user's home directory, or in the default working directory from which the program was started. Examples a. To run a large model, decribed in the LISREL command file 'big.problem.input', with a workspace allocation of 4Mbytes and to send the list output to the file 'big.output', specify: lisrel8 big.problem.input big.output -size=4096 b. To execute the previous example in the background, simply append an ampersand at the end of the command line: lisrel8 big.problem.input big.output -size=4096 &


Sample Problems (from the User's Guide) All sample problems presented in the User's Guide were shipped as ASCII files with the original LISREL distribution material. Please contact the system administrator for information about where these files are now stored. Related Program(s) For calculating sample correlation and covariance matrices from raw data, and for estimating asymptotic covariances, a companion program, prelis2, is also installed on this system.
LISREL(r) is a registered trademark of Scientific Software, Inc. PRELIS(tm) is a trademark of Scientific Software, Inc.