Hi all, I am new to R-project my problem is I tried to get subset from two different tables its giving error but if i m 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 Thanks in advance kiran. [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.