On Thu, 3 Nov 2011, Giuseppe Vittucci wrote: > when in a regression one or more variables are omitted due to exact > collinearity, the command modprint leads to misleading results cause the > initial list of regressors does not match the vector of coefficients > returned by gretl. > > Is there a way to retrieve the list of regressors dropped by gretl or > the list of regressors eventually used in the regression?
Ignacio has answered the question in your second paragraph: you can use the $xlist accessor. But I'm a bit puzzled as to why you'd want to use "modprint" after running a regression via a gretl command. The intention with "modprint" is that you're printing the results of some operation which estimates a model, but is not a built-in gretl modelling command. Allin Cottrell
