Page 2 of 2

Re: Handling missing values/NAs

Posted: Sun May 25, 2014 6:05 am
by trubador
You should first create a group that includes the return series. Select all return series and then right click to open as group. Give a name to your group (e.g. returns). And then execute the following code from the command line:

Code: Select all

pagecontract if @rnas(returns)=0
Number and location of NAs might differ across the series. This code will delete them casewise and align the data.

Re: Handling missing values/NAs

Posted: Sun May 25, 2014 7:09 am
by startz
Have you looked at pagecontract in the Help system?