On0 Thu, 30 Oct 2008, James Savage wrote:
I am an absolute beginner at Gretl, so forgive my silly question.
Welcome to gretl.
Say I run a model in the console, but then want to use the tests from the
GUI model (which I find easier), how do I have the console spit the model
out in a separate window?
? modelname <- ols 1 0 2 3 4
? modelname.show
You get to choose "modelname". You can append "-q" or
"--quiet"
to the ols (or whatever) command to avoid redundant printing of
the model output onto the console.
Allin Cottrell