I think you want
param == "As"
On Wednesday, August 31, 2011, Rich Shepard
wrote:
> I want to create individual data.frames for each of the 8 param factors
in
> chemdata. The syntax I tried (based on Teetor's book, page 132) and R's
> response are:
>
>> ars <- subset(chemdata, select=c(site,sam
I want to create individual data.frames for each of the 8 param factors in
chemdata. The syntax I tried (based on Teetor's book, page 132) and R's
response are:
ars <- subset(chemdata, select=c(site,sampdate,param,quant), subset=(param
= "As"))
Error in subset.data.frame(chemdata, select = c(
2 matches
Mail list logo