Displaying 2 results from an estimated 2 matches for "data100000".
Did you mean:
  data10000
  
2008 Aug 17
1
Allocated Memory Warnings in Vista 32 bit with 4 GB (PR#12557)
...00 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)
  Error in file(file, "r") : cannot open the connection
  In addition: Warning message:
  In file(file, "r") :
    cannot open file 'data100000.csv': No such file or directory
  > data=3Dread.csv("data300000.csv",header=3DFALSE)
  &...
2008 Aug 18
0
Allocated Memory Warnings in Vista 32 bit with 4 GB (PR#12560)
...a300000 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)
>  Error in file(file, "r") : cannot open the connection
>  In addition: Warning message:
>  In file(file, "r") :
>    cannot open file 'data100000.csv': No such file or directory
>  > data=3Dread.csv("data300000.csv"...