> -Original Message-
> From: r-help-boun...@r-project.org
> [mailto:r-help-boun...@r-project.org] On Behalf Of emwater
> Sent: Wednesday, March 10, 2010 1:07 AM
> To: r-help@r-project.org
> Subject: Re: [R] sorting data whilst ignoring NA's
>
>
> Thanks
Thanks for these suggestions. I tried them out and I get the error message:
Error in qdata$flow : $ operator is invalid for atomic vectors
Can anyone offer further suggestions on how to extract the values from
atomic vectors?
Thanks again
Emma
--
View this message in context:
http://n4.nabble
On 2010-03-09 9:57, emwater wrote:
Hello,
I am very new to R and have hit my first main problem that I hope someone
can easily resolve.
I have some data that looks like this (there are 20,000 rows):
qdata
day month yearflow
[1,] 210 1945 NA
[2,] 310 194
On Mar 9, 2010, at 11:57 AM, emwater wrote:
Hello,
I am very new to R and have hit my first main problem that I hope
someone
can easily resolve.
I have some data that looks like this (there are 20,000 rows):
qdata
day month yearflow
[1,] 210 1945 NA
[2,] 3
Hello,
I am very new to R and have hit my first main problem that I hope someone
can easily resolve.
I have some data that looks like this (there are 20,000 rows):
> qdata
day month yearflow
[1,] 210 1945 NA
[2,] 310 1945 NA
[3,] 410 1945 NA
5 matches
Mail list logo