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 / sympowerplot < prev    next >
Encoding:
Text File  |  1996-11-24  |  901 b   |  23 lines

  1. TITLE(sympowerplot @@ Plot Symmetry Statistic versus Power)
  2. USAGE(
  3. sympowerplot(x, p=seq(-1, 2, length=20), alpha=0.05)
  4. )
  5. ARGUMENTS(
  6. ARG(x @@ a numeric vector containing the data.)
  7. ARG(p @@ a vector containing the powers to transform the data.)
  8. ARG(alpha @@ the quantile to use in computing the symmetry statistic.)
  9. )
  10. DESCRIPTION(
  11. The data LANG(x) are transformed via a power transformation according to 
  12. the powers given in LANG(p). For each transformed data set the symmetry
  13. statistic, EQN((med - SUB(q,greekalpha) )/(SUB(q,{1 - greekalpha})
  14. - SUB(q,greekalpha)))
  15. is computed.
  16. The symmetry statistic is plotted against the power and
  17. a horizontal line is plotted at 0.5.
  18. This quantity is approximately 0.5 when the distribution is symmetric.
  19. To find an approximate symmeterizing transformation use this function
  20. and pick as your power the value of LANG(p) where the symmetry statistic
  21. crosses 0.5.
  22. )
  23.