year col2
#4 19 1964 14.16140
#5 5 1965 16.20417
#6 11 1966 15.35976
#7 4 1967 14.90305
#8 29 1968 16.43865
#9 14 1969 15.88728
#10 21 1970 17.17676
A.K.
- Original Message -
From: fuckecon
To: r-help@r-project.org
Cc:
Sent: Wednesday, October 31, 2012
TableAPS1 <- subset(TableAP, year >= 1959) ??
John Kane
Kingston ON Canada
> -Original Message-
> From: iamsta...@gmail.com
> Sent: Wed, 31 Oct 2012 20:19:46 -0700 (PDT)
> To: r-help@r-project.org
> Subject: [R] Subsetting year range
>
> Hi,
>
>
Hi,
I have a panel data set that I am trying to subset. I am trying to keep
values for years >=1960.
The full set is from 1940 to 2000.
I tried a few things, but none worked. Here are a couple that I am trying to
use.
TableAPS1 <- subset(TableAP, year => 1959)
TableAPS1 <- TableAP[ which(year
3 matches
Mail list logo