Re: [R] Table Modification

2009-01-23 Thread jim holtman
t; after, say, every fourth item. > > Nevertheless, thank you very much for the quick and accurate answer. > > -Original Message- > From: r...@quantide.com [mailto:r...@quantide.com] > Sent: Friday, January 23, 2009 9:25 AM > To: Derek Ogle > Cc: r-h...@stat.math.ethz.ch &

Re: [R] Table Modification

2009-01-23 Thread Derek Ogle
and accurate answer. -Original Message- From: r...@quantide.com [mailto:r...@quantide.com] Sent: Friday, January 23, 2009 9:25 AM To: Derek Ogle Cc: r-h...@stat.math.ethz.ch Subject: Re: [R] Table Modification If I understood propelly > tapply(fact3, list(fact1, fact2) , pa

Re: [R] Table Modification

2009-01-23 Thread r...@quantide.com
If I understood propelly > tapply(fact3, list(fact1, fact2) , paste, collapse = ",") A. Derek Ogle wrote: I am trying to construct a two-way table where, instead of printing the two-way frequencies in the table, I would like to print the values of a third variable that correspond to the freque