Re: [R] Contingency Table - output to odfWeave not working for matrix

2010-02-20 Thread Max Kuhn
Polwart Calum, Although I cannot explain the root issue, it has nothing to do with odfWeave. See the second command below. I don't know your versions etc blah blah blah... > class(with (mydata, table (site_id, reaction))) [1] "table" > class(as.matrix(with (mydata, table (site_id, reaction [1

Re: [R] Contingency Table - output to odfWeave not working for matrix

2010-02-20 Thread Polwart Calum (County Durham and Darlington NHS Foundation Trust)
Solved my own problem by using: odfTable.matrix( as.matrix ( with (mydata, table (site_id, reaction)) ) ) This message may contain confidential information. If yo...{{drop