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
?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
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:
3 matches
Mail list logo