corrmatrix-class {Matrix} | R Documentation |
A class of correlation matrices
Objects can be created by calls of the form new("corrmatrix", ...)
.
.Data
:"matrix"
- the actual
correlation matrixstdDev
:"numeric"
giving the
corresponding standard deviations
Class "matrix"
, from data part.
Class "structure"
, by class "matrix".
Class "array"
, by class "matrix".
Class "vector"
, by class "matrix".
signature(from = "pdIdent", to = "corrmatrix")
: ... Douglas Bates bates@stat.wisc.edu and Saikat DebRoy saikat@stat.wisc.edu