corrmatrix-class {Matrix}R Documentation

Class "corrmatrix"

Description

A class of correlation matrices

Objects from the Class

Objects can be created by calls of the form new("corrmatrix", ...).

Slots

.Data:
Object of class "matrix" - the actual correlation matrix
stdDev:
Object of class "numeric" giving the corresponding standard deviations

Extends

Class "matrix", from data part. Class "structure", by class "matrix". Class "array", by class "matrix". Class "vector", by class "matrix".

Methods

coerce
signature(from = "pdIdent", to = "corrmatrix"): ...

Author(s)

Douglas Bates bates@stat.wisc.edu and Saikat DebRoy saikat@stat.wisc.edu

References

Examples






[Package Matrix version 0.95-10 Index]