On Mon, 6 Dec 2010, Henrique Andrade wrote:
How can I build a matrix using all the series in a current
dataset when the series inside the dataset has missing
values?
I'm trying the following command:
matrix A = { dataset }
But this is not working.
What is happening? You should get a matrix in which data rows
containing missing values are skipped. If you do
set skip_missing off
you should get a matrix in which "nan" (not-a-number) is
substituted for messing values.
Allin Cottrell