Page 1 of 1

Saving coefficients on eveiws

Posted: Wed Jun 26, 2024 6:06 am
by thandeka
How do I save coefficients on eviews, I have 8 coefficients that I need to save and use in second regression

Re: Saving coefficients on eveiws

Posted: Wed Jun 26, 2024 9:14 pm
by EViews Gareth
Save them as what?

Re: Saving coefficients on eveiws

Posted: Thu Jun 27, 2024 2:31 am
by thandeka
I want to save the eight coefficients obtained from running the first model and reuse these same coefficients in my second model.

I hope this clarifies what I intend to do. Let me know if you need further details.

Re: Saving coefficients on eveiws

Posted: Thu Jun 27, 2024 6:49 am
by Thommo
You don’t need to “save” them. Everything is always saved.

You can access them directly from the equation with a data member.

Something like:

Code: Select all

Eq01.@coef(1)

Re: Saving coefficients on eveiws

Posted: Thu Jun 27, 2024 3:52 pm
by thandeka
how do i then input them in my second time series regression?

Re: Saving coefficients on eveiws

Posted: Sat Jun 29, 2024 12:05 pm
by EViews Gareth
You can use
[code
Eq01.@coef(1)
[/code]

as part of the estimation expression.