Page 1 of 1

Information on observations used in regression

Posted: Tue Mar 21, 2017 7:29 am
by tho_mi
Hey,

in Stata it's possible to get information on the observations which have been used in the regression (and therefore it's also possible to select subsets using this information). Is there something similar in eViews?

Thanks in advance!

Best,
Thomas

Re: Information on observations used in regression

Posted: Tue Mar 21, 2017 7:54 am
by EViews Gareth
Generally just use the residual series. If an observation wasn't included, resid is NA

Re: Information on observations used in regression

Posted: Tue Mar 21, 2017 8:05 am
by tho_mi
Oh, of course, didn't think about that. Thank you!