Re: [R] coercing created variables into a new data frame using na.omit()

2005-08-12 Thread Prof Brian Ripley
On Fri, 12 Aug 2005, Kjetil Brinchmann Halvorsen wrote: > Prof Brian Ripley wrote: > >> I don't know if you can read your message, but I find it exceedingly >> difficult and there seem to be several typos. Please use the space and >> return keys ... and only send a message once. >> >> You prob

Re: [R] coercing created variables into a new data frame using na.omit()

2005-08-12 Thread Kjetil Brinchmann Halvorsen
Prof Brian Ripley wrote: >I don't know if you can read your message, but I find it exceedingly >difficult and there seem to be several typos. Please use the space and >return keys ... and only send a message once. > >You problem is perhaps that you are not looking at the data frame, but at >th

Re: [R] coercing created variables into a new data frame using na.omit()

2005-08-12 Thread Prof Brian Ripley
I don't know if you can read your message, but I find it exceedingly difficult and there seem to be several typos. Please use the space and return keys ... and only send a message once. You problem is perhaps that you are not looking at the data frame, but at the variable in the workspace. at

[R] coercing created variables into a new data frame using na.omit()

2005-08-12 Thread sp219
Hi, I am an R newbie and one thing I am having trouble with binding variables that I have created within one data frame into a new data frame when using na.omit(). To illustrate this problem I will give the example I am working on and the approah I have been using:- data.frame1<-filepath att

[R] coercing created variables into a new data frame using na.omit()

2005-08-12 Thread sp219
Hi, I am an R newbie and one thing I am having trouble with binding variables that I have created within one data frame into a new data frame when using na.omit(). To illustrate this problem I will give the example I am working on and the approah I have been using:- data.frame1<-filepath att