On Mon, 29 Nov 2010, Skipper Seabold wrote:
I haven't been about to find much about this. Is there any
(programmatic) way to quickly tell what is availble using the $
operator after estimating a model? E.g., in R you can do
mod <- lm(...)
names(mod)
We now have something like this (in CVS and snapshots). I have
pressed the "varlist" command into service: if you give the
new --accessors option you get a list of the currently available
internal variables. For example
open data4-10
ols 1 0 2
varlist --accessors # or varlist -a
Allin Cottrell