home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / apps / math / bstat247 / startup.doc < prev    next >
Text File  |  1993-02-07  |  7KB  |  129 lines

  1. B/STAT is a general purpose graphics and statistical analysis 
  2. package. The first thing to know about B/STAT is that you must 
  3. specify both the maximum number of variables and the maximum 
  4. number of points in each variable. These are the first questions 
  5. asked when you run B/STAT. The reason for asking these questions 
  6. is two fold. B/STAT reserves space for calculations based upon 
  7. these answers. The smaller the number of data points requested 
  8. then the more room that B/STAT makes available for printer 
  9. drivers, fonts or other programs. As well B/STAT will tend to 
  10. execute faster in some areas if the potential data requirements 
  11. are lower.  The second reason for asking the questions is that 
  12. there is always a trade off between the number of variables and 
  13. the number of points in each. The lower the number of variables, 
  14. the more data points in each can be used. This relationship 
  15. exists because of the finite amount of memory in your computer.
  16.  
  17. B/STAT is not intended to be the equivalent of SAS or SPSS or any 
  18. other expensive mainframe or IBM PC based statistical analysis 
  19. program. It is designed for the more casual user and for the 
  20. experienced user who wants to narrow the range of options before 
  21. using the larger packages. 
  22.  
  23. In general B/STAT uses a spreadsheet metaphor to display the data 
  24. that you enter. Each column of the spreadsheet is taken to be a 
  25. variable and each row is taken as a point in the variable. There 
  26. are some statistical processes which treat the entire matrix of 
  27. numbers in the spreadsheet as a unit but these are few. Each 
  28. column of data has a variable name. These default to VAR 1, VAR 2   
  29. VAR 3 etc. These names may be changed simply by typing over 
  30. them.
  31.  
  32. There may be individuals who are unfamiliar with spreadsheets. A 
  33. spreadsheet is a screen representation of a columnar pad of 
  34. paper. It has rows and columns. These columns and rows have 
  35. numeric or alphabetic representations. The rows in B/STAT are 
  36. numbered from 1 to the maximum which you choose on startup. The 
  37. columns are labelled A, B, C etc. After column Z comes Column AA 
  38. then AB etc. The individual entries are referred to as cells. A 
  39. cell is referenced by its row and column number. The first cell 
  40. at the upper left corner is referenced as A1. The active cell is 
  41. the one which is shown as a dark rectangle. This dark rectangle 
  42. represents the cursor. If you move the cursor keys the active 
  43. cell moves. You may also move the active cell by placing the 
  44. mouse pointer over the desired cell and clicking it. At the 
  45. bottom of the screen is a command line. There is a regular text 
  46. cursor in the command line. To enter commands or data you simply 
  47. type them on the command line. Nothing is entered to the 
  48. spreadsheet until you press the RETURN key. The spreadsheet has 
  49. been designed to facilitate variable creation. Since variables 
  50. are synonymous with columns many of the commands are column 
  51. based. The available commands are discused in the spreadsheet 
  52. help file. 
  53.  
  54. To get started simply boot B/STAT. At the introductory two 
  55. questions simply click on OK. This is wastefull of space and will 
  56. not allow you to use GDOS if it is installed but what the heck. 
  57. You are now presented with the main menu screen of B/STAT. Place 
  58. the mouse over "Files" and click on create. You will be asked the 
  59. type of label to use. Unlike many programs B/STAT will pre create 
  60. the labels in a variety of styles. The easiest to use is the 
  61. style where you type it yourself. Simply place the mouse over the 
  62. first selection and click it. You are now at the spreadsheet. 
  63. Move the cursor till it is in the row labelled 1 and the column 
  64. which has the word "LABEL" above it. Type "BOB" and press RETURN. 
  65. The cursor moves automatically to row 2. Type "DOUG" and press 
  66. RETURN. Now type "LARRY" and press RETURN and then type "MOE" and 
  67. press RETURN. The spreadsheet cursor should now be in row 5. Move 
  68. the cursor to the cell marked "VAR 1". Do this with the cursor 
  69. keys or by clicking the mouse in that cell. Now type "ICE CREAM" 
  70. and RETURN. Next enter the following numbers with RETURN after 
  71. each one: 6,7,3,8. The cursor should now be in column "A" and row 
  72. 5. Move the cursor to the cell marked "VAR 2". Type "HOT DOGS" 
  73. and press RETURN. Now enter the numbers 2,4,5,2 and press RETURN. 
  74. Now move the cursor up to the cell marked "VAR 3".Type "POP" and 
  75. press RETURN. Next enter the numbers 5,4,7,4 and press RETURN 
  76. after each. You have now entered 3 variables with four data 
  77. points in each. These represent the sales of four concessionaires 
  78. at a baseball game. Move the mouse until it covers the "Misc" 
  79. menu drop down. Click on "Graphs". You have now moved to the main 
  80. graphics menu where we will create a bar graph of this data.  
  81.  
  82. The first stage in graphing the data is to set up the style of 
  83. Graph which we desire. The key drop down menu for this is the one 
  84. labelled "Settings". The key item is "Styles". Click on this now. 
  85. This dialog box determines what the basic graph will look like. 
  86. You may have lines points (markers) and bars. Note that all may 
  87. be on for any given variable.  We have three variables so we need 
  88. only set the values for these three. Move the mouse under "LINE" 
  89. and in the row for variable number 1. Click the mouse. Notice 
  90. that the setting changes from REG to STEP. This is a different 
  91. style of line as you can see by the form shown in the box under 
  92. "LINE STYLE". Click the mouse again and the indicator reads 
  93. "OFF". Do the same for the other 2 variables. Now move the mouse 
  94. under "BAR" and click on each to turn bars "ON" for each 
  95. variable. 
  96.  
  97. The next step is to decide on the patterns for the bars. Move the 
  98. mouse under "FILL STYLE" and click on the patterns. As you click 
  99. the patterns will change. If you click on the right button as 
  100. opposed to the left the order of going through the pattern 
  101. reverses. If you are using a color monitor you can select the 
  102. color at this time as well.
  103.  
  104. When you are satisfied click on "OK". You will now be presented 
  105. with an identical screen. This covers settings for variables 7 to 
  106. 12. As we are not going to be doing that much ploting simply 
  107. click on "OK". 
  108.  
  109. Now under the "Settings" menu click on "Titles". You have a long 
  110. list of titles possible. The cursor rests on the first character 
  111. of the "Title". In this case we have not entered a title so the 
  112. cursor rests on a blank. Type in "CONCESSION SALES" and press 
  113. RETURN. The cursor moves to the next field. You could have 
  114. pressed the TAB key or the DOWN ARROW to achieve the same result. 
  115. Normally on an ST pressing RETURN on a dialog causes the "OK" or 
  116. other high lited button to be activated. I didn't do it because 
  117. in a situation where there are rows of data to be typed in I find 
  118. myself hitting RETURN and exiting, much to my annoyance. For the 
  119. subtitle enter "JULY 1992" and press RETURN. For the left axis 
  120. title enter "Dollars (000)" and for the X axis title enter 
  121. "SALESMAN". Now click on OK. For now don't worry about the other 
  122. lines, you can play with them later.
  123.  
  124. Next select the menu option "Title Fonts" under the "Settings" 
  125. menu. You must now choose a title type for which to set the font. 
  126. Select the "Title" by clicking on it. It will be darkened. Now 
  127. click on "OK". You will be presented with the font screen.   
  128.  
  129.