search for: nstats

Displaying 20 results from an estimated 35 matches for "nstats".

Did you mean: stats
2009 Feb 24
3
Polycom Spectralink 8002 Configuration
I have a new Polycom Spectralink 8002 and am having trouble with the configuration or the unit but I can't see what's wrong. The unit does not seem to even attempt to register with the Asterisk proxy but I can make calls to it. I have viewed the syslog from the device which it will actually write to the asterisk server so I know it can be reached. I have also run a sip debug and
2017 Aug 27
2
How to get CI from surfit object in survival
Dear Bert, thank you for suggestion. I am aware of R-help function. I must apologize, my earlier question could lead to assumptions otherwise. As you can see below, I only get Std. error but not lower and Upper CIs. I was wondering if there is another argument or method, could give CIs which I cannot find anywhere. Thanks Adrian > Nsurv <-
2017 Aug 27
0
How to get CI from surfit object in survival
Did you not notice the conf.type = "none" argument to your survfit call and the associated documentation in the survfit help? -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Sat, Aug 26, 2017 at 5:18 PM, Adrian Johnson
2009 Feb 12
2
[patch 1/3] add protocol extension to ATTR message
This patch adds all the missing commonly used UNIX attributes: st_dev, st_ino, st_nlink, st_rdev, st_blocks, st_blksize, st_ctime. In addition it extends st_atime and st_mtime to 64bits, and adds nanosecond resolution to all three timestamps. This is implemented as an extension to the ATTR message. This patch alone is sufficient for SSHFS to be able to use these attributes. The following two
2006 Feb 16
2
Authentication failing - Ant Internet Suite (Risc-OS)
Switched to using dovecot for POP3, PLAIN login. One client with "Ant Internet Suite" can't use the service with this client, he used the same setting with another email client and it worked. On inspection of the packets, it is sending one packet with; "user username\r\npass password\r\nstat\r\n" Dovecot sends an "-ERR Unknown command", then a "+OK
2017 Aug 26
0
How to get CI from surfit object in survival
??? Both ?survit.object (linked in the see also section of ?survfit) and ?summary.survfit give you this information. Do you not know how to use R's help faciities -- in which case you should learn them now; see ?help -- or have I misunderstood your query? Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it."
2009 Mar 11
1
CI from svyquantile in survey package
...) Classes ???svyby??? and 'data.frame': 3 obs. of 3 variables: $ stype: Factor w/ 3 levels "E","H","M": 1 2 3 $ api99: num 615 593 611 $ se : num 37.9 69.5 37.7 - attr(*, "svyby")=List of 7 ..$ margins : int 1 ..$ nstats : num 1 ..$ vars : int 1 ..$ deffs : logi FALSE ..$ statistic: chr "svyquantile" ..$ variables: chr "api99" ..$ vartype : chr "se" - attr(*, "call")= language svyby.default(~api99, ~stype, dclus1, svyquantile, qua...
2003 Aug 04
1
Processing "BIND8-like" statistics
...nsd. We compile with --enable-bind8-stats and I thought we would be able to reuse the Perl script that translated our BIND8 statistics to MRTG. But the script has problems, probably because nsd has several daemons, not just one, and each one is logging statistics. Aug 4 10:34:01 ns2 nsd[24573]: NSTATS 1059986041 1059979224 A=292259 NS=4886 CNAME=256 SOA=5340 PTR=196322 HINFO=1 MX=37851 TXT=504 AAAA=19385 LOC=2 SRV=1154 A6=22919 ANY=8555 Aug 4 10:34:01 ns2 nsd[24573]: XSTATS 1059986041 1059979224 RR=0 RNXD=0 RFwdR=0 RDupR=0 RFail=0 RFErr=0 RErr=0 RAXFR=0 RLame=0 ROpts=0 SSysQ=0 SAns=590234 SFwdQ...
2017 Aug 26
2
How to get CI from surfit object in survival
Hi I am not sure hiw to get thr CI from summary function on the survfit object. I can get the percent survival for 2 years from survfit object but I dont get Confidence intervals Could anyone suggest a hint Thanks Adrian [[alternative HTML version deleted]]
2001 Jul 25
1
[PATCH]: sftp: Avoid paths beginning with "//"
...=============================================== RCS file: /cvs/openssh_cvs/sftp-server.c,v retrieving revision 1.34 diff -u -p -r1.34 sftp-server.c --- sftp-server.c 2001/07/04 03:32:33 1.34 +++ sftp-server.c 2001/07/25 08:44:31 @@ -756,8 +756,8 @@ process_readdir(void) stats = xrealloc(stats, nstats * sizeof(Stat)); } /* XXX OVERFLOW ? */ - snprintf(pathname, sizeof pathname, - "%s/%s", path, dp->d_name); + snprintf(pathname, sizeof pathname, "%s%s%s", path, + strcmp(path, "/") ? "/" : "", dp->d_name); if (lstat(p...
2005 Jul 04
0
Problem linking with libdb
Hello, I am trying to compile iproute2 but something does not work when linking with libdb. This is what I am using: - iproute2-ss050607 - linux 2.4.22 - make 3.79.1 - gcc 2.95.3 - ld 2.15 When I type make, it ends somewhere in ./misc with the following error message: make output starts here: gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT
2016 Apr 10
2
UDP de-fragmentation problem
On 09.04.2016 21:40, Marcelo Ricardo Leitner wrote: > Hi, > > Em 07-04-2016 12:19, Volker escreveu: >> Hi all. >> >> I have a strange problem at hand regarding UDP fragmentation on Centos7: >> Applications are unable to receive UDP packets which have undergone >> fragmentation UNLESS the netfilter modules are loaded. >> >> The problem arose on a
2004 May 26
1
error compilling TC
Hi, I have a box with RH 7,2 upgraded to Fedora Core 1. with: kernel 2.4.26 iptables 1.2.9 gcc 3.2.2 In this momment I''m using a binary TC version, but when I try to compile, get errors in Make process. Any hints ? Bests. Andres. ----> iproute2-2.4.7-now-ss010824.tar.gz make[1]: Cambiando a directorio `/usr/local/src/iproute2/lib'' gcc -D_GNU_SOURCE -O2
2016 Apr 11
0
UDP de-fragmentation problem
Em 10-04-2016 14:25, Volker escreveu: > On 09.04.2016 21:40, Marcelo Ricardo Leitner wrote: >> Hi, >> >> Em 07-04-2016 12:19, Volker escreveu: >>> Hi all. >>> >>> I have a strange problem at hand regarding UDP fragmentation on Centos7: >>> Applications are unable to receive UDP packets which have undergone >>> fragmentation UNLESS
2015 Jun 13
0
postfix/dovecot on debian jessie (url config at OVH)
Hi list, could use some help with a pasword issue or ovh dns zone problem, dovecot newbie I have gone thru setting up a mailserver using the below http://www.binarytides.com/install-postfix-dovecot-debian/ when I try to set up an account from my laptop (iceweasel/t-bird) I get password problems. mail.log says Jun 13 18:36:04 www postfix/smtpd[701]: connect from unknown[xx.xx.214.75] Jun 13
2008 Dec 19
0
What BIC is calculated by 'regsubsets'?
The function 'regsubsets' appears to calculate a BIC value that is different from that returned by the function 'BIC'. The latter is explained in the documentation, but I can't find an expression for the statistic returned by 'regsubsets'. Incidentally, both of these differ from the BIC that is given in Ramsey and Schafer's, The Statistical Sleuth. I assume
2005 Oct 04
4
iproute2-050929 ERORR compiling
Dzien Dobry Is there some error witch iproute2-050929.tar.gz becouse when i compile I don''t get tc I have kernel 2.6.12.3 this is my log with compile # make make[1]: Entering directory `/home/src/a/04102005/iproute2-050929/lib'' gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -c -o ll_map.o ll_map.c gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes
2013 Jul 26
1
variación en los resultados de k medias (Alfredo Alvarez)
Buen día, no sé si estoy utilizando bien la lista, es la primera vez. Si lo hago mal me corrigen por favor. Sobre tu comentario Pedro, muchas gracias. Lo qeu entiendo con tu sugerencia de set.seed es qeu de esa forma fijas los resultados, pero no estoy seguro si otra agrupación funcione mejor. Es decir me interesa un método de agrupación que genere la "mejor" agrupación y como los
2017 Apr 24
8
[PATCH net-next v3 0/5] virtio-net tx napi
From: Willem de Bruijn <willemb at google.com> Add napi for virtio-net transmit completion processing. Changes: v2 -> v3: - convert __netif_tx_trylock to __netif_tx_lock on tx napi poll ensure that the handler always cleans, to avoid deadlock - unconditionally clean in start_xmit avoid adding an unnecessary "if (use_napi)" branch - remove
2017 Apr 24
8
[PATCH net-next v3 0/5] virtio-net tx napi
From: Willem de Bruijn <willemb at google.com> Add napi for virtio-net transmit completion processing. Changes: v2 -> v3: - convert __netif_tx_trylock to __netif_tx_lock on tx napi poll ensure that the handler always cleans, to avoid deadlock - unconditionally clean in start_xmit avoid adding an unnecessary "if (use_napi)" branch - remove