Raw Message
Message-ID: <3f87cc6d05051110054d65813a@mail.gmail.com>
Date: 2005-05-11T17:05:58Z
From: Omar Lakkis
Subject: simplify loop
Is there a way to implement this faster than doing it in a loop.
for (i in length(settle)-1:1) {
settle[i] = settle[i+1]/(1 + settle.pct[i+1])
}
I want to guarantee that i+1 is calculated before i