search for: swansea

Displaying 20 results from an estimated 44 matches for "swansea".

2011 Aug 26
3
elegant way to check if 2 values are in 3 columns?
...; Solution in STATA: generate treat=0 foreach x in proc1 proc2 proc3 { recode treat(0=1) if ((`x'==56.36 | `x'==59.81) & yearsep<1988) | ((`x'>=63.70 &`x'<=63.79) & yearsep>=1988) } tab treat -- Joanne Demmler Ph.D. Research Assistant College of Medicine Swansea University Singleton Park Swansea SA2 8PP UK tel: +44 (0)1792 295674 fax: +44 (0)1792 513430 email: j.demmler at swansea.ac.uk DECIPHer: www.decipher.uk.net
2009 Dec 05
1
regression tests still fail for R version 2.10.0
...ources/builds/R/R-2.10.0/tests' make[1]: *** [check] Error 2 make[1]: Leaving directory `/home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/builds/R/R-2.10.0' make: *** [R_base] Error 1 Before that the build seems alright. Oliver -- Dr. Oliver Kullmann Computer Science Department Swansea University Faraday Building, Singleton Park Swansea SA2 8PP, UK http://cs.swan.ac.uk/~csoliver/
2009 Jun 25
2
random sampling or random replacement
...ng data... So something like this x <- sample(10000:20000, 100) #without replacement Now I want x to contain to 20% missing data (NA). Could anyone help me how to do this? Thanks Joanne -- ======================================== Joanne Demmler Ph.D. Research Assistant School of Medicine Swansea University Singleton Park Swansea SA2 8PP UK tel: +44 (0)1792 295674 fax: +44 (0)1792 513430 email: j.demmler at swansea.ac.uk DECIPHer: www.decipher.uk.net
2007 Jul 25
1
dspam plugin
...ogle cache http:// 216.239.59.104/search?q=cache:K_yW5wV88uwJ:johannes.sipsolutions.net/ Projects/dovecot-dspam-integration+dovecot +dspam&hl=en&ct=clnk&cd=3&client=safari is still there for now. oliver at gtwm.co.uk / 0845 456 1810 / 07814 828608 The Old Bank, 4 Ravenhill Rd, Swansea SA5 5AW, UK NOTE No contracts may be concluded on behalf of GT webMarque by means of e- mail communications. The contents of this e-mail are confidential to the intended recipient at the e-mail address to which it has been addressed; it may not be disclosed to or used by anyone other than this a...
2012 Oct 08
1
installation of R (14.1 and 15.1) fails: [reg-packages.Rout] Error 1
Hello, I'm trying to install R on two Linux machines: 1. > uname -a Linux cs-wsok 3.4.6-2.10-desktop #1 SMP PREEMPT Thu Jul 26 09:36:26 UTC 2012 (641c197) x86_64 x86_64 x86_64 GNU/Linux 2. > uname -a Linux csltok.swansea.ac.uk 3.4.6-2.10-desktop #1 SMP PREEMPT Thu Jul 26 09:36:26 UTC 2012 (641c197) x86_64 x86_64 x86_64 GNU/Linux I am trying version 14.1 on first machine and 15.1 on second machine. On both machines I get the same test error: 1. comparing 'reg-tests-2.Rout' to './reg-tests-2.Rout.save...
2011 Apr 07
2
error reading data help please
Dear Readers, Sorry to bother you. Have been try to read my data into R (something I have done in the past) but having an error message with this one. Any possible help please? Thanks. Oz This is the error I am getting (please see bold): > setwd("D:/Replication/") >library(gmp) > dataFrame2=read.table("data.txt",header=T) Error in scan(file, what, nmax,
2009 Aug 25
1
[LLVMdev] RFC: Supporting ELF symbol aliases via GlobalAlias GEPs
...do know whether it is "officially" supported? Using aliases to point to the interior of objects seems like something that could be very likely to break, but I don't know anything about how ELF encodes aliases. - Daniel On Tue, Aug 25, 2009 at 9:07 AM, David Chisnall<csdavec at swansea.ac.uk> wrote: > I've attached a less-hackish implementation of this.  This includes the > following modifications: > > - getSupportsOverlappingAliases() method on TargetMachine which returns > whether the target supports multiple symbols to the same object.  This > returns...
2009 Oct 17
1
[LLVMdev] [cfe-dev] Developer meeting videos up
On 15 Oct 2009, at 16:45, Chris Lattner wrote: > Unfortunately, we found out at the last minute that Apple has a rule > which prevents its engineers from giving video taped talks or > distributing slides. We will hold onto the video and slide assets in > case this rule changes in the future. Is this a new policy? I note that there are still videos and slides up from Apple
2011 Jul 06
1
help with nprmpi
Dear I have been trying to a program which requires "nprmpi". However, I have tried to install the downloaded zip file but get the error: "cannot open compressed file ''npRmpi_0.40-7.tar.gz/DESCRIPTION''" I tried the command: install.packages("nprmpi") but get the message "package ''nprmpi'' is not available" I then
2001 Dec 11
0
Server problem - Temporary directory set wrong?
...error string = Permission denied Hopefully someone out there can let me know how to change what directory samba tries to use for whatever it is doing. Thanks in advance... Dave ---------------------- Mr. Dave Townsend Research Engineer Brass Bullet Ltd Pemchurch Chambers 30-32 Cradock Street Swansea SA1 3EP Phone: +44(1792) 417227 Fax: +44(8700) 558729 Website: www.brass-bullet.co.uk
2004 Dec 01
1
Manipulating contour plots
Dear R users, I would like to create a filled.contour plot with colour bar and overlay a map. I need to create several of these representing variables with different spatial extents for comparison. When I try to fix the plot area size and axes limits as follows: par(fig=c(0,1.0,0.3125,1.0) filled.contour(x=seq((320/2)-180.5,(480/2)-180.5,len=nrow(oct94)),
2008 Sep 13
3
R rpm for Mandriva 2008.1 ?
Are there any R rpm's for Mandriva 2008.1? I found a couple of dodgy ones that wouldn't install so far (rpmfind.net). (Sorry that seems so far the only Linux distribution that recognizes my hardware on my new laptop correctly. I'm more familiar to Fedora and Suse so perhaps I'm just doing something wrong?) Joanne
2011 Aug 28
1
read.table: deciding automatically between two colClasses values
Hello, I have a function for reading a data-frame from a file, which contains E = read.table(file = filename, header = T, colClasses = c(rep("integer",6),"numeric","integer",rep("numeric",8)), ...) Now a small variation arose, where colClasses =
1997 Jul 29
0
Fwd: Buffer Overrun in ruserpass() in MH and NMH (fwd)
...Matt Conover (shok@onlinex.net - - -- Shok). - ------- Message 2 Date: Mon, 28 Jul 1997 23:27:48 +0100 Subject: Re: Multiply bugs in MH-6.8.3 (Mail Handler program) From: Alan Cox <alan@LXORGUK.UKUU.ORG.UK> To: BUGTRAQ@NETSPACE.ORG Message-ID: <m0wsyGa-0005FiC@lightning.swansea.linux.org.uk> > ruserpass(host,&user,&pass); is found in msgchk.c, in checkremote() or > something like that... meaning that the host aren''t vulnerable if not > configured.. this is from a system where mh was installed w/o being Also that means ruserpass() from libc i...
2007 Apr 18
1
[Bridge] Re: hang on PPC
...2, 16384 bytes) > Mount cache hash table entries: 512 (order: 0, 4096 bytes) > Buffer cache hash table entries: 1024 (order: 0, 4096 bytes) > Page-cache hash table entries: 8192 (order: 3, 32768 bytes) > POSIX conformance testing by UNIFIX > Linux NET4.0 for Linux 2.4 > Based upon Swansea University Computer Society NET3.039 > Initializing RT netlink socket > Starting kswapd > CPM UART driver version 0.03 > ttyS00 at 0x0280 is a SMC > pty: 256 Unix98 ptys configured > Generic RTC Driver v1.07 > DLCI driver v0.35, 4 Jan 1997, mike.mclagan@linux.org. > eth0: FE...
2004 Aug 10
0
dmesg output for mount cdrom problem
...f 00000000 00000000 00000000 CPU: After generic, caps: 0383fbff 00000000 00000000 00000000 CPU: Common caps: 0383fbff 00000000 00000000 00000000 CPU: Intel(R) Pentium(R) III CPU 1133MHz stepping 01 POSIX conformance testing by UNIFIX Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Starting kswapd Journalled Block Device driver loaded Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Xeno console successfully installed Successfully installed virtual firewall/router interface Starting Xeno Balloon drive...
2012 Oct 13
0
installation of R (2.14.1 and 2.15.1) fails due to [reg-packages.Rout] Error
Hello, I'm trying to install R from sources on two Linux machines (both with Suse 12.2): 1. > uname -a Linux cs-wsok 3.4.6-2.10-desktop #1 SMP PREEMPT Thu Jul 26 09:36:26 UTC 2012 (641c197) x86_64 x86_64 x86_64 GNU/Linux 2. > uname -a Linux csltok.swansea.ac.uk 3.4.6-2.10-desktop #1 SMP PREEMPT Thu Jul 26 09:36:26 UTC 2012 (641c197) x86_64 x86_64 x86_64 GNU/Linux I am trying version 2.14.1 on first machine and 2.15.1 on second machine. On both machines I'm using gcc and gfortran, version 4.5.4. On both machines I get the same test-error (the ex...
2005 Mar 18
2
Trouble getting a DHCP address when booting.
...e entries: 16384 (order: 4, 65536 bytes) Page-cache hash table entries: 65536 (order: 6, 262144 bytes) CPU: L1 I cache: 16K, L1 D cache: 16K CPU: L2 cache: 512K CPU: Intel(R) Pentium(R) III CPU family 1266MHz stepping 01 POSIX conformance testing by UNIFIX Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Starting kswapd Journalled Block Device driver loaded Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Event-channel device installed. Xen virtual console successfully installed as tty xen_mem: Initialising balloon driver....
1998 Nov 24
1
Missing inet.h and netdb.h for SCO
I tried to compile Samba 2.0 beta with cc under SCO 3.2. I seem to be missing the inet.h and netdb.h include files. Does anyone know if they are publicly available? Steve Grose Sgrose@cmps.com Continental Managed Pharmacy Services - www.preferrx.com Voice - 216-459-2025 Ext. 208 Fax - 216-485-8615 Any opinions expressed are my own and not necessarily those of my employers.
2009 Aug 25
0
[LLVMdev] RFC: Supporting ELF symbol aliases via GlobalAlias GEPs
I've attached a less-hackish implementation of this. This includes the following modifications: - getSupportsOverlappingAliases() method on TargetMachine which returns whether the target supports multiple symbols to the same object. This returns false in the superclass and needs to be explicitly overridden for each target to enable it. - An implementation of this method in