/man/hmisc.Rd
http://github.com/hadley/ggplot2 · Unknown · 33 lines · 28 code · 5 blank · 0 comment · 0 complexity · 7e0bd3d61fe1df07da190c3ced288fdf MD5 · raw file
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/stat-summary.r
- \name{hmisc}
- \alias{hmisc}
- \alias{mean_cl_boot}
- \alias{mean_cl_normal}
- \alias{mean_sdl}
- \alias{median_hilow}
- \title{Wrap up a selection of summary functions from Hmisc to make it easy to use
- with \code{\link{stat_summary}}.}
- \usage{
- mean_cl_boot(x, ...)
- mean_cl_normal(x, ...)
- mean_sdl(x, ...)
- median_hilow(x, ...)
- }
- \arguments{
- \item{x}{a numeric vector}
- \item{...}{other arguments passed on to the respective Hmisc function.}
- }
- \description{
- See the Hmisc documentation for details of their options.
- }
- \seealso{
- \code{\link[Hmisc]{smean.cl.boot}},
- \code{\link[Hmisc]{smean.cl.normal}}, \code{\link[Hmisc]{smean.sdl}},
- \code{\link[Hmisc]{smedian.hilow}}
- }