[R] Group by in R

Mike Lawrence Mike.Lawrence at dal.ca
Mon Apr 13 13:10:40 CEST 2009


One way:

g= paste(f1,f2,f3,f4)
table(g)

On Mon, Apr 13, 2009 at 7:33 AM, Nick Angelou <nikolay12 at yahoo.com> wrote:
>
> Hi,
>
> I have the following table data:
>
> f1, f2, f3, f4.
>
> I want to compute the counts of unique combinations of f1-f4. In SQL I would
> just write:
>
> SELECT COUNT(*) FROM <table> GROUP BY f1, f2, ..,f4.
>
> How to do this in R?
>
> Thanks,
>
> Nick
> --
> View this message in context: http://www.nabble.com/Group-by-in-R-tp23020587p23020587.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.
>



-- 
Mike Lawrence
Graduate Student
Department of Psychology
Dalhousie University

Looking to arrange a meeting? Check my public calendar:
http://tinyurl.com/mikes-public-calendar

~ Certainty is folly... I think. ~




More information about the R-help mailing list