Displaying 1 result from an estimated 1 matches for "findings1".
Did you mean:
findings
2009 Feb 03
2
problem with subsetting in compating one column with a vector
Hi all,
I got one problem with "subset()" function
hear i executed:
findings1<-subset(findings,SUBJECTSID==SUBJECTS1$SUBJECTSID,select=c(SUBJECTSID,ORGNUMRES))
hear "SUBJECTS1$SUBJECTSID" vector contains nearly "65" values
the problem is after comparing and subsetting its not giving
all the values related to that instead its giving randam va...