[R] Still need help w/ making a table

About this list Date view Thread view Subject view Author view

From: Andrew Perrin (aperrin@socrates.berkeley.edu)
Date: Wed 04 Apr 2001 - 02:28:02 EST


Message-ID: <Pine.LNX.4.21.0104031125010.13603-100000@nujoma.perrins>

Greetings again. I'm still trying to coerce a pile of data into a
frequency table format. I've managed to do so using perl, so I now have a
tab-delimited file that contains the contingency table I'm trying to use:

Group var1 var2 ... varn
  B 42 11 3
  C 44 1 12
...
  X 12 0 19

I can read the table in using read.table(), but I end up with a data
frame, and when I try to use as.table() it says:
Error in as.table.default(df) : cannot coerce into a table

What I need is a table object upon which I can perform a chi-square
analysis.

Any help will be very much appreciated!

----------------------------------------------------------------------
Andrew J Perrin - Ph.D. Candidate, UC Berkeley, Dept. of Sociology
(Soon: Asst Professor of Sociology, U of North Carolina, Chapel Hill)
andrew_perrin@unc.edu - http://www.unc.edu/~aperrin

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._


About this list Date view Thread view Subject view Author view

This archive was generated by hypermail 2b30 : Fri 22 Jun 2001 - 18:58:38 EST