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
na.rm
A logical value indicating whether NA
should be stripped before the computation proceeds.