search for: 289506

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

Did you mean: 28506
2005 Feb 17
0
Converting a list to a matrix - I still don't think I hav e it right
Try: mat <- do.call("rbind", l2) Not sure if the names get put into the rownames automatically, but if not, just do: rownames(mat) <- names(l2) Andy > From: michael watson (IAH-C) > > Hi > > We have touched on this before, but I don't think I quite got > it right. > > So I have a list, each element of which is a a vector of 2 numbers: > >