Re: [R] Problems in Constructing Two way Matrix

2013-06-19 Thread Berend Hasselman
On 19-06-2013, at 10:32, Berend Hasselman wrote: > > I'm cc'ing this to the R-help list. > > Please reply to the list and privately. Sorry. I meant NOT privately. Berend __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-

Re: [R] Problems in Constructing Two way Matrix

2013-06-19 Thread Berend Hasselman
oblem in Matrix. > Thanks for replying to my mail. Hope for the best. > > Best Regards > Fazli Raziq > > From: Berend Hasselman > To: Fazli Raziq > Cc: "r-help@r-project.org" > Sent: Wednesday, 19 June 2013, 9:43 > Subject: Re: [R] Problems in Const

Re: [R] Problems in Constructing Two way Matrix

2013-06-19 Thread Berend Hasselman
On 19-06-2013, at 09:30, Fazli Raziq wrote: > Hello, > > Where is the problem in this programming. I want two way matrix, but it gives > problem. What is the problem? What are you expecting and what are you getting? > The program is given below: > > Thanks in advance. > > Regards > Fazli R

[R] Problems in Constructing Two way Matrix

2013-06-19 Thread Fazli Raziq
Hello, Where is the problem in this programming. I want two way matrix, but it gives problem. The program is given below: Thanks in advance. Regards Fazli Raziq rep = 2 genes = 5 pred = c() iter   = array (dim = c(rep, pred)) pred = array(dim = c(1, genes)) m = c() l = 1 w = 1 for(m in 1:rep)