search for: chaffmerge2

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

2007 Nov 26
1
spss, string factors, selecting
...makes much sense without seeing the dataset:- chaff<-read.spss("/Users/Kat/Desktop/papers in progress/btopaper/ edited BTO data/fatnewchaff.sav", to.data.frame=TRUE) chafffat<-read.spss("/Users/Kat/Desktop/papers in progress/btopaper/ edited BTO data/fatmethods.sav") chaffmerge2<-merge(chaff, chafffat, by.x=c("RINGNO", "FAT", "FATMTD"), by.y=c("RINGNO", "FAT", "FATMTD"), all=T) attach(chaffmerge2) chaffhabfactor<-factor(chaffmerge2$HYBRID_A) levels(chaffhabfactor) Echaff<-chaffmerge2[FATMTD==" E&qu...