search for: iriskold

Displaying 4 results from an estimated 4 matches for "iriskold".

Did you mean: frisvold
2007 Jan 10
1
Fw: Memory problem on a linux cluster using a large data set [Broadcast]
...f that size 1240 kb" . I don't want to cut my data in smaller pieces because we are looking at interaction. So are there any other options for me to try out or should i wait for the development of more advanced computers! Thanks, Iris ----- Forwarded Message ---- From: Iris Kolder <iriskolder@yahoo.com> To: r-help@stat.math.ethz.ch Sent: Thursday, December 21, 2006 2:07:08 PM Subject: Re: [R] Memory problem on a linux cluster using a large data set [Broadcast] Thank you all for your help! So with all your suggestions we will try to run it on a computer with a 64 bits proccesor...
2006 Dec 21
1
Memory problem on a linux cluster using a large data set [Broadcast]
...hat they are adapting the new R version for 64 bits proccesors again so does anyone now if there is a version available that we could use? Iris Kolder ----- Original Message ---- From: "Liaw, Andy" <andy_liaw@merck.com> To: Martin Morgan <mtmorgan@fhcrc.org>; Iris Kolder <iriskolder@yahoo.com> Cc: r-help@stat.math.ethz.ch; N.C. Onland-moret <n.c.onland@umcutrecht.nl> Sent: Monday, December 18, 2006 7:48:23 PM Subject: RE: [R] Memory problem on a linux cluster using a large data set [Broadcast] In addition to my off-list reply to Iris (pointing her to an old post o...
2006 Dec 18
1
Memory problem on a linux cluster using a large data set
Hello, I have a large data set 320.000 rows and 1000 columns. All the data has the values 0,1,2. I wrote a script to remove all the rows with more than 46 missing values. This works perfect on a smaller dataset. But the problem arises when I try to run it on the larger data set I get an error “cannot allocate vector size 1240 kb”. I’ve searched through previous posts and found out that it might
2008 Feb 06
2
kinship package: drawing pedigree error
Hi Im using the kinship package to draw a pedigree. On my data set this works fine but when i add indivudals to the pedigree i keep getting an error i hope someone can help me! This is the code im using: Data<-read.table("Tree.txt", header=T, sep=",") attach(Data) ped<-pedigree(id, dadid, momid, sex, aff) par(xpd=T) plot.pedigree(ped) This is my data looks like