ST500 Spring 1996 Instructor: Jim zumBrunnen Office: Room B261 Clark Phone: 491-6882 email: st500in1 or zumbrunn@lamar http://www.stat.colostate.edu (Courses/Descriptions/ST500) Purpose: This is a course in which researchers will gain experience in doing statistical data analyses using a UNIX computer. Experience will be obtained with (1) the entering/editing of data, (2) transferring of files between computers, and (3) analyzing data using SPSS, SAS, and MINITAB. The statistical procedures to be used are exploratory analysis, regression analysis, and analysis of variance. There will be some exposure to other statistical packages and computing environments. Various useful UNIX utility programs will be used. First Session _Netscape, mosaic or lynx for World Wide Web (WWW) _class roster _course direction / meeting times:10-12 in STSS /STSS will be open 9-1 weekdays _Real data sets to use for regression or analysis of variance examples _Edit (DOS program editor on pc for ascii/text files) _WordPerfect (use C:\TEMP on pc to store data or A: for a floppy) _Lotus or Quattro ('print' the spreadsheet to a file or 'save' as ascii file) _vi, pico, wp and xwp (lamar text editors) _lamar account numbers _set up grad student account on lamar and get on Vector mailing list _Can dial up lamar with a modem on a pc at 491-2222 _ TELNET use: ?, open, user, setenv TERM vt100 (for pc or mac), ^C, stty erase '^H' _CTSS Lab in Weber 8:00-4:30 Monday-Friday (location of studIO printer) _FTP use: ?, lcd, cd, mkdir,put, get, mput, mget _UNIX DOS vs. UNIX additional copy f1 f2 cp f1 f2 use ' |more' anytime dir ls ls -l, ls -s -F print f1 lpr f1 lpr -PstudIO f1 edit f1 vi f1 man command type f1|more more f1 man command>f1 cd \ cd cd .. del f1 rm f1 md d1 mkdir d1 del d1 rmdir d1 sas sas NOTES: UNIX is case sensitive ; use '/', not '\' ; 'f1' + 'd1' are file + directory names (file may have a path) ; be careful with use of '*'