Computes a string with the mean and standard deviation in the form
"mean ± SD".
Usage
AS.summary.linear(x, digits.fixed = 2, weights = NULL)
Arguments
- x
A numeric vector.
- digits.fixed
Number of decimal places. Default = 2.
- weights
Optional numeric vector of observation weights.
Value
A string of the form "mean ± SD".