Re: [R] Contingency Table - output to odfWeave not working for matrix
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
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