Skip to content
Prev 125985 / 398500 Next

Calculating proportions from a data frame rather than a table

--- Farrel Buchinsky <fjbuch at gmail.com> wrote:

            
I may have misunderstood you. I was just thinking that
you could get individual tables of interest from
data.frame dff by
table(dff[,1],dff[,2]) and so on.