Displaying 1 result from an estimated 1 matches for "rmaxtgavcg".
2009 Jun 05
1
problem with using subset from two different tables
...tring for geting results from one table its working
actually i have to take values from two tables with applying different
conditions on two tables like
kk- is an object of one table and
fk- is an object of another table
here i have to get values from these tables like
subset(kk & fk,kk$Rmaxtgavcg > 1.256 & fk$rmaxtgavcg <
3.25,select=c(uniqueid))
my doubt is, that if any thing like this expression is there in R-project or
i have to go for two different subsets and then adding those two one after
another with checking the common uniqueid's
any help is more precious to me
Th...