home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-I / mansrc / man281 / interaction < prev    next >
Encoding:
Text File  |  1996-11-24  |  541 b   |  17 lines

  1. TITLE(interaction @@ Factor Interactions)
  2. USAGE(
  3. interaction(fac1, fac2, data.order=true)
  4. )
  5. ARGUMENTS(
  6. ARG(fac1 @@ the name of the first factor.)
  7. ARG(fac2 @@ the name of the second factor.)
  8. ARG(data.order @@ controls the order in which the factor level
  9. names are stored.)
  10. )
  11. DESCRIPTION(
  12. LANG(interaction) returns a new factor that has a level
  13. for each combination of the factors LANG(fac1) and LANG(fac2).
  14. If LANG(true), it is the order that the factor levels first appear
  15. in the vectors LANG(fac1) and LANG(fac2), otherwise alphabetical.
  16. )
  17.