Dear all,
just a simple question about text output of gretl:
The following script:
outfile temp.txt --write
printf "Model 1: R2 = %.8g, e2sum = %.8g\n", R2_m1, e2sum_1
returns in temp.txt:
? printf "Model 1: R2 = %.8g, e2sum = %.8g\n", R2_m1, e2sum_1
Model 1: R2 = 0.12531817, e2sum = 4512.596
How can I turn off the printing of the command line: ? printf ... and just see
the "real" output?
@ Sven Schreiber:
Thanks for your script, is working well!
Greetings,
Johannes Fichtinger