Learn R Programming

SciencesPo (version 1.3.9)

ucss: Uncorrected Sum of Squares

Description

Generate the uncorrected sum of squares.

Usage

ucss(x, na.rm = TRUE)

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

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

Arguments

x
An Robject.
na.rm
A logical value indicating whether NA should be stripped before the computation proceeds.