spread.est: Spread Estimation

View source: R/ch2-fn.R

spread.estR Documentation

Spread Estimation

Description

To calculate spread estimates.

Usage

spread.est(x, detail = FALSE)

Arguments

x

Vector of input data.

detail

Print detailed output? Default: FALSE

Value

None

Examples

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

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