location.est: Estimation of Location

View source: R/ch2-fn.R

location.estR Documentation

Estimation of Location

Description

To calculate location estimates.

Usage

location.est(x, tr = 0.1, detail = FALSE)

Arguments

x

Vector of input data.

tr

Treaming ratio. Default: 0.1

detail

Print detailed output? Default: FALSE

Value

None

Examples

location.est(mtcars$mpg, detail=T)

adoocavo/Rstat_M1 documentation built on March 19, 2022, 3:34 a.m.