powered by
Create a mean/sd cell object of the given data in Lancet style.
lancet_mean_sd( x, format = NA, na.rm = TRUE, names = FALSE, type = 8, msd = FALSE, quant = c(0.25, 0.5, 0.75), ... )
A cell object.
numeric vector whose sample quantiles are wanted. NA and NaN values are not allowed in numeric vectors unless na.rm is TRUE.
numeric or character; Significant digits or fmt to pass to sprintf
logical; if true, any NA and NaN's are removed from x before the quantiles are computed.
logical; ignored. For compatibility with hmisc_iqr
integer; ignored. For compatibility with hmisc_iqr
numeric; ignored. For compatibility with hmisc_iqr
additional arguments to constructing cell
require(stats) lancet_mean_sd(rnorm(100), '3')
Run the code above in your browser using DataLab