Re: [R] A matrix automation problem

2008-10-22 Thread markleeds
are [EMAIL PROTECTED] 801.408.8111 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] project.org] On Behalf Of megh Sent: Wednesday, October 22, 2008 3:22 AM To: r-help@r-project.org Subject: [R] A matrix automation problem [I am really sorry if it is double posted, I do

Re: [R] A matrix automation problem

2008-10-22 Thread megh
riginal Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> project.org] On Behalf Of megh >> Sent: Wednesday, October 22, 2008 3:22 AM >> To: r-help@r-project.org >> Subject: [R] A matrix automation problem >> >> >> [I am really sorry if it is

Re: [R] A matrix automation problem

2008-10-22 Thread Greg Snow
IL PROTECTED] [mailto:[EMAIL PROTECTED] > project.org] On Behalf Of megh > Sent: Wednesday, October 22, 2008 3:22 AM > To: r-help@r-project.org > Subject: [R] A matrix automation problem > > > [I am really sorry if it is double posted, I doubt me previous post > could n

Re: [R] A matrix automation problem

2008-10-22 Thread Ben Bolker
megh yahoo.com> writes: > > > [I am really sorry if it is double posted, I doubt me previous post could not > reach forum due to some problem with net] > > Suppose I have a matrix : > > a = matrix(1:9, 3) > > >From this matrix, I construct 9 additional matrices : > > i = 1:9 > bi = a * i >

[R] A matrix automation problem

2008-10-22 Thread megh
[I am really sorry if it is double posted, I doubt me previous post could not reach forum due to some problem with net] Suppose I have a matrix : a = matrix(1:9, 3) >From this matrix, I construct 9 additional matrices : i = 1:9 bi = a * i Now combining all those 9 new matrices, I construct a