Skip to content
Back to formatted view

Raw Message

Message-ID: <CAAmySGPbFpLLN+v0fZ2OTvreHwQsW8Y=t_9eJ2WAZWvfNAHgAA@mail.gmail.com>
Date: 2012-10-31T15:22:31Z
From: R. Michael Weylandt
Subject: Mean Help
In-Reply-To: <1351689498808-4648000.post@n4.nabble.com>

Many forms, but I'll recommend this one this time around:

aggregate(height ~ eyes, DATA, mean)

See ?aggregate for an explanation of what aggregate() does and
?formula for an explanation of the tilde syntax.

Note that this assumes your column names are "height" and "eyes."
Adjust as needed.

Michael

On Wed, Oct 31, 2012 at 1:18 PM, Hard Core <gioxc at hotmail.it> wrote:
> I have a dataframe.
> Let's suppose that i have two columns. The first one contains height, the
> second one contains eye color that can be Green, Blue or Brown.
> I want to calculate the aritmetic mean of the height only for those people
> who have Blue eyes. How can I do it?
> Thank you for your availability.
>
>
>
>
> --
> View this message in context: http://r.789695.n4.nabble.com/Mean-Help-tp4648000.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.