totalSS: Total Sum of Squares Matrix

Description Usage Arguments Author(s) See Also Examples

View source: R/totalSS.R

Description

Calculates the total sum of squares and cross product matrix (a.k.a. total scatter matrix)

Usage

1
  totalSS(variables)

Arguments

variables

matrix or data frame with explanatory variables

Author(s)

Gaston Sanchez

See Also

totalCov, betweenSS, withinSS

Examples

1
2
3
4
5
6
7
8
## Not run: 
  # load iris dataset
  data(iris)

  # total scatter matrix
  totalSS(iris[,1:4])
  
## End(Not run)

gastonstat/DiscriMiner documentation built on Feb. 27, 2021, 4:58 a.m.