Re: [R] How to Export an R outcome to an Excel Spreadsheet

2012-05-03 Thread MacQueen, Don
The others have made suggestions for csv output. For xlsx output go to CRAN, click on the packages link at the left, then select packages listed by name. Then use your browser to search for the string 'xls". There are several packages that offer this capability. -Don -- Don MacQueen Lawrence L

Re: [R] How to Export an R outcome to an Excel Spreadsheet

2012-05-01 Thread Roy Mendelssohn
?write.table Googling it would find the same thing -Roy On May 1, 2012, at 1:41 PM, Paul Bernal wrote: > Hello R community, > > I basically created a normal distribution with mean 2500 and standard > deviation = 450 with a sample of size 50 and assigned that to a variable > named genvar2 with

[R] How to Export an R outcome to an Excel Spreadsheet

2012-05-01 Thread Paul Bernal
Hello R community, I basically created a normal distribution with mean 2500 and standard deviation = 450 with a sample of size 50 and assigned that to a variable named genvar2 with the following command: genvar2<-rnorm(mean=2500, sd=450, n=50) Now, the output of genvar2 generates de following: