Re: [R] 'for' in steps

2011-10-28 Thread RhoR
Thank you Marc and David for your suggestions. I think Marc's is going to work nicely for what I need but I'll also try David's. Many thanks both Fiona -- View this message in context: http://r.789695.n4.nabble.com/for-in-steps-tp3946248p3947950.html Sent from the R help mailing list archive at

[R] 'for' in steps

2011-10-27 Thread RhoR
I want to use for (i in 1:time) but I want the increments to be monthly. For example, if I'm adding interest to a virtual bank account monthly, for a total of 'time' in years which the user has entered. Is there a simple way of doing this please? I'm not familiar with many R functions yet. --