search for: n01

Displaying 10 results from an estimated 10 matches for "n01".

Did you mean: 01
2007 Jan 23
0
cmd Backgound problem with option m
Hi list I encountered problem in using Background command. Below is my extensions.conf. [mainmenu] exten => 4,1,Wait(1) exten => 4,2,Background(thank-you-for-calling) exten => 4,3,Goto(n01|s|1) [n01] exten => s,1,NoOp(${CONTEXT}) exten => s,2,Background(thank-you-cooperation|m) exten => s,3,WaitExten() exten => s,4,Playback(digits/pound) exten => 1,1,Playback(digits/1) exten => i,1,Playback(digits/star) Without m option, everything's fine. If m option is prese...
2013 Jun 24
1
help needed with printing multiple arguments as vectors, not matrices
** I am using the following way to get p-values from fiser exact test. However, I do need to print for each pair the values "n00, n01, n10, n11". How can I print that as a table and not a matrix as below along with the p-value? Any help will be greatly appreciated fish <- function(y, x) {n00 = sum((1-x)*(1-y)); n01 = sum((1-x)*y); n10 = sum(x*(1-y)); n11 = sum(x*y); a = matrix(c(n00, n01, n10, n11), nrow = 2); pval = fi...
2009 Jan 10
1
Setting a contingency table
...                     cp1       cp2       rtp1   ---------------------------------------------     row2             c         d         n20                      rp3       rp4       100                      cp3       cp4       rtp2   ---------------------------------------------     Total            n01       n02         n                      ctp1      ctp2       100                      100       100        100 Suppose a<-67; b<-10; c<-79; d<-67; n<-a+b+c+d;   n10<-a+b;   n01<-a+c;   n20<-n-n10;   n02<-n-n01;   rp1<-(a/n10)*100;   rp2<-100-rp1;   rp3<-(c/n...
2009 May 12
0
Trouble with parametric bootstrap
Hi, I'm having trouble understanding how to construct a random number generator for a parametric bootstrap. My aim is to bootstrap a Likelihood Ratio statistic (under the null) for a linear model. The function at this point is given by boot.test.n01 <- function(data, indeces, maxit=20) { y1 <- fit1+se(e2)*rnorm(314) mod1 <- glm(y1 ~ X1-1, maxit=maxit) y2 <- fit2+se(e2)*rnorm(314) mod2 <- glm(y2~1, maxit=maxit) t <- 2*(logLik(mod1)-logLik(mod2)) t } boot.lrtest.n01 <- boot(data=M1, statistic=boot.test.n01, R=3999, maxit=100...
2004 Jun 30
1
Developing functions
Without trying to understand your code in detail let me just assume you are trying to create a matrix, ret, whose i,j-th entry is some function, f, of row i of X and row j of X. In that case this should do it: apply(X,1,function(x)apply(X,1,function(y)f(x,y))) Date: Wed, 30 Jun 2004 15:28:47 -0300 (ART) From: <daniel at sintesys.com.ar> To: <r-help at stat.math.ethz.ch>
2014 May 22
1
citEntry handling of encoded URLs
The following citEntry includes a url with %3A and other encodings citEntry(entry="article", title = "Software for Computing and Annotating Genomic Ranges", author = personList( as.person("Michael Lawrence" )), year = 2013, journal = "{PLoS} Computational Biology", volume = "9", issue =
2007 Aug 07
5
Extending RAIDZ.
...lt;<P03 D07>> U <<P04 D08>> <<P05 D09 U P06 D10 D11 D12>> U <<P07 D13 D14 D15>> U Then we start moving data, but we need to beging from the start: Disk0 Disk1 Disk2 Disk3 NewDisk <<N00 D00 D01 D02 D03 N01 D04 D05 D06>> <<P03 D07>> * U U U U <<P04 D08>> <<P05 D09 U P06 D10 D11 D12>> U <<P07 D13 D14 D15>> U At the end we have something like this (free space at the end): Disk0 Disk1 Disk2 Disk3 NewDisk...
2013 Jan 18
0
large memory usage on rebalance
...dicated partition Brick filesystem is XFS The bricks do not all have the same size, but even the smallest partition has space left. [root at n03 glusterfs]# gluster volume info archive Volume Name: archive Type: Distribute Status: Started Number of Bricks: 9 Transport-type: tcp Bricks: Brick1: n01:/local/archive Brick2: n02:/local/archive Brick3: n03:/local/archive Brick4: n04:/local/archive Brick5: n05:/local/archive Brick6: n06:/local/archive Brick7: n07:/local/archive Brick8: n08:/local/archive Brick9: n09:/local/archiv Options Reconfigured: nfs.disable: on features.quota: off A few minu...
2009 Jan 15
2
Interface to open source Reporting tools
...cp2 rtp1 > --------------------------------------------- > row2 c d n20 > rp3 rp4 100 > cp3 cp4 rtp2 > --------------------------------------------- > Total n01 n02 n > ctp1 ctp2 100 > 100 100 100 > > > Suppose > > a<-67; b<-10; c<-79; d<-67; > n<-a+b+c+d; > n10<-a+b; > n01<-a+c; > n20<-n-n10; > n02<-n-n01;...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking