Development

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • sort a table

    0 answers - 567 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    herodote (AT) oreka (DOT) com wrote:
    hi all,
    I need to sort a table like this one:
    n tmp s
    1 215 0
    2 654 1
    3 213 0
    4 569 1
    5 954 1
    6 562 1
    7 252 0
    8 555 0
    9 988 1
    test <- read.table("clipboard",header=T)
    test[order(test$tmp),]
    n tmp s
    3 3 213 0
    1 1 215 0
    7 7 252 0
    8 8 555 0
    6 6 562 1
    4 4 569 1
    2 2 654 1
    5 5 954 1
    9 9 988 1
    Happy?
    Cheers, Henrik Andersson
    R-help (AT) stat (DOT) math.ethz.ch mailing list
    PLEASE do read the posting guide!

Re: sort a table


max 4000 letters.
Your nickname that display:
In order to stop the spam: 7 + 6 =
QUESTION ON "Development"

EMSDN.COM