/man/hmisc.Rd

http://github.com/hadley/ggplot2 · Unknown · 33 lines · 28 code · 5 blank · 0 comment · 0 complexity · 7e0bd3d61fe1df07da190c3ced288fdf MD5 · raw file

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/stat-summary.r
  3. \name{hmisc}
  4. \alias{hmisc}
  5. \alias{mean_cl_boot}
  6. \alias{mean_cl_normal}
  7. \alias{mean_sdl}
  8. \alias{median_hilow}
  9. \title{Wrap up a selection of summary functions from Hmisc to make it easy to use
  10. with \code{\link{stat_summary}}.}
  11. \usage{
  12. mean_cl_boot(x, ...)
  13. mean_cl_normal(x, ...)
  14. mean_sdl(x, ...)
  15. median_hilow(x, ...)
  16. }
  17. \arguments{
  18. \item{x}{a numeric vector}
  19. \item{...}{other arguments passed on to the respective Hmisc function.}
  20. }
  21. \description{
  22. See the Hmisc documentation for details of their options.
  23. }
  24. \seealso{
  25. \code{\link[Hmisc]{smean.cl.boot}},
  26. \code{\link[Hmisc]{smean.cl.normal}}, \code{\link[Hmisc]{smean.sdl}},
  27. \code{\link[Hmisc]{smedian.hilow}}
  28. }