Learn R Programming

hyperSpec (version 0.98-20161118)

cov,hyperSpec,missing-method: Covariance matrices for hyperSpec objects

Description

Covariance matrices for hyperSpec objects

Usage

# S4 method for hyperSpec,missing
cov(x, y = NULL, use = "everything",
  method = c("pearson", "kendall", "spearman"))

pooled.cov(x, groups, ..., regularize = 1e-05 * max(abs(COV)))

Arguments

x

hyperSpec object

y

not supported

use, method

handed to cov

groups

factor indicating the groups

...

ignored

regularize

regularization of the covariance matrix. Set 0 to switch off

pooled.cov calculates pooled covariance like e.g. in LDA.

Value

covariance matrix of size nwl (x) x nwl (x)

See Also

cov

Examples

Run this code
# NOT RUN {
image (cov (chondro))
pcov <-  pooled.cov (chondro, chondro$clusters)
plot (pcov$means)
image (pcov$COV)

# }

Run the code above in your browser using DataLab