corMatrix {Matrix}R Documentation

Generate the correlation matrix

Description

This generic function generates a correlation matrix from an object of a suitable class.

This function is deprecated. Use coersion to the corrmatrix class instead.

Usage

corMatrix(object, ...)

Arguments

object An object of a suitable class
... Some methods for this generic take additional, optional arguments.

Value

An object of class corrmatrix.

See Also

corrmatrix-class


[Package Contents]