Extract t-stats from a panel

For questions regarding programming in the EViews programming language.

Moderators: EViews Gareth, EViews Jason, EViews Moderator, EViews Matt

Kavorka
Posts: 47
Joined: Mon Nov 30, 2009 6:06 am

Extract t-stats from a panel

Postby Kavorka » Tue Jan 10, 2017 5:10 am

Any advice on how to estimate the following model? I guess that I can calculate ybar(t-1) and d(ybar(t)) by using @bymeans.

series y_timemeans = @meansby(y_, @date)

cadf_.jpg
cadf_.jpg (89.03 KiB) Viewed 2539 times

Something like:
d(y_) c y_(-1) y_timemeans(-1) d(y_timemeans) d(y_(-1))

However, how can I save the series/vector of the t-stats for b(i)? Can I extract the t-stats for b(i) with some command (without starting looping or something, I do not want to estimate every i individually)?

KrilleJ
Posts: 40
Joined: Fri Feb 20, 2015 6:15 am

Re: Extract t-stats from a panel

Postby KrilleJ » Wed Jan 11, 2017 7:09 am

I have used

Code: Select all

vector mytstats=nameofpanelobj.@tstats


Then you can partition the output vector as you want.

Would that work?

/K


Return to “Programming”

Who is online

Users browsing this forum: No registered users and 48 guests