powered by
Methods that estimates a mean and sd and stores it into a single string
meansd(x, digits = c(1, 1))
Returns a string containing mean and sd with entered digit precisions.
A vector of numeric value
digits for respectively the mean and sd. If a single value is entered it applies to mean and sd
Charles-Édouard Giguère
xf(Sepal.Width ~ Species, iris, meansd)
Run the code above in your browser using DataLab