Hi -- I have data on whether or not farmers plant different kinds of crops; each crop is a dummy variable (yes or no). The crops are not mutually exclusive; farmers can and most do plant more than one. Is there an easy way to make a two-way table that shows, in each cell, the percent of respondents that plant each possible pair of crops. For instance: (these aren't the actual crops):

Apples Pears Oranges Grapes
Apples 100% 25% 35% 60%
Pears 100% 40% 25%
Oranges 100% 40%
Grapes 100%

And, ideally, code also for exporting the table into excel...