[R] Mean Help
    R. Michael Weylandt 
    michael.weylandt at gmail.com
       
    Wed Oct 31 16:22:31 CET 2012
    
    
  
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.
    
    
More information about the R-help
mailing list