skip one observation in a sample
Posted: Tue Dec 07, 2010 1:32 pm
Hello,
I have a sample from 1990Q1 to 2010Q3. I want to exclude the value in one quarter: 2008Q4.
This is what I am doing but is there a more efficient way of doing it, the version of eviews I have is 6
smpl 2008Q4 2008Q4
series mse1_10=na
smpl @first @last
scalar rmse1c_10=@sqrt(@mean(mse1_10))
thanks a lot.
I have a sample from 1990Q1 to 2010Q3. I want to exclude the value in one quarter: 2008Q4.
This is what I am doing but is there a more efficient way of doing it, the version of eviews I have is 6
smpl 2008Q4 2008Q4
series mse1_10=na
smpl @first @last
scalar rmse1c_10=@sqrt(@mean(mse1_10))
thanks a lot.