Skip to content

3 dimensional matrix??

1 message · Jonathan Baron

#
Q: Perhaps this is obvious...but is there anyway to create a matrix
like object with has more than 2 dimensions.  I want to estimate
a bunch of var/cov matrices inside an index loop.  It would be
more computationally efficient to do this in C...but R makes many
of the operations inside the loop really easy!  Thanks.