Hi list,
is it possible convert the xtabs result 
xtabs(breaks~tension+wool,data=warpbreaks)

       wool
tension   A   B
      L 401 254
      M 216 259
      H 221 169

to a simple matrix?
           A   B
      L 401 254
      M 216 259
      H 221 169


Thanks a lot! Gianandrea
-- 
View this message in context: 
http://www.nabble.com/From-xtabs-to-matrix-tp24304588p24304588.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to