search for: phluant

Displaying 3 results from an estimated 3 matches for "phluant".

2010 Oct 02
2
tyring to save plots using windoze 7 and cygwin
...rently R does save the plot in a default file Rplots.pdf which is just fine for my immediate needs but this may have limitations for future usages. Just curious to know what other may have gotten to work or not work. Thanks. - - - - - - Mike Marchywka | V.P. Technology 415-264-8477 marchywka at phluant.com Online Advertising and Analytics for Mobile http://www.phluant.com
2010 Nov 07
1
can't load nlme on windoze 7
...e to help. Type 'q()' to quit R. > library(nlme) [New thread 20844.0x5154] [Switching to thread 20844.0x5154] Quit (gdb) bt #0? 0x77830190 in ntdll!LdrFindResource_U () ?? from /cygdrive/c/Windows/system32/ntdll.dll (gdb) Mike Marchywka | V.P. Technology 415-264-8477 marchywka at phluant.com Online Advertising and Analytics for Mobile http://www.phluant.com
2010 Oct 22
2
How long does skipping in read.table take
I know I could figure it out empirically - but maybe based on your experience you can tell me if it's doable in a reasonable amount of time: I have a table (in .txt) with a 17,000,000 rows (and 30 columns). I can't read it all in (there are many strings). So I thought I could read it in in parts (e.g., 1 milllion) using nrows= and skip. I was able to read in the first 1,000,000 rows no