home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / data / ks20-b.lzh / LATENEWS.DOC < prev    next >
Encoding:
Text File  |  1989-11-15  |  3.4 KB  |  83 lines

  1. 6-20-89 ORIGINAL RELEASE KWIKSTAT 2.00
  2.  
  3. 1. The file HKS.BAT on disk is a batch file that can be used
  4. for beginning KWIKSTAT on a computer with a Hercules type
  5. (Monochrome graphics) monitor.  It issues the QBHERC
  6. command. You still have to use setup in the Utilities module
  7. to tell the program you are using a Hercules type monitor.
  8.  
  9. If you are using a program such as SIMCGA to make your
  10. Hercules (mono-graphics) monitor "think" it is a CGA
  11. monitor, set up KWIKSTAT as if you were using a CGA monitor.
  12. DO NOT tell it you are using a Hercules type monitor under
  13. these circumstances.
  14.  
  15. 2. Depending on your type computer, you may have to use DOS
  16. 3.0 or higher, else some KWIKSTAT programs will not run.
  17.  
  18. 3. For those having problems printing graphics screens, or
  19. are using Laserjet or Paintjet, print the file PRINTERS.DOC
  20. on disk 2.  It contains information about some alternate
  21. printer routines to replace GRAPHICS.COM.
  22.  
  23. 4. If you are loading KWIKSTAT in a subdirectory that had a
  24. previous version of KWIKSTAT, all of your data from the old
  25. version will be readable by the new version with no
  26. problems.  To save space on your disk, erase the old
  27. Kwikstat programs - DATA.EXE, UTIL.EXE, LIFE.EXE and
  28. STAT*.EXE.
  29.  
  30. 5. KWIKSTAT programs can be run directly from within dBASE.
  31. You need to have the KSMENU.INI and KSTAT.INI files in the
  32. directory from which you are running dBASE.  To run a module
  33. from dBASE, use the RUN command.  For example, to run the
  34. Analysis of Variance module (KS20AOV1), you would use the
  35. command
  36.  
  37. .RUN KS20AOV1
  38.  
  39. at the dBASE III dot prompt.  You must have a computer
  40. with sufficient RAM memory to do this, or the program may
  41. not be able to run.
  42.  
  43. 6. Although not mentioned in the manual, there are
  44. predictive (forecasting) routines in the simple and multiple
  45. linear regression modules.  These allow you to make
  46. predictions from the linear regression equations calculated
  47. in the program.
  48.  
  49. 10-5-89
  50.  
  51. 7. When entering or editing data in the data module, if the
  52. program cannot fit a number into the size field designated
  53. when the database was created, it will place a % in front of
  54. the number.  For example, if the field is designated with a
  55. width of 6 and number of decimals as 2, then the number
  56. 1234.56 would appear as %1234.56.
  57.  
  58. The data module entry tries to prevent numbers being entered
  59. that do not fit specifications.  For example, if you enter
  60. the number 1234.56 with the definition of width 6 and
  61. decimals 2, the entry routine will "SEE" then number as
  62. 123.45, since it will expect at most three digits to the
  63. left of the decimal point.  The number -1234 would be "seen"
  64. as -12.34 -- again, there is only room for three digits to
  65. the left of the decimal point, counting the negative sign as
  66. one digit.  This is consistent with what dBASE III does in
  67. these cases.
  68.  
  69. Therefore, be careful to design your database with enough
  70. width for your largest number.  You might even make it one
  71. more digit wide than what you need --- just in case.
  72.  
  73. 8. In the DATA Module, selection E will allow you to make 
  74. changes in the structure of your database - change width 
  75. of a field, etc.  Do this with care.  Check the data in 
  76. the database carefully after making such a change.
  77.  
  78. 9. Two additional Kwikstat modules will be available in
  79. November, 1989.  They are a two-way analysis of variance
  80. module and a time series module.  As always, registered
  81. users will receive information as soon as these programs
  82. are released.
  83.