tr {gRcox} | R Documentation |
Calculate trace of various matrix products.
trX(x, PACKAGE = "gRcox") trXY(x, y, PACKAGE = "gRcox") trXYXY(x, y, PACKAGE = "gRcox") trXYZ(x, y, z, PACKAGE = "gRcox") trXYZY(x, y, z, PACKAGE = "gRcox")
x,y,z |
Compatible matrices |
PACKAGE |
"gRcox" |
A number
The storage mode of the matrices must be 'double', see examples below
Søren Højsgaard, sorenh@agrsci.dk