search for: iseugene

Displaying 1 result from an estimated 1 matches for "iseugene".

Did you mean: eugene
2009 Aug 10
1
creating selection vector with 2 attributes
..."Washington", "Portland", "Portland") PumsAreaNames=data.frame(PumaNums,PumaNames) HhSerialno<-c( 38 , 71 , 80, 100, 100 ,106, 126 ,152 ,157 ,181 ,182 ,210 ,244, 267 ,296 ,361, 387, 399, 430 ,434 ,468 ,480 ,483 ,486 ,532) Hhdata<-data.frame(HhSerialno,Puma) IsEugene <- Hhdata$Puma %in% PumsAreaNames..$PumaNums[(PumsAreaNames..$PumaNames == "Eugene")] #------------------------------------------ Is Eugene returns a true/false for whether the Hhdata$Puma attribute matches 'Eugene". I would also like it to associate the serial number but...