 
 
 
 
 
 
RE: Re: Re: genetic algorithms
- To: mathgroup at smc.vnet.net
- Subject: [mg92616] RE: [mg92239] Re: [mg91632] Re: genetic algorithms
- From: "Tugrul Temel" <temelt at xs4all.nl>
- Date: Wed, 8 Oct 2008 06:26:06 -0400 (EDT)
- References: <200809231137.HAA01052@smc.vnet.net>
Dear All,
With the following command I am able to create a table with (10 rows, 4
columns). I want to export this table in the same format to an Excel
worksheet to do some more calculations. I need some help.
 
Print[ TableForm[postDist, TableHeadings -> {{}, {"Variable", "Post-mean",
"Post-se"}}] ];
Thanks,
Tugrul

