Learn R Programming

descriptr (version 0.3.0)

ds_css: Corrected Sum of Squares

Description

Compute the corrected sum of squares

Usage

ds_css(x)

Arguments

x

a numeric vector containing the values whose mode is to be computed

Value

Corrected sum of squares of x

Deprecated Function

stat_css() has been deprecated. Instead use ds_css().

Details

Any NA values are stripped from x before computation takes place.

References

NIST/SEMATECH e-Handbook of Statistical Methods

Examples

Run this code
# NOT RUN {
ds_css(mtcars$mpg)
# }

Run the code above in your browser using DataLab