Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*Sub\s+setting\s+data\s*$/: 3 ]

Total 3 documents matching your query.

1. Sub setting data (score: 1)
Author: "Overstreet, Jason (FL51)" <Jason.Overstreet@honeywell.com>
Date: Fri, 16 Sep 2005 13:25:41 -0700
I have a list of several hundred observations in one data frame that has several dozen variables. In a second data frame, I have a subset of the first data frame containing only the serial number (pr
/archives/html/s-news/2005-09/msg00053.html (7,800 bytes)

2. Re: Sub setting data (score: 1)
Author: Rolf Turner <rolf@math.unb.ca>
Date: Fri, 16 Sep 2005 17:35:57 -0300 (ADT)
s1 <- df1$ser.no s2 <- df2$ser.no ii <- match(s2,s1) df.new <- df1[ii,] cheers, Rolf Turner rolf@math.unb.ca Original message:
/archives/html/s-news/2005-09/msg00054.html (7,173 bytes)

3. Re: Sub setting data (score: 1)
Author: "Stewart, William" <william.stewart@rbc.com>
Date: Fri, 16 Sep 2005 16:43:37 -0400
The following should do what you want: test.df1 <- data.frame(key=c(1:10), data.frame(to.get=c(2,4,6,8,10)) test.df1[test.df2$to.get,] -- William A. Stewart Manager, Operational Risk RBC Financial G
/archives/html/s-news/2005-09/msg00055.html (11,299 bytes)


This search system is powered by Namazu