Referencing Errors
Posted: Thu Mar 19, 2015 11:41 pm
Hello
Question #1 is about Eviews 6 syntax for referencing errors from a regression in scalar computation.
The standard error of a regression
this works for the last regression run, say eq02, but what if I want to reference the standard error of the regression from an earlier equation, say eq01?
returns the error "non-numeric argument"
Question #2 is optional, just curious. Consider:
The standard error of coefficient i
Assuming the s.e. of the coefficient is i=1 then
the opperator , from what I can tell, wasn't included in the command and programming reference's list of operators, or in user guide I or II, is it somewhere else?
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