dropping out series with missing observations

Use this forum to post questions about syntax problems or general programming issues. Questions on implementing a particular aspect of econometrics should go in "Econometrics Issues" below.
tclark
Posts: 99
Joined: Wed Nov 08, 2006 3:20 pm

dropping out series with missing observations

Unread post by tclark »

I have a problem that is going to involve recursively looping over time to form estimates from a set of series with data available. Over time, the number of series with data will change. So I want to read in all of the series and then, for each time loop, pull the subset of variables with complete data into a block of series that will be used for the computations. I can do this brute force by looping over all series and then putting just those with data available in a new vec[ser]. Is there a more efficient way to do this? Thanks.
Todd Clark
Economic Research Dept.
Federal Reserve Bank of Cleveland
Post Reply