Question #1 is about Eviews 6 syntax for referencing errors from a regression in scalar computation.
The standard error of a regression
Code: Select all
scalar sigma = @seCode: Select all
scalar sigma = @se@eq01Question #2 is optional, just curious. Consider:
The standard error of coefficient i
Assuming the s.e. of the coefficient is i=1 then
Code: Select all
scalar c_se = @stderrs(1)Code: Select all
@stderrs