[R] moving data from one frame to another

2012-05-10 Thread Daniel_55
Hello, I am working with two different data frames, and I'd like to move data from one to the other. Here is the first frame: head(five) Week Game.ID VTm VPts HTm HPts HDifferential VDifferential 11 NFL_20050908_OAK@NE OAK 20 NE 3010 -10 21

Re: [R] moving data from one frame to another

2012-05-10 Thread Daniel_55
When I tried doing that, it only merged the averages from column 1 — ARI — and did not spread the averages for ARI, ATL, BAL. Any ideas on how I could keep it from making all of the HTms ARI and all of the averages 19.4375? -- View this message in context:

[R] scanning a data set for strings

2012-05-02 Thread Daniel_55
Hello, I'm looking for what I'm sure is a quick answer. I'm working with a data set that looks like this: Week Game.ID VTm VPts HTm HPts Differential HomeWin 11 NFL_20050908_OAK@NE OAK 20 NE 30 10 FALSE 21

Re: [R] scanning a data set for strings

2012-05-02 Thread Daniel_55
Worked like a charm. Thanks for the help! It's really appreciated. -- View this message in context: http://r.789695.n4.nabble.com/scanning-a-data-set-for-strings-tp4602953p4603410.html Sent from the R help mailing list archive at Nabble.com. __