lør, 07 03 2009 kl. 21:30 +0100, skrev Jaroslav Hajek:
> My vague impression is that R has the NA skipping optional. Can anyone 
> confirm?

It seems that be default R behaviour is to raise an error if NA's are
observed. You can then select to have observations with NA's deleted.
Two ways of deletion is supported. If, e.g, 3 dimensional vector is
observed where one of the values are NA, then

  1) the entire observation is deleted, or

  2) only the actual NA is deleted.

At least that's the impression I get.

Søren


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to