Displaying 1 result from an estimated 1 matches for "prsndata".
Did you mean:
profdata
2009 Aug 04
2
Re ferencing columns and pulling selected data
...605,12693,12693,12693)
PrsnAge<-c(59,48,42,24,24,89,60,43,47,57,56,76,76,66,70,14,7,3,62,62,30,10,7,20,21,50,53,44,29)
IsHead<-c(TRUE,TRUE,TRUE,TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,FALSE,
FALSE,TRUE,FALSE,TRUE,FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,FALSE,FALSE)
PrsnData<-cbind(PrsnSerialno,PrsnAge,IsHead)
HhSerialno<-c(735,1147,2019,4131,4217,4629,4822,5979,6128,7004,7438,9402,10115,11605,12693)
HhData<-cbind(HhSerialno)
What i would like to do is to add a age column to HhData that would
correspond to the serial number and which is also the oldest perso...