search for: penultimate

Displaying 20 results from an estimated 46 matches for "penultimate".

2011 Dec 15
1
lme with nested factor and random effect
Hello all, I'm having difficulty with setting up a mixed model using lme in the nlme package. To summarize my study, I am testing for effects of ornamentation on foraging behavior of wolf spiders. I tested spiders at two different ages (penultimate vs. mature) and of two different phenotypes (one species tested lacks ornamentation throughout life [non-ornamented males] while the other acquires ornamentation upon maturation [i.e. brush-legged males]). I tested a sample of brush-legged and non-ornamented males (as both penultimates and matures)...
2012 Dec 17
4
[LLVMdev] BasicBlock back()
...runOnBasicBlock(BasicBlock &BB) { ... if (BB.getTerminator()) { Instruction* current = BB.getTerminator(); errs() << "\n LAST: "<<*current<<"\n"; Instruction* prev = &BB.back(); errs() << "\n PENULTIMATE: "<<*prev<<"\n"; ... The terminal prints the SAME instruction. I don't know how back() works. (Definition at line 199<http://llvm.org/doxygen/BasicBlock_8h_source.html#l00199>of file BasicBlock.h <http://llvm.org/doxygen/BasicBlock_8h_source.html>.) 2....
2013 Jan 10
2
[LLVMdev] LLVM Instruction*->getOperand() not working properly for ICMP
Hello everyone ! In my pass I inspect the penultimate instruction from every basic block in runOnFunction(). I am interested in ICMP instructions only. if(BB->size()>1) if(last->getPrevNode()) { previous = last->getPrevNode(); ok=1; } I want to get the operands of previous, which is of type Instruction*. Due t...
2008 Jul 29
1
Removing script file
Colleagues, (Running R 2.7.0) I have a script that I want to delete as it completes execution. The penultimate line of the script (before the quit command) is: file.remove("Scriptname") The script is executed as: R --no-save < Scriptname In OS X and Linux this is successful and returns: > > file.remove("x") > [1] TRUE and the file is deleted In Windows XP, it returns: &gt...
2011 Aug 30
1
R cmd build error -- "running 'zip' failed"
Hi All, My attempts to build an R package on my Windows 7 computer using R V13.0 ir R V13.1 using R CMD build --binary <filename> have been failing at the penultimate step with the error message "running 'zip' failed" coming after the procedure has completed the MD5 sums step.The same build command on the same package completes successfully on my older Vista computer. Since I would prefer to do the builds on the Windows 7 computer I would ap...
2004 Jul 21
1
Zaptel - delay before dialing last DTMF digit?
I have a TDM22B (TDM400 PCI + 2xFXO + 2xFXS). One FXO is connected to the PSTN. When Asterisk places a call, it dials using DTMF. If I listen in on the line during the dialing, there is a roughly one second pause between the penultimate and the final digit -- proportionally much longer than the pause between the preceeding digits. This accounts for about 25% of the time taken to dial. Anyone know why this happens? I'd like to remove it. Thanks, Will _________________________________________________________________________...
2005 Jul 23
1
flicker with visual effects
hi there - I find i get a flicker on the penultimate frame of the effect in Firefox (1.04 and 1.06) i don''t get the same behaviour with IE. is this simply a limitation of the browser or am i doing something wrong ? cheers jonah -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pip...
2009 Mar 26
1
[LLVMdev] Register allocation of stack slots
...some pointers to elements of tmp %x = getelementptr %theStruct* %tmp, i64 0, i32 13 ; similiar y,z... . . call void f2 (%theStruct2* %x, %theStruct2* %y, %theStruct3* %z, i16* %a, i16* %b, ...) %var = getelementptr %theStruct* %tmp, i64 0, i32 7 store i16 0, i16* %var ret void } Without the penultimate instruction (store something into the struct), registers for locals init like a, b, are allocated as I expect, i.e. one for each constant (the architecture needs to do a mov and a store to initialize memory). With these two instructions, the initialization of all the locals are done using only one...
2005 Jul 15
4
Can't get sample function from "An Introduction to R" to work
.... M. Smith, page 42. Section 10.1 "Simple examples" provides a sample function which I tried to duplicate (I'm using Mac OS X 10.3.9, and "R for Mac OS X Aqua GUI v1.11). The following is what I typed and the last line is R's response when I hit the return key after the penultimate line. I've re-checked and re-typed the code many times to no avail. I wasn't able to find this issue using search options, either. Any help is GREATLY appreciated! > twosam<-function(y1, y2) { + n1<-length(y1);n2 <-length(y2) + yb1<-mean(y1); yb2<-mean(y2) + s1<-...
2012 Dec 17
0
[LLVMdev] BasicBlock back()
...gt; ... > if (BB.getTerminator()) > { > Instruction* current = BB.getTerminator(); > errs() << "\n LAST: "<<*current<<"\n"; > > Instruction* prev = &BB.back(); > errs() << "\n PENULTIMATE: "<<*prev<<"\n"; > ... > > The terminal prints the SAME instruction. I don't know how back() > works. (Definition at line 199 > <http://llvm.org/doxygen/BasicBlock_8h_source.html#l00199> of file > BasicBlock.h <http://llvm.org/doxygen/Bas...
2017 Sep 08
1
Optimize code to read text-file with digits
...q(1,220000,11)] > R> head(x) > [1] 10097 32533 76520 13586 34673 54876 > > R> head(c(outer(x,10^(0:4), "%/%")) %% 10, 10) # > [1] 7 3 0 6 3 6 9 7 2 5 > Ah, right. You do get all the digits, but in the order of the last digit of each 5 digit number, then all the penultimate digits, etc. To get digits in the right order, try > xx <- c(t(outer(x,10^(4:0), "%/%"))) %% 10 > head(xx, 100) [1] 1 0 0 9 7 3 2 5 3 3 7 6 5 2 0 1 3 5 8 6 3 4 6 7 3 5 4 8 7 6 8 0 9 5 [35] 9 0 9 1 1 7 3 9 2 9 2 7 4 9 4 5 3 7 5 4 2 0 4 8 0 5 6 4 8 9 4 7 4 2 [69] 9 6 2 4 8 0 5...
2012 Mar 08
3
Packages 'effects' loads 'name' which conflicts with 'lme4'
Hi, I would like to use the effect() function (actually a slightly modified version of it) on the output of the lmer() function in the lme4 package. But the effects package requires the nlme pacvkage, which is incompatible with lme4. Workaround? ______________________________________________ Professor Michael Kubovy University of Virginia Department of Psychology for mail add: for FedEx or
2005 Oct 14
2
"Please Press Any Key to Accept a Call"
...ase press any key to accept a call for extension 100." * Joe's wife hangs up. * Joe's cell phone rings. * Joe picks up and hears a voice "Please press any key to accept a call for extension 100." * Joe presses 1 and says "Hello this is Joe". Alternately, in the penultimate step * Cell voice mail picks up. * Voice says "Please press any key to accept a call for extension 100". No keys pressed since it's a voice mail * Call is routed to Asterisk voicemail. It seems straight forward to try multiple locations, but I'm not seeing how to only patch th...
2013 Jan 10
0
[LLVMdev] LLVM Instruction*->getOperand() not working properly for ICMP
Hi, On 10/01/13 10:56, Alexandru Ionut Diaconescu wrote: > Hello everyone ! > > In my pass I inspect the penultimate instruction from every basic block in > runOnFunction(). I am interested in ICMP instructions only. > > |if(BB->size()>1) > if(last->getPrevNode()) > { > previous = last->getPrevNode(); > ok=1; > } > | > > I want to get t...
2012 Dec 18
1
[LLVMdev] BasicBlock back()
...gt; ... > if (BB.getTerminator()) > { > Instruction* current = BB.getTerminator(); > errs() << "\n LAST: "<<*current<<"\n"; > > Instruction* prev = &BB.back(); > errs() << "\n PENULTIMATE: "<<*prev<<"\n"; > ... > > The terminal prints the SAME instruction. I don't know how back() works. > (Definition at line 199<http://llvm.org/doxygen/BasicBlock_8h_source.html#l00199>of file > BasicBlock.h <http://llvm.org/doxygen/BasicBlock_8h...
2012 Apr 09
1
Pairwise comparison matrix elements
...[3,1]-[1,1] [3,2]-[1,1] [3,3]-[1,1] S-[1,2] [...] S-[1,3] [...] ... and so on The aim is to be able to prove existing rules and trends across matrix dimensions. For example, I've been trying to test whether the first line of values decreases or remains the same from column 1 to the penultimate column: S[1,j] >= S[1,l>j] The last thing I tried was: M<-Matlab2R("[0 24.724 1377.48;0.029328 0.26 0;0 0.014 0.78]") w <- abs(Re(eigen(M)$vectors[,1])) v <- abs(Re(eigen(t(M))$vectors[,1])) w <- w/sum(w) v <- v/(t(v)%*%w) S <- (v%*%t(w))/as.vector(t(v)%*%...
2009 Nov 10
4
RAIDs and JBOD?
Hey Guys, I have some questions?regarding?a new home server I am going to build in the hopefully very near future (ASAP, I just need to finish planning everything and this is the penultimate?hurdle), I will be creating a software RAID... Lets say I have three drives "knocking" around which are all 1TB SATA II drives but each made by a different manufacturer. I am going to guess that these couldn't be used in a RAID 5? Or could they? However could a similar result of 2TB...
2019 Aug 31
1
CVE-2019-11500: Critical vulnerability in Dovecot and Pigeonhole
...or this? As for reasons, how do 50k proxy session on the proxy servers and 25k imap processes on the mailbox servers sound? Even on a server with just 6k users and 7k imap processes that causes a massive load spike and a far longer service interruption (about 50 seconds) than I'm happy with. Penultimately if people do set "shutdown_clients = no" they hopefully know what they are doing and do expect that to work. Regards, Christian On Fri, 30 Aug 2019 17:44:23 +0200 Daniel Lange via dovecot wrote: > Am 30.08.19 um 17:38 schrieb Daniel Lange via dovecot: > > Am 30.08.19 um 10:...
2008 Feb 24
2
mixed model nested ANOVA (part two)
...ercept) 33544 183.15 region (Intercept) 41412 203.50 Residual 696189 834.38 number of obs: 960, groups: site, 4; location, 4; region, 3 Fixed effects: Estimate Std. Error t value (Intercept) 261.3 168.7 1.549 from what i understand the variance in the penultimate column are my variance components. But how do i conduct my significance test? I have also tried mod1<-lmer(density ~ region + (1|site) + (1|location)) Which i think is the correct mixed model for my design. However once again i do not know how to evaluate significance for the random factors....
2009 Apr 30
1
How to replace values?
Hello all, I have a list of genes as follows (A) Number? GeneName 0???????????? YAR003W 1???????????? YAR007C 2???????????? YAR008W 3???????????? YBL035C 4???????????? YBL111C 5???????????? YBL112C And I have a list of gene interactions as follows (B) 0 -> 1 1 -> 5 3 -> 4 2 -> 3 I want to replace the values in (B) with the corresponding values in (A) ie, I want to achieve the