Displaying 1 result from an estimated 1 matches for "fatmethod".
Did you mean:
catmethod
2007 Nov 26
1
spss, string factors, selecting
...de below, not sure it 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<-chaffme...