On Sat, 12 May 2007, Allin Cottrell wrote:
On Sat, 12 May 2007, Chris wrote:
> One other thing, I don't see a readily obvious way to run gretl
> in batch like mode. To get this to work I need to be able to do
> something like call gretl, feed it the regression request, point
> it to the data and have the data saved as a csv file somewhere
> all without user interaction.
Example file, uy.inp
----
open data4-1
ols 1 0 2
genr u = $uhat
genr y = $yhat
store /home/cottrell/uy.csv u y
! gnumeric /home/cottrell/u.csv
Obviously, should be
! gnumeric /home/cottrell/uy.csv
--
Allin Cottrell
Department of Economics
Wake Forest University, NC