Learn R Programming

SciencesPo (version 1.3.9)

css: Corrected Sum of Squares

Description

Computes the corrected sum of squares.

Usage

css(x, na.rm = TRUE)

## S3 method for class 'default': css(x, na.rm = TRUE)

## S3 method for class 'data.frame': css(x, na.rm = TRUE)

Arguments

x
A numeric vector.
na.rm
A logical value indicating whether NA values should be stripped before the computation proceeds.