search for: data300000

Displaying 2 results from an estimated 2 matches for "data300000".

Did you mean: data100000
2008 Aug 17
1
Allocated Memory Warnings in Vista 32 bit with 4 GB (PR#12557)
...ation, and perhaps how R is using or reading memory on = my specific system. The error, I would guess, is probably related to how R= is reporting the memory available. My source files have the same number of rows (or cases) as the name of the = file. Thus, data10000 has 10,000 observations, and data300000 has 300,000 = observations. Here is my history which shows the problem, and inconsistency in memory all= ocation reporting: > data=3Dread.csv("data10000.csv",header=3DFALSE) > partial=3Dsample(data,5000,T) > data=3Dread.csv("data100000.csv",header=3DFALSE) Err...
2008 Aug 18
0
Allocated Memory Warnings in Vista 32 bit with 4 GB (PR#12560)
...R is using or reading memory on = > my specific system. The error, I would guess, is probably related to how R= > is reporting the memory available. > > My source files have the same number of rows (or cases) as the name of the = > file. Thus, data10000 has 10,000 observations, and data300000 has 300,000 = > observations. > > Here is my history which shows the problem, and inconsistency in memory all= > ocation reporting: > > > data=3Dread.csv("data10000.csv",header=3DFALSE) > > partial=3Dsample(data,5000,T) > > data=3Dread.csv("data100...