search for: tf4441712

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

2007 Sep 14
2
How to remove index from list after split?
In the following example, how can I drop the group index from the list after I perform a split? n <- 3 nn <- 10 g <- factor(round(n * runif(n * nn))) x <- rnorm(n * nn) + sqrt(as.numeric(g)) df <- data.frame(g,x) df.s <- split(df,g) Thanks! Rick DeShon [[alternative HTML version deleted]]