search for: nstu

Displaying 1 result from an estimated 1 matches for "nstu".

Did you mean: nctu
2012 Oct 12
1
Problem with which function
...which() funktion to find the positions of an entry in a matrix. the entries i'm looking for are : seq(begin,end,0.01) and there are no empty spaces i'm searching in the right range. so i was looking for the results R can find and i recieved this answer. for (l in 1:length(qr)){print(c(l,nstu[l,1],nsto[l,1],nsto[l,1]-nstu[l,1],(nsto[l,1]-nstu[l,1])*100,which(sp1[,1]==nstu[l,1]),(nsto[l,1]-nstu[l,1])*100+which(sp1[,1]==nstu[l,1]),which(r[,1]==nstu[l,1]),(nsto[l,1]-nstu[l,1])*100+which(r[,1]==nstu[l,1])))} [1] 1 0 0 0 0 [1] 2 0 0 0 0 [1] 3 0 0 0 0 [1] 4.00 87.34 87.97 0.63 63....