Skip to content
Prev 166830 / 398502 Next

If...while...or what else??

Shouldn't your loop be:

for (i in 1:4){
    for (j in (i+1):5{
...
    }
}


On Tue, Jan 13, 2009 at 8:20 AM, Niccol? Bassani
<biostatistica at gmail.com> wrote: