Re: [R] Nested loop and output help

2013-02-08 Thread PIKAL Petr
go through R intro document (chapter 2 and chapter 9). You probably could find answer yourself quicker then waiting for me to answer it. Regards Petr From: staysafe23 [mailto:staysaf...@gmail.com] Sent: Thursday, February 07, 2013 9:09 PM To: PIKAL Petr Subject: RE: [R] Nested loop and output help

Re: [R] Nested loop and output help

2013-02-06 Thread PIKAL Petr
ch cycle you assign whole vector oo1 to dev1. Is it intended? Regards Petr From: staysafe23 [mailto:staysaf...@gmail.com] Sent: Friday, February 01, 2013 10:12 PM To: PIKAL Petr Cc: r-help@r-project.org Subject: RE: [R] Nested loop and output help Thank you very much Petr, I believe I have fixed m

Re: [R] Nested loop and output help

2013-02-02 Thread staysafe23
Dear R help moderator, My name is Thomas and I am new here. I am wondering if my post violated some of the rules of posting here. If so can you please let me know what I have done so that I can repost? I reread the posting guidelines and don't see anything that I violate. I have been reading a gre

Re: [R] Nested loop and output help

2013-02-01 Thread staysafe23
Thank you very much Petr, I believe I have fixed my inquiry to not use floating points in my cycle as you pointed out and to use the list structure to keep my results. I am still at a loss as to how to run the multiple loops. I have tried quite a few different strategies but my failure seems to il

Re: [R] Nested loop and output help

2013-02-01 Thread PIKAL Petr
Hi see inline > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of staysafe23 > Sent: Friday, February 01, 2013 1:01 AM > To: r-help@r-project.org > Subject: [R] Nested loop and output help > > Hello Everyone, > > My name is Tho