mean.uts: Mean, Median, and Standard Deviation of Observation Values

Description Usage Arguments See Also Examples

View source: R/summary_of_values.R

Description

Calculate the mean, median, and standard deviation, respectively, of the observation values.

Usage

1
2
3
4
5
6
7
8
## S3 method for class 'uts'
mean(x, ...)

## S3 method for class 'uts'
median(x, ...)

## S3 method for class 'uts'
sd(x, ...)

Arguments

x

a "uts" object.

...

further arguments passed to or from methods.

See Also

mean, median, sd in base R.

Examples

1
2
3

andreas50/uts documentation built on April 8, 2021, 10:03 a.m.