Displaying 2 results from an estimated 2 matches for "319357".
Did you mean:
3193,7
2012 Oct 30
2
issues with krige function
...I can provide
snippets of the datasets.
> casedata
station year month day obs mpe bias type lat lon
140 319147 2011 8 28 0.00 0.000000000 0.00000000 COOP 35.48667 -82.96833
141 319354 2011 8 28 0.02 0.001305799 -0.01869420 COOP 34.25722 -78.68722
142 319357 2011 8 28 0.00 0.045194085 0.04519409 COOP 34.40944 -78.79139
143 319440 2011 8 28 6.92 5.530313974 -1.38968603 COOP 35.85278 -77.03056
144 319461 2011 8 28 0.98 0.949224103 -0.03077590 COOP 34.14250 -77.87861
145 319467 2011 8 28 0.30 1.492852601 1.19285260 COOP 34.32083 -...
2009 Jul 08
2
R Help Question
Hi,
I am currently working on reading large files into R. My files are text
documents with four columns and around 10 million lines.
Each line is set up as:
string|integer|string|integer
I have been trying to use read.table to read in the file, but I think I am
reading too much into memory and the application quits.
I want to be able to analyze the entire text document at once.
I have thought