Re: [R] creating objects of class "xtabs" "table" in R

2007-10-05 Thread born . to . b . wyld
Neat! Thanks. On 10/5/07, Deepayan Sarkar <[EMAIL PROTECTED]> wrote: > > On 10/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I have an application that would generate a cross-tabulation in array > > format in R. In particular, my application would give me a result > > similar to that of

Re: [R] creating objects of class "xtabs" "table" in R

2007-10-05 Thread Marc Schwartz
On Fri, 2007-10-05 at 13:09 -0700, Deepayan Sarkar wrote: > On 10/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I have an application that would generate a cross-tabulation in array > > format in R. In particular, my application would give me a result > > similar to that of : > > > > array

Re: [R] creating objects of class "xtabs" "table" in R

2007-10-05 Thread Deepayan Sarkar
On 10/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have an application that would generate a cross-tabulation in array > format in R. In particular, my application would give me a result > similar to that of : > > array(5,c(2,2,2,2,2)) > > The above could be seen as a cross-tabulation of

[R] creating objects of class "xtabs" "table" in R

2007-10-05 Thread born . to . b . wyld
I have an application that would generate a cross-tabulation in array format in R. In particular, my application would give me a result similar to that of : array(5,c(2,2,2,2,2)) The above could be seen as a cross-tabulation of 5 variables with 2 levels each (could be 0 and 1). In this case, the