search for: nijmegen

Displaying 20 results from an estimated 74 matches for "nijmegen".

2003 May 28
1
Numbers that look equal, should be equal, but if() doesn't see as equal (repost with code included)
...=20), but *still* the test fails. IMHO it's not my code and neither the distribution I use to test, but still, can you point out an obvious failure of my programming or is it indeed something of R that I don't yet grasp? thank you for your help, Paul -- Paul Lemmens NICI, University of Nijmegen ASCII Ribbon Campaign /"\ Montessorilaan 3 (B.01.03) Against HTML Mail \ / NL-6525 HR Nijmegen X The Netherlands / \ Phonenumber +31-24-3612648 Fax +31-24-...
2010 Dec 07
9
[Weft QDA users] working on team using weft
Hi all! I am Angela, an Italian researcher and I am looking for an application that allows working in team, making a shared codebook, share a text database and code it. I tried AnSWR (the CDC''s QDA application) but its installation is too complicated for students and it is not working on latest version of Windows. What about Weft? Is it possible to share a project or, at least, merge
2006 Apr 04
5
Not routing for 1 host?
...ting for 1 particular host in my network. I thought that this would do it: iptables -D INPUT -d aaa.bbb.ccc.ddd -j DROP iptables -D INPUT -s aaa.bbb.ccc.ddd -j DROP But that still shows traffic. What is the corract way to do that? Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 e-mail: J.Kraaijeveld@Askesis.nl web: www.askesis.nl
2003 Oct 15
1
is.na(v)<-b (was: Re: Beginner's query - segmentation fault)
...t be). > > > kind regards, > Paul > > (*) Such a remark will probably lead to some kind of reprimand because > it's > probably somewhere within the 10e6 manual pages but I'm trying my luck > here. > > > -- > Paul Lemmens > NICI, University of Nijmegen ASCII Ribbon Campaign /"\ > Montessorilaan 3 (B.01.03) Against HTML Mail \ / > NL-6525 HR Nijmegen X > The Netherlands / \ > Phonenumber +31-24-3612648 &g...
2004 Feb 24
1
Accessing columns in data.frame using formula
...V8 : Factor w/ 2 levels "l","r": 2 2 1 2 1 1 1 1 1 2 ... $ V9 : Factor w/ 2 levels "l","r": 2 2 1 2 1 2 1 1 1 2 ... $ ok : int 1 1 1 1 1 0 1 1 1 1 ... $ RT : int 760 555 432 424 369 291 403 526 500 458 ... -- Paul Lemmens NICI, University of Nijmegen ASCII Ribbon Campaign /"\ Montessorilaan 3 (B.01.05) Against HTML Mail \ / NL-6525 HR Nijmegen X The Netherlands / \ Phonenumber +31-24-3612648 Fax +31-24-...
2000 Jul 13
2
Programming puzzle...
...ction. There has to be a clever way to do this... Ron -----------------------+-------------------------------------------------- Ron Wehrens | " In a purely metaphorical sense, I am a turnip " Dept. of Chemometrics | (W.A. Quayle) University of Nijmegen | Email: rwehrens at sci.kun.nl Toernooiveld 1 | http://www-cac.sci.kun.nl/cac/rwehrens 6525 ED Nijmegen | Tel: +31 24 365 2053 The Netherlands | Fax: +31 24 365 2653 -----------------------+------------------------------------------------ -....
2004 Aug 05
6
TC-ng questions/problems
...ow for an upload of 512kb and have to specify a upload of 712 to get that) but most of the time we have a far worse actual upload. Anyone any ideas? We use Debian 2.6.3-1-386 (Sarge) with tcng 9m. Any help is greatly appreciated. Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 e-mail: J.Kraaijeveld@Askesis.nl web: www.askesis.nl /////////////////////////////////////////////////////////////////////////// #include "fields.tc" #include "ports.tc" #define WAN eth0 #define LAN83 eth1 #define LAN84...
2000 Jul 17
0
Réf. : image legend
...ld cut and paste from filled.contour, of course... Ron -----------------------+-------------------------------------------------- Ron Wehrens | " In a purely metaphorical sense, I am a turnip " Dept. of Chemometrics | (W.A. Quayle) University of Nijmegen | Email: rwehrens at sci.kun.nl Toernooiveld 1 | http://www-cac.sci.kun.nl/cac/rwehrens 6525 ED Nijmegen | Tel: +31 24 365 2053 The Netherlands | Fax: +31 24 365 2653 -----------------------+------------------------------------------------ -.-....
2003 May 19
4
modulus operator?
Is there a modulus operator in R? Anna
2003 Oct 09
1
is.na(v)<-b (was: Re: Beginner's query - segmentation fault)
> -----Original Message----- > From: Richard A. O'Keefe [mailto:ok at cs.otago.ac.nz] <snip> > The very existence of an "is.na<-" which accepts a logical > vector containing FALSE as well as TRUE ... And don't forget this is not the only usage of is.na<-. In fact it is designed to take any valid indexing value. For example: > a<-1:10 >
2003 Oct 16
1
Cbind warning message
...s if ( r > 0 ) { p[r+1:length(p)] <- NA z <- cbind(z,p) } z <- na.omit(as.vector(t(z))) } and then sections(32,5) -> a As I see it, rows in result are 5 and the vector length of p (which is 5) is a multiple of 5. kind regards, Paul -- Paul Lemmens NICI, University of Nijmegen ASCII Ribbon Campaign /"\ Montessorilaan 3 (B.01.03) Against HTML Mail \ / NL-6525 HR Nijmegen X The Netherlands / \ Phonenumber +31-24-3612648 Fax +31-24-...
2004 Jun 10
1
Informal discussion group about R
I've started a "tribe" for discussing R and sharing scripts. Tribe.net is one of the popular on-line social communities, like "Friendster". Visit and see if it is a forum that you find useful. To join the "tribe" you will need to register with Tribe.net. I hope it will be of help to newbies, although I'm new to R myself. Here is the url:
2004 Jun 16
2
subset and lme
I'm puzzled by the following problem, which appears when attempting to run an analysis on part of a dataset: If I try: csubset <- dat$Diagnosis==0 cont <- lme(fixed=cform, random = ~1|StudyName, data=dat,subset=csubset,na.action=na.omit) Then I get: Error in eval(expr, envir, enclos) : Object "csubset" not found But if I do
2004 Jun 16
1
subset(..., drop=TRUE) doesn't seem to work.
...) 1 2 5 0 So to lose the second level of dd$c, in method B I still need to 'dd$c <- dd$c[, drop=TRUE]', while the manual seems to imply that with the drop argument to subset() this would not be necessary. Could you comment? kind regards, Paul -- Paul Lemmens NICI, University of Nijmegen ASCII Ribbon Campaign /"\ Montessorilaan 3 (B.01.05) Against HTML Mail \ / NL-6525 HR Nijmegen X The Netherlands / \ Phonenumber +31-24-3612648 Fax +31-24-...
2004 Apr 16
2
Warning from Asterisk
...lain to the telephone manifacturer or start up my programmer's editor: chan_sip.c:5152 handle_response: Host '172.31.1.7' does not implement 'NOTIFY' What does this mean and am I missing some important feature? Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 e-mail: J.Kraaijeveld@Askesis.nl web: www.askesis.nl
2001 Nov 19
1
Win2k terminal server and "MultipleUsersOnConnection"
On NT4 terminal server it is possible to change a registry setting to make it create one connection to samba per user .... I know there has been a lot of discussion around this but I can't find a definative answer in any of the posts: How do you do this with 2000? The fact that it only runs one smb process is causing serious problems on my samba server. Anybody? Andre -------------- next
2006 Sep 21
1
(simple?) iptables question
...-o eth1 -j SNAT --to-source 172.16.0.1 .... But this does not seem to work: there is never any NAT: the packets are just routed and not NAT-ed if I ping to a non 192.168.0.0/24 address. How can I achieve what I want??? TIA -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl
2004 Sep 18
1
TCNG on a Linux NAT router question
...n a NAT router. Can I use the IP addresses on my LAN to shape the traffic on the outgoing interface, with other words, does the address translation take place before or after traffic control? (Or does it depend and if so, on what?) Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 e-mail: J.Kraaijeveld@Askesis.nl web: www.askesis.nl _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Sep 21
1
TCNG compilation/translation bug/question
...": I expected that the SLB specs would be translated into something like "rate 2048*8bps burst 1024*8 mpu0". Is this a bug or do I just understand the it? If the latter, can anyone explain the translation to me? TIA Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 e-mail: J.Kraaijeveld@Askesis.nl web: www.askesis.nl _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2003 Jul 24
1
pls regression - optimal number of LVs
Dear R-helpers, I have performed a PLS regression with the mvr function from the pls.pcr package an I have 2 questions : 1- do you know if mvr automatically centers the data ? It seems to me that it does so... 2- why in the situation below does the output say that the optimal number of latent variables is 4 ? In my humble opinion, it is 2 because the RMS increases and the R2 decreases when 3 LVs