Skip to content
Back to formatted view

Raw Message

Message-ID: <CAAmySGMj1zOm2J+FenSsnejXiNmTAWv+bs9oZkhSFWe1CjGVSA@mail.gmail.com>
Date: 2012-10-31T16:53:39Z
From: R. Michael Weylandt
Subject: Mean Help
In-Reply-To: <1351701103562-4648030.post@n4.nabble.com>

On Wed, Oct 31, 2012 at 4:31 PM, Hard Core <gioxc at hotmail.it> wrote:
> Thank you but with that formula i don't understand how R can select only the
> one with blue eyes
>

Assuming you're referring to my proposal of

aggregate(height ~ eyes, DATA, mean)

It's not blue eyes only: that will summarize height for each eye color
by taking the mean. Then just select blue eyes and you're good to go.

Finally, I note you're posting from Nabble. Please include context in
your reply -- I don't believe Nabble does this automatically, so
you'll need to manually include it. Most of the regular respondents on
this list don't use Nabble -- it is a _mailing list_ after all -- so
we don't get the forum view you do, only emails of the individual
posts. Combine that with the high volume of posts, and it's quite
difficult to trace a discussion if we all don't make sure to include
context. I'm only following up because I have a hunch this involves my
earlier reply, but it's really not clear.

Cheers,
Michael