Message-ID: <EED0EA93-EB5F-47DD-B80D-256C65BBE8BC@xs4all.nl>
Date: 2013-01-08T21:07:26Z
From: Berend Hasselman
Subject: Integration in R
In-Reply-To: <3D29F2A1-7AF1-4964-B212-A0D503B7E85B@xs4all.nl>
On 08-01-2013, at 22:00, Berend Hasselman <bhh at xs4all.nl> wrote:
> ?...
> David implemented the condition by multiplying by x[1]<x[2] which in a numeric context is 0 when x[1]<x[2] en 1 when x[1]>=x[2].
OOPS!! Reverse the 0 and the 1 in that sentence (TRUE becomes 1 and FALSE becomes 0)
Berend