meansd {CUFF} | R Documentation |
function to compute mean and sd into a single string
Description
Methods that estimates a mean and sd and stores it into a single string
Usage
meansd(x, digits = c(1, 1))
Arguments
x |
A vector of numeric value |
digits |
digits for respectively the mean and sd. If a single value is entered it applies to mean and sd |
Value
Returns a string containing mean and sd with entered digit precisions.
Author(s)
Charles-Édouard Giguère
Examples
xf(Sepal.Width ~ Species, iris, meansd)
[Package CUFF version 1.9 Index]