On Wed, 7 Apr 2021, Iago Varela wrote:
Sorry, I forgot to mention that I was making a script, this one in
particular:
https://gitlab.com/iagovar/gretl-logit-test
I was just looking for a way to automatically export the logit
summary to a txt.
Then try the "outfile" command:
outfile mymodel.txt
logit ...
end outfile
Allin