Am 29.09.2020 um 14:38 schrieb Allin Cottrell:
On Mon, 28 Sep 2020, Filipe Costa wrote:
> But a question I have is the following: can I by then retrieve the
> coefficients and standard errors of the regressions using the
> console? The variables $coeff and $stderr store info just for the
> last model run, so can't use them after running everything.
For named models:
matrix b = Model1.$coeff
matrix se = Model1.$stderr
Hm, interesting, I didn't know this syntax. (Model1.coeff doesn't work,
although $model.coeff does...)
I'm noticing that the following doesn't work, though:
- Model1.$sample_t2 and .$sample_t1
-...$t2 and $t1
Not sure if there's a deeper rationale for that.
thanks
sven