Displaying 2 results from an estimated 2 matches for "mergexy".
2008 Apr 16
3
memory issues
Hi all,
I've read the R for windows FAQ and am a little confused re:
memory.limit and memory.size
to start using R 2.6.2 on WinXP, 2GB RAM, I have the command line "sdi
--max-mem-size=2047M"
Once the Rgui is open, memory.limit() returns 2047, memory.size()
returns 11.315, and memory.size(max=T) returns 19.615
Shouldn't memory.size(max=T) return 2047?
Upon running several
2008 Apr 18
1
Bug in Merge?
...3.812086 107.153637 4 EKA 51620
##################################
Host.data:
ID Host
4 4 vicky.planetlab.ntua.gr
------------------------------------------------------------
data<-read.table("my.data")
mapping<-read.table("Host.data")
mergeXY <- merge(data,mapping, by.x="PE_ID", by.y="ID")
If I merge these data then i get:
"PE_ID" "AbsTime" "RelTime" "Ereignis" "Delay" "Host"
"2" 4 1208514343.81209 107.153637 "EndpointKeepAlive"...