Skip to content
Prev 181653 / 398502 Next

problem with cbind

Try this where Age.Group is a factor whose
levels represent the columns of out and Seq is
a sequence number labeling the first Name
in each Age.Group 1, the second 2 and
so on.
Age.Group
Seq  (0,10] (10,20] (20,30]
  1  "A"    "K"     "U"
  2  "B"    "L"     "V"
  3  "C"    "M"     "W"
  4  "D"    "N"     "X"
  5  "E"    "O"     "Y"
  6  "F"    "P"     "Z"
  7  "G"    "Q"     ""
  8  "H"    "R"     ""
  9  "I"    "S"     ""
  10 "J"    "T"     ""
On Wed, May 27, 2009 at 1:27 PM, kayj <kjaja27 at yahoo.com> wrote: