Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

meansd

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)

CUFF

Charles's Utility Function using Formula

v1.7
GPL (>= 2)
Authors
Charles-Édouard Giguère
Initial release
2020-09-16

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.