search for: bla_matrix

Displaying 1 result from an estimated 1 matches for "bla_matrix".

Did you mean: a_matrix
2000 Feb 23
1
Version 0.90.1 bug report on matrix indexing
...some demos, "help()" for on-line help, or "help.start()" for a HTML browser interface to help. Type "q()" to quit R. Attaching Package "package:genproc": The following object(s) are masked from package:base : date unix > bla_matrix(1:24,nc=6) > dimnames(bla) _ list(1:4,1:6) > bla 1 2 3 4 5 6 1 1 5 9 13 17 21 2 2 6 10 14 18 22 3 3 7 11 15 19 23 4 4 8 12 16 20 24 > bla["a",]_.6 > bla 1 2 3 4 5 6 1 1 0.6 0.6 0.6 0.6 0.6 2 2 6.0 10.0 14.0 18.0 22.0 3 3 7.0 11.0 15.0 19.0 23.0 4 4 8...