Displaying 1 result from an estimated 1 matches for "mat_1".
Did you mean:
mat1
2008 Aug 01
2
Storing Matrices into Hash
Hi,
Suppose I have these two matrices (could be more).
What I need to do is to store these matrices into a hash.
So that I can call back any of the matrix back later.
Is there a way to do it?
> mat_1
[,1] [,2]
[1,] 9.327924e-01 0.067207616
[2,] 9.869321e-01 0.013067929
[3,] 9.892814e-01 0.010718579
[4,] 9.931603e-01 0.006839735
[5,] 9.149056e-01 0.085094444
> mat_2
[,1] [,2]
[1,] 9.328202e-01 0.067179769
[2,] 9.869402e-01 0.013059827...