[R] Null values in R

2010-11-15 Thread Raji
) , are considered in the same way? Thanks in advance. -- View this message in context: http://r.789695.n4.nabble.com/Null-values-in-R-tp3043184p3043184.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https

Re: [R] Null values in R

2010-11-15 Thread jim holtman
) , are considered in the same way? Thanks in advance. -- View this message in context: http://r.789695.n4.nabble.com/Null-values-in-R-tp3043184p3043184.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list

Re: [R] Null values in R

2010-11-15 Thread Jonathan P Daily
, what's the word... imbue it. - Jubal Early, Firefly From: Raji raji.sanka...@gmail.com To: r-help@r-project.org Date: 11/15/2010 09:58 AM Subject: [R] Null values in R Sent by: r-help-boun...@r-project.org Hi R-helpers , can you please let me know the methods in which NULL values can

[R] Null values In R.

2008-12-02 Thread paul murima
Hi everyone. I am having problems with NULL values. I understand in R one can command the program to skip null values. Can some one help me on the command line for that. Do i enter is as part of the string in: a- read.table(filename.csv, header = T, row.names=1, sep=,); My problem is largely

Re: [R] Null values In R.

2008-12-02 Thread Daniel Malter
von paul murima Gesendet: Tuesday, December 02, 2008 11:33 PM An: r-help@r-project.org Cc: [EMAIL PROTECTED] Betreff: [R] Null values In R. Hi everyone. I am having problems with NULL values. I understand in R one can command the program to skip null values. Can some one help me on the command line

Re: [R] Null values In R.

2008-12-02 Thread Dieter Menne
. In other cases, it could help to do a - na.omit(a) but be careful: this may throw away to many rows when you have more than 2 columns. Dieter -- View this message in context: http://www.nabble.com/Null-values-In-R.-tp20806622p20807696.html Sent from the R help mailing list archive at Nabble.com