hi, R users 

here i have one problem, if i wanna get the minimum value in the normal
data, i can do this,    

## which(data1==min(data1)).

but if i want get the minimum value of a list which has two variables
##list1[[j]][[i]]##,
i tried the codes like this, but it did not work.

##  which(list1==min(list1)).

hope anyone to solve that.

thanks

--
View this message in context: 
http://r.789695.n4.nabble.com/how-to-get-the-miminum-value-in-the-list-tp3609013p3609013.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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