/man/hmisc.Rd
Unknown | 33 lines | 28 code | 5 blank | 0 comment | 0 complexity | 7e0bd3d61fe1df07da190c3ced288fdf MD5 | raw file
Possible License(s): GPL-2.0
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 10with \code{\link{stat_summary}}.} 11\usage{ 12mean_cl_boot(x, ...) 13 14mean_cl_normal(x, ...) 15 16mean_sdl(x, ...) 17 18median_hilow(x, ...) 19} 20\arguments{ 21\item{x}{a numeric vector} 22 23\item{...}{other arguments passed on to the respective Hmisc function.} 24} 25\description{ 26See the Hmisc documentation for details of their options. 27} 28\seealso{ 29\code{\link[Hmisc]{smean.cl.boot}}, 30 \code{\link[Hmisc]{smean.cl.normal}}, \code{\link[Hmisc]{smean.sdl}}, 31 \code{\link[Hmisc]{smedian.hilow}} 32} 33