Skip to content
Prev 170023 / 398506 Next

error in my previous message

try this:

temp2 <- temp2[order(temp2[,1]),]   # PROBLEM IS HERE
dim(temp2) <- c(5,1)
print(temp2)
On Wed, Feb 11, 2009 at 2:23 PM, <markleeds at verizon.net> wrote: