home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / prog_demos / statpack / statpack.lzh / Statpack / VarMod.help < prev   
Text File  |  1988-03-16  |  2KB  |  30 lines

  1.     STATPACK instructions in variable modification mode:
  2.  
  3. Block      - create a new variable to index the cells of an ANOVA or a
  4.              contingency table - e.g. with 3 categories and blocks of length
  5.              two, the variable is (1,1,2,2,3,3,1,1,2,2,...)
  6. Combine    - combine two variables by addition, subtract, multiplication, or
  7.              division to create a new variable
  8. Constant   - add, subtract, multiply, or divide all values of a variable by a
  9.              constant
  10. Delete     - eliminate a defined variable
  11. Edit       - change one specific value of a variable
  12. If Then    - create a new variable by a series of if-then tests on an existing
  13.              variable
  14. Help       - display this help file
  15. Lag Lead   - create a new variable having a specified lag or lead with respect
  16.              to an existing time series variable
  17. List       - output a list of up to 6 variables for 1 or more observations
  18. Logical    - apply a logical test to values of a variable to create a new
  19.              variable with 1 where the test is true and 0 otherwise
  20. Miss Val   - change the missing value code of a variable
  21. Names      - display names of variables presently defined
  22. Regroup    - create new categories for a variable labelled either by their
  23.              interval centres or as consecutive positive integers
  24. Rename     - change the name of a variable
  25. Return     - return to main menu of instructions
  26. Sort       - sort a variable in ascending order of its own values or of those
  27.              of another variable (maximum vector size 600)
  28. Transform  - transform a variable: log, power (square root, square, reciprocal,
  29.              etc.), exponential, sin, cos.
  30.