Message-ID: <BF31D224.D0A7%sdavis2@mail.nih.gov>
Date: 2005-08-24T11:28:36Z
From: Sean Davis
Subject: randomize
In-Reply-To: <430C594F.20206@ebi-wasser.uni-karlsruhe.de>
On 8/24/05 7:26 AM, "Luis Tercero"
<luis.tercero at ebi-wasser.uni-karlsruhe.de> wrote:
> Dear helpeRs,
>
> I am looking for an R equivalent of the S function "randomize" but
> cannot find it anywhere (?randomize, help.search("randomize")). There
> are some references to "Randomize()" in the list archives, but it is not
> on my system (R 2.1.1 on Windows XP)... what package is it in?
Try help.search('random'). You can probably use sample (see ?sample) to do
what you want. Others may have a more direct equivalent.
Sean