location.est: Estimation of Location

Description Usage Arguments Value Examples

View source: R/ch2-fn.R

Description

To calculate location estimates.

Usage

1
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

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

tjssu/Rstat documentation built on Aug. 8, 2020, 12:38 p.m.