Thank you very much for the big help! 





________________________________
From: GlenB [via R] <ml-node+1655832-860423762-194...@n4.nabble.com>

Sent: Sat, March 20, 2010 1:23:50 AM
Subject: Re: OUTPUT the row


> a<-read.table(stdin(),header=TRUE) 
0: id      k    Age    Height   
1: 23     2     23      60 
2: 12     3     28      58 
3: 19     4     18      55 
4: 37     5     22      54 
5: 
> with(a,k[Age==min(Age)]) 
[1] 4 


________________________________
 
View message @ http://n4.nabble.com/OUTPUT-the-row-tp1644200p1655832.html 
To unsubscribe from OUTPUT the row, click here. 



      
-- 
View this message in context: 
http://n4.nabble.com/OUTPUT-the-row-tp1644200p1658282.html
Sent from the R help mailing list archive at Nabble.com.

        [[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.

Reply via email to