Re: [R] Error in Loop

2013-09-14 Thread arun
  trace iterations #[1,] 0.8959863  1 #[2,] 0.8951168  2 - Original Message - From: Laz To: r-help@r-project.org Cc: Sent: Saturday, September 14, 2013 4:44 PM Subject: [R] Error in Loop Hi, I have a matrix given by: >mat       trace    iterations   [1,] 0.8959863

[R] Error in Loop

2013-09-14 Thread Laz
Hi, I have a matrix given by: >mat trace iterations [1,] 0.8959863 1 [2,] 0.8951168 2 [3,] 0.8971445 3 [4,] 0.8962497 4 [5,] 0.8963061 5 [6,] 0.8973174 6 [7,] 0.8986438 7 [8,] 0.8964609 8 [9,] 0.8975849 9 [10,] 0.8965599 10 I want to use the code below: It keeps th