Displaying 1 result from an estimated 1 matches for "randam".
Did you mean:
randa
2009 Feb 03
2
problem with subsetting in compating one column with a vector
...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 values
and giving warning that:
Warning message:
In SUBJECTSID == SUBJECTS1$SUBJECTSID :
longer object length is not a multiple of shorter object length
can any one suggest what I can do to retreave all the related data of subset
and store in one object
thanks in advance
regards;
kiran...