Skip to content
Prev 168554 / 398502 Next

Multiple tables

Dear list,

I have a set of 100+ variables. I would like to have one by one crosstables for each variable. I started with
table(variable1, variable2)
table(variable1, variable3)
table(variable1, variable4)
...
table(variable2, variable3)
table(variable2, variable4)
...

It seems rather tedious.

Any better ideas around?

Thanks for any help!
Gerit