calculate the pooled within groups covariance matrix
calculate the pooled within groups covariance matrix
covW(data, groups, robust = c("classical", "mve", "mcd"), ...)
data |
a matrix containing data |
groups |
grouping variables |
robust |
character: determines covariance estimation methods in case |
... |
additional parameters passed to |
Returns the pooled within group covariance matrix. The attributes contain the entry means, containing the respective group means.
Stefan Schlager
data(iris) poolCov <- covW(iris[,1:4],iris[,5])
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.