On Thu, 12 Jun 2008, Marcin B?a?ejowski wrote:
Suppose we have "Model Foo" in our session. We can for
example
view this model by "Model Foo".show command. But maybe there
could be command like "Model Foo".yhat (and "Model Foo".uhat),
which would give us series.
series uh = "Model Foo".$uhat
series yh = "Model Foo".$yhat
should now work OK.
Allin.