Page 1 of 1

count number of observations

Posted: Wed Jul 12, 2023 6:42 am
by Sima77
Hi
I am trying to count the number of observations in a series that has missing values. I use the command seriesname.@obs, but every time I got a message that says that "NA found in matrix". I know that the series has missing data and that is why I want to count the available data point. Any help on how to solve this?

Re: count number of observations

Posted: Wed Jul 12, 2023 6:56 am
by EViews Gareth
That is the correct way to do it.

Re: count number of observations

Posted: Wed Jul 12, 2023 7:01 am
by Sima77
Thanks for your reply. Yeah, I found out what is wrong, It works now.