Re: [R] Tables Package Grouping Factors

2013-11-09 Thread Duncan Murdoch
On 13-11-09 5:56 PM, Jeff Newmiller wrote: The problem that prompted this question involved manufacturers and their model numbers, so I think the cross everything and throw away most of it will get out of hand quickly. The number of models per manufacturer definitely varies. I think I will wor

Re: [R] Tables Package Grouping Factors

2013-11-09 Thread Jeff Newmiller
The problem that prompted this question involved manufacturers and their model numbers, so I think the cross everything and throw away most of it will get out of hand quickly. The number of models per manufacturer definitely varies. I think I will work on the print segments of the table successi

Re: [R] Tables Package Grouping Factors

2013-11-09 Thread Duncan Murdoch
On 13-11-09 1:23 PM, Jeff Newmiller wrote: Visually, the elimination of duplicates in hierarchical tables in the tabular function from the tables package is very nice. I would like to do the same thing with non-crossed factors, but am perhaps missing some conceptual element of how this package is

Re: [R] Tables Package Grouping Factors

2013-11-09 Thread Duncan Murdoch
On 13-11-09 1:23 PM, Jeff Newmiller wrote: Visually, the elimination of duplicates in hierarchical tables in the tabular function from the tables package is very nice. I would like to do the same thing with non-crossed factors, but am perhaps missing some conceptual element of how this package is

[R] Tables Package Grouping Factors

2013-11-09 Thread Jeff Newmiller
Visually, the elimination of duplicates in hierarchical tables in the tabular function from the tables package is very nice. I would like to do the same thing with non-crossed factors, but am perhaps missing some conceptual element of how this package is used. The following code illustrates my