[R] Extracting results from a median polish

2012-05-02 Thread Martin Raymond Lefebvre
Quick question from a new user to R, How do I extract my solution of a median polish matrix from R to a spreadsheet file such as .csv? From my reading of my guide book (R for SPSS and SAS users version 2), I deduce that exporting a file to .csv would look like the following:

Re: [R] Extracting results from a median polish

2012-05-02 Thread R. Michael Weylandt
write.csv() is definitely the right way to go so you're on track What is str(medpolish)? From the error message, it sounds like it's a functionIf it is, are you sure you don't mean write.csv(medpolish( xx )) ? Michael On Wed, May 2, 2012 at 12:39 AM, Martin Raymond Lefebvre mlefe...@uwo.ca