rdiag {DistatisR} | R Documentation |
right (i.e., post) Multiply a matrix by a diagonal matrix
Description
rdiag
: right (i.e., post) Multiply
a matrix by a diagonal matrix (with only
the diagonal elements being given).
Usage
rdiag(X, y)
Arguments
X |
an |
y |
a |
Value
an I
by J
matrix equal to
X
Author(s)
Hervé Abdi
See Also
[Package DistatisR version 1.1.1 Index]