similar to: read.csv size limits

Displaying 20 results from an estimated 3000 matches similar to: "read.csv size limits"

2007 Feb 12
3
processing a large matrix
I would like to compare every column in my matrix with every other column and get the r-squared. I tried using the following formula and looping through every column: > summary(lm(matrix[,x]~matrix[,y]))$r.squared If I have 10,000 columns, the loops (10,000 * 10,000) take forever even if there is no formula inside. Then, I attempted to vectorize my code: > cor(matrix)^2 With 10,000
2007 Feb 08
1
loop issues (r.squared)
I would like to compare every column in my matrix with every other column and get the r-squared. I have been using the following formula and loops: summary(lm(matrix[,x]~matrix[,y]))$r.squared where x and y are the looping column numbers If I have 100 columns (10,000 iterations), the loops give me results in a reasonable time. If I try 10,000 columns, the loops take forever even if there is no
2006 Jun 13
1
LEGO LOCO: startup error
I've installed successfully LEGO LOGO, a game made by LEGO Media. But, when I run it, I get a messagebox with the following error: ?LEGO LOCO only runs in High Colour (16-bit) 800x600, 1024x768 and 1280x1024. Please change to one of these settings.? Is there any workaround for this? Or must I change xorg.conf? (I'm using 1024x768. I suppose the problem is depth - mine is perhaps 24.)
2005 Apr 15
3
pxelinux 2.11 unable to mount root fs
Hi, I've been using PxeLinux to boot our Debian kernel successfully for some time now. I recently increased the size of the ramdisk from about 484 MBs to 517 MBs and encountered the following error during bootup: --- RAMDISK: Compressed image found at block 0 Freeing initrd memory: 105519k EXT3-fs: Magic mismatch, very weird! cramfs: wrong magic sh-2021: reiserfs_read_super: can not find
2009 Jun 08
2
problem with bulk insert into a *.csv file
Hi all, I am trying to create a "index.csv" with caliculating different types of caliculations . In that i have to caliculate on 10,000 studies and have to insert many no of rows more than 500,000 for that right now I am inserting every row after caliculating and doing data.frame but its taking much time to create that index.csv is there any thing like bulk insert in to file
2004 Aug 04
0
simulating RED using tcsim question
I''m trying to setup a bottlekneck scenario so I can see the effects of the RED qdisc on a congested interface. My example simulation code is at the bottom of this email if someone wants to see it. The following is a snippet form TCSIMs output. 0.602000 E : 0x80bc080 40 : inputB_eth0: 45000028 00000000 40060000 ... 0.602000 D : 0x80bc080 40 : inputB_eth0: 45000028 00000000 40060000 ...
2008 Jul 02
0
FW: Reg: Throughput b/w domU & dom0
Hi all, I used netperf to measure throughput between dom0 & domU. The throughput between dom0 -> domU was 256.00 Mb/sec domU -> dom0 was 401.15 Mb/sec. 1) Dom0 -> DomU: Recv Socket Size bytes Send Socket Size bytes Send Message Size bytes Elapsed Time Secs. Throughput Mbs/sec 87380 16384 16384 10.01 231.61
2008 Jul 02
0
FW: Reg: Throughput b/w domU & dom0
Hi all, I used netperf to measure throughput between dom0 & domU. The throughput between dom0 -> domU was 256.00 Mb/sec domU -> dom0 was 401.15 Mb/sec. 1) Dom0 -> DomU: Recv Socket Size bytes Send Socket Size bytes Send Message Size bytes Elapsed Time Secs. Throughput Mbs/sec 87380 16384 16384 10.01 231.61
2014 Apr 10
0
DRS replication metadata not getting deleted
We have a test samba setup containing two domain controllers (both running samba v4.1.6). Recently we created an ldap group, added around 5000 members to it and then deleted the users from the directory. We set tombstoneLifetime to few days and waited for these ldap objects to be purged from the system. But we notice that the particular group has slowed down considerably for all ldap operations.
2004 May 26
0
Once again in search of memory
Hello any R user, Working on R 1.8.1 or R 1.9 on Windows, 256 Mb RAM. I am trying to debug/correct/speedup the execution of one of our student's program. Basically, we perform simulations. R is launched with high memory-limits. One execution of the program requires nearly 200 Mbs and is OK the first time. Then, launching it again does strange things: seen from Windows manager, the RAM
2009 Feb 05
2
eliminating control characters from formatted data files
I have a few hundred files of formatted data. Unfortunately most of them end with a spurious CONTROL-Z. I want to rewrite the files without the spurious character. Here's what I've come up with so far, but my code is unsafe because it assumes without justification that the last row of df contains a control character (and some NAs to fill up the record). options(warn=-1) #turn off
2009 May 17
1
City of Heroes / wine not identifying NVIDIA video card
I've been using wine for some time now to play City of Heroes and overall I've been very satisfied. One issue that has always bothered me is that COH gives a warning about outdated video card drivers even with the most recent drivers from NVIDIA installed. This limits the settings that can be chosen in the video options. I also suspect it's not making the most efficient use of my
2015 Nov 18
0
[Bug 11609] New: Incorrect (or at least dangerous) behaviour of --append-verify
https://bugzilla.samba.org/show_bug.cgi?id=11609 Bug ID: 11609 Summary: Incorrect (or at least dangerous) behaviour of --append-verify Product: rsync Version: 3.1.1 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core Assignee:
2007 Jan 21
2
using rsync 3.0.0 CVS version
Hi, I've wanted to start working with this CVS version cuz the new "incremental-recursion algorithm" is just what I need. But ran into a problem... When I start the rsync, either with the rsync protocol or rsh, i found that it'll start doing the rsync and just halt after a few hundred MBs or even up to a couple GBs. I was never able to finish an rsync. Anyone else had this
2018 Jan 27
2
Newbie wants to compare 2 huge RDSs row by row.
Each RDS is 40 MBs. What's a slick code to compare them row by row, IDing row numbers with mismatches? Thanks in advance. //
2019 Jul 15
1
Roughly how many more months before CentOS 8.0 release?
Where can we learn more about the workflow and software used to build CentOS RPMs and iso images? This will be extremely helpful to everyone facing the same challenges of building a custom distro. Thank you all for the hard work on CentOS. On Fri, Jul 12, 2019 at 7:44 AM Johnny Hughes <johnny at centos.org> wrote: > On 7/10/19 1:18 AM, Turritopsis Dohrnii Teo En Ming wrote: > >
2005 Jan 26
2
OT: syncing
Hi, An offtopic quesiton, but I could not think of asking any other list where it might be answered. I have a client uploading a few designs (25-30 Mbs) daily at a remote ftp server. We download them in morning. Since we have a slow connection we daily waste a couple of hours downloading it. Is there any way I can download them at night. The only thing is that I am not sure of the time they
2017 Aug 10
0
extremely low performance on Samba 4.2.14-Debian
On Thu, 10 Aug 2017 19:21:53 +0200 Emmanuel Florac via samba <samba at lists.samba.org> wrote: > > Hi everyone, > > here's my problem: I have a fast server (dual Xeon E5-2620, 64 GB RAM) > with a fast RAID array (24 disks, RAID-6, more than 2GB/s read/write > local performance, XFS filesystem) and fast network : dual 10GigE > (myri10g) and 40GigE (i40e). >
2017 Apr 10
0
lvm cache + qemu-kvm stops working after about 20GB of writes
Adding Paolo and Miroslav. On Sat, Apr 8, 2017 at 4:49 PM, Richard Landsman - Rimote <richard at rimote.nl > wrote: > Hello, > > I would really appreciate some help/guidance with this problem. First of > all sorry for the long message. I would file a bug, but do not know if it > is my fault, dm-cache, qemu or (probably) a combination of both. And i can > imagine some of
2006 Nov 12
2
IAX2 one way audio
Experiencing one way audio using IAX2. I did see some other posts on this, and see there may be some internal issues with asterisk and one way audio. Can this be a widespread problem? So many seem to be using IAX, I find it puzzling. Some information points to this being a problem on asymmetrical connections. This is a decidedly asymmetrical connection, with 1.5 Mbs download and 256 kbs,