Displaying 1 result from an estimated 1 matches for "tp4321412p4321412".
2012 Jan 23
1
Return the matrix location of multiple entries
...d return
its corresponding column location:
P=matrix(nrow=h, ncol=1)
for(i in 1:h){
P[i,]=which.min(subER[i,])
}
Any help would be greatly appreciated!!
Thank you in advance,
Jess
--
View this message in context: http://r.789695.n4.nabble.com/Return-the-matrix-location-of-multiple-entries-tp4321412p4321412.html
Sent from the R help mailing list archive at Nabble.com.