search for: finet

Displaying 8 results from an estimated 8 matches for "finet".

Did you mean: fine
2004 Mar 10
1
Re: R-help Digest, Vol 13, Issue 9
C?dric Finet wrote: > > I thank you for your answer but I do not understand yet why the Fisher?s exact > test does not work. And why is a "negative key". > > C?dric Finet > Running the original TOMS643 fortran code (R uses an f2c translation of this) says: FEXACT ERROR: 30 Stack...
2008 May 05
2
bwplot
Hi, I have 2 questions about bwplot in R : 1) How to change the order of my different boxes in the graph ? 2) How to rename the names of the differents boxes ? because I know how to do that with boxplot (using names) but I do not find the equivalent parameter in bwplot. thanks, C?dric
1997 Sep 03
0
Sysklogd''s -r option
...fix this: --- sysklogd-1.3/syslogd.c-o Wed Sep 3 22:19:26 1997 +++ sysklogd-1.3/syslogd.c Wed Sep 3 22:19:39 1997 @@ -791,7 +791,7 @@ (char *) &on, sizeof(on)) < 0 ) { logerror("setsockopt, suspending inet"); } - else { + else if (AcceptRemote) { if (bind(finet, (struct sockaddr *) &sin, \ sizeof(sin)) < 0) { logerror("bind, suspending inet"); @@ -1834,7 +1834,7 @@ /* Close the sockets. */ close(funix); - close(inetm); + if (InetInuse) close(inetm); /* Clean-up files. */ (void) unlink(LogName); -Andi
2004 Feb 27
4
question
Hi everybody. The question: I get two vectors 'iFalseFalse' and 'i2'. I think they should be the same but they are not. Is it because R does not handle complicated logical expressions in such cases or I do something wrong? > z1 = c(NA, "", 3, NA, "", 3) > z2 = c("", "", 3, NA, 3, NA) > cV = (as.character(z1)==as.character(z2))
2007 Dec 24
0
Fwd: Re: IPFW: Blocking me out. How to debug?
...;> add allow tcp from any to any https in setup >> > >> add allow tcp from any to any http in setup >> > > >> >>So, you have a webserver running on this box, listening on ports 80 > and >>443? You've verified with 'netstat -finet -a' that this is the case? > >Yes: > ># netstat -finet -a >Active Internet connections (including servers) >Proto Recv-Q Send-Q Local Address Foreign Address > (state) >tcp4 0 0 192.168.1.109.ssh 192.168.1.107.3502 > ESTABLISHED &...
2007 Dec 20
1
IPFW: Blocking me out. How to debug?
Dear W.D. Do you understand that by adding the rules into kernel space numbered from zero to sixty five thousand five hundred thirty four you may alter the behavior of the rule number sixty five thousand five hundred thirty five can you please define and list the goals you are trying to achieve by altering default rule in the terms you can both explain and understand. ----- Original Message
2004 Mar 09
1
bug(?) in chisq.test
.... Best Wishes, spencer graves -------- Original Message -------- Subject: Re: [R] Monte Carlo p-value (was "question") Date: Tue, 9 Mar 2004 08:17:02 +0000 (GMT) From: Prof Brian Ripley <ripley@stats.ox.ac.uk> To: Spencer Graves <spencer.graves@pdf.com> CC: cfinet@ens-lyon.fr, r-help@stat.math.ethz.ch, kjetil@entelnet.bo 1/(B+1) is the significance level of the Monte Carlo test if the data give the most extreme value. (E.g. Ripley, 1987, p. 171.) This is a calculation, not a convention, and assumes a continuously distributed statistic. On Mon, 8 Mar...
2007 Dec 13
3
IPFW compiled in kernel: Where is it reading the config?
Hi peeps, After compiling ipfw into the new 6.2 kernel, and typing "ipfw list", all I get is: "65535 deny ip from any to any" From reading the docs, this might indicate that this is the default rule. (I am certainly protected this way--but can't be very productive ;^) ) By the way, when I run "man ipfw" I get nothing. Using this instead: