[R] how to get the miminum value in the list???

jiliguala jiliguala at mail.com
Sun Jun 19 11:43:08 CEST 2011


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.



More information about the R-help mailing list