search for: addit

Displaying 20 results from an estimated 44797 matches for "addit".

Did you mean: addi
2010 Jan 28
4
plotting additive ns components
I have an additive model of the following form : zmdlfit <- lm(z~ns(x,df=6)+ns(y,df=6)) I can get the fitted values and plot them against z easily enough, but I also want to both obtain and plot the two additive components (the estimates of the two additive terms on the RHS) I've been looking at manuals...
2004 Dec 26
4
R's IO speed
R-devel now has some improved versions of read.table and write.table. For a million-row data frame containing one number, one factor with few levels and one logical column, a 56Mb object. generating it takes 4.5 secs. calling summary() on it takes 2.2 secs. writing it takes 8 secs and an additional 10Mb. saving it in .rda format takes 4 secs. reading it naively takes 28 secs and an additional 240Mb reading it carefully (using nrows, colClasses and comment.char) takes 16 secs and an additional 150Mb (56Mb of which is for the object read in). (The overhead of read.table over scan was a...
2010 Mar 10
2
About addition of hardware and kernel
Dear Sirs I have a ML370 G4 server with 1 CPU Intel (R) Xeon (TM) 3.60GHz and 2GB of RAM with operating system CentOS 4.7 and kernel 2.6.9-78.0.22.ELsmp We have acquired 1 CPU and 2 GB of RAM additional to improve the functioning of the server, my question is whether the current kernel can support the addition of hardware or if I need a new kernel or install any additional software. Thanks Jose Luis _________________________________________________________________ Discover the...
2013 Apr 19
4
[LLVMdev] funny llvm bug
On Fri, Apr 19, 2013 at 09:47:28AM -0700, reed kotler wrote: > The clean solution is probably to add two additional function > attributes to cover these additional pieces, namely "ax" and > @progbits. Extend the section attribute to allow additional parameters? Joerg
2009 May 05
2
Domain Server Problem
Hi -- I have what I hope is a minor configuration problem. My PDC is configured so that it works just fine. I am trying to set up an additional domain server (not PDC or BDC), so that students can get to the material on the server.? When I type "net use w: \\water\archive" (where water is the domain server and archive is a share), I invariably get the message that I need to input a user ID and password.? If I put in my own I...
2011 May 03
2
adaptIntegrate - how to pass additional parameters to the integrand
Hello, I am trying to use adaptIntegrate function but I need to pass on a few additional parameters to the integrand. However, this function seems not to have the flexibility of passing on such additional parameters. Am I missing something or this is a known limitation. Is there a good alternative to such restrictions, if there at all are? Many thanks for your time. HC -- View...
2006 May 06
3
Storing additional data on join tables with Rails
Hi there I need to store additional attributes on join table. Searching the Wiki [1] revealed two possible methods: 1) push_with_attributes, as described by Justin Palmer [2]. Unfortunately, "this method is now deprecated" [3]. Even if it wasn''t, there seem to be inherent problems with that approach, for exam...
2013 Jun 02
2
[LLVMdev] LLVM/Clang research questions
Greetings, First, my apologies if I have incorrectly used any of these lists. I'm sending this email in order to get some help on where in the codebases for LLVM and/or Clang I should be looking in order to accomplish the following: - create 4 additional memory segment - - 2 to be used as "additional stacks" - - 2 to be used as "additional heaps" - modify the stack frame and stack pointer registers (in order to make use of the 2 "additional stacks") - modify segment descriptors, as needed, to support reads/write...
2013 Apr 19
0
[LLVMdev] funny llvm bug
On 04/19/2013 12:43 PM, Joerg Sonnenberger wrote: > On Fri, Apr 19, 2013 at 09:47:28AM -0700, reed kotler wrote: >> The clean solution is probably to add two additional function >> attributes to cover these additional pieces, namely "ax" and >> @progbits. > > Extend the section attribute to allow additional parameters? > > Joerg > The idea would be to create additional function attributes. I have not spent time thinking th...
2007 Nov 15
5
What command to run all stories?
...39;'ve been following this thread and I can get the example stories to run with the ruby command. But I''ve been unable to get the example from http://blog.davidchelimsky.net/articles/2007/10/25/plain-text-stories-part-iii to run with all.rb ruby stories/all.rb /home/edh/story/stories/additions/steps/addition_steps.rb:2: undefined method `steps_for'' for main:Object (NoMethodError) from /home/edh/story/stories/all.rb:3:in `require'' from /home/edh/story/stories/all.rb:3 from /home/edh/story/stories/all.rb:2:in `each'' from /home/...
2013 Jan 02
3
Samba ADDS DC krb5 and samba_nsupdate
...C Skipping PDC entry (SRV _ldap._tcp.pdc._msdcs.${DNSFOREST} ${HOSTNAME} 389) as we are not a PDC Calling nsupdate for A dncom.de 172.16.128.120 Outgoing update query: ;; ->>HEADER<<- opcode: UPDATE, status: NOERROR, id: 0 ;; flags:; ZONE: 0, PREREQ: 0, UPDATE: 0, ADDITIONAL: 0 ;; UPDATE SECTION: dncom.de. 900 IN A 172.16.128.120 dns_tkey_negotiategss: TKEY is unacceptable Failed nsupdate: 1 Calling nsupdate for A linux.dncom.de 172.16.128.120 Outgoing update query: ;; ->>HEADER<<- opcode: UPDATE, status: NOERROR, id:...
2009 Jul 15
2
Passing additional arguments through '...'
Hi, I know this is a simple question, but I've been having problems passing additional arguments through '...'. It is not matching the arguments correctly if the permanent argument of the function begins with the same letter as the additional argument. The following example will help show what I mean: fun.tester <- function(abc,...){ + print(abc) + } But if I input:...
2013 Jul 31
0
DNS update shows errors TKEY is unacceptable on joined Samba 4 DC
...s we are not a PDC Skipping PDC entry (SRV _ldap._tcp.pdc._msdcs.${DNSFOREST} ${HOSTNAME} 389) as we are not a PDC Calling nsupdate for A tplk.loc 192.168.135.253 Outgoing update query: ;; ->>HEADER<<- opcode: UPDATE, status: NOERROR, id: 0 ;; flags:; ZONE: 0, PREREQ: 0, UPDATE: 0, ADDITIONAL: 0 ;; UPDATE SECTION: tplk.loc. 900 IN A 192.168.135.253 dns_tkey_negotiategss: TKEY is unacceptable Failed nsupdate: 1 Calling nsupdate for A s4slave.tplk.loc 192.168.135.253 Outgoing update query: ;; ->>HEADER<<- opcode: UPDATE, status: NOERROR, id:...
2009 Aug 12
2
Help for R (Advanced matrix addition (large or undefined number of matrices)
Dear Sirs, I would like to ask you, what function can I use for matrices addition? I couldn't find any information about it in the manual or in the internet. (A+B suits, when the number of matrixes is small, function sum() doesn't suit for matrices addition, because it sums all variables in the matrices and produces as an answer single number, not a matrix). I would b...
2009 Aug 10
3
error --- > any idea ?? Kernel: Additional sense: Invalid command operation code
...any reason why ... but on the messages found in the var/log/ ...here is what i got . Aug 10 04:31:34 spam2 kernel: FAILED Aug 10 04:31:34 spam2 kernel: status = 1, message = 00, host = 0, driver = 08 Aug 10 04:31:34 spam2 kernel: Current sd: sense key Illegal Request Aug 10 04:31:34 spam2 kernel: Additional sense: Invalid command operation code Aug 10 04:31:34 spam2 kernel: FAILED Aug 10 04:31:34 spam2 kernel: status = 1, message = 00, host = 0, driver = 08 Aug 10 04:31:34 spam2 kernel: Current sd: sense key Illegal Request Aug 10 04:31:34 spam2 kernel: Additional sense: Invalid command operation...
2007 Apr 20
1
nlme trouble
...ror contr = nlmeControl(pnlsTol=0.3) ge0.nlme=nlme(gelist,control=contr,verbose=F) ##########Errors####################### > gelist = nlsList(RBA~SSBiLin(Molecular.Volume,nu,a,b,c,x0)|study,data=ge) Error in qr(attr(rhs, "gradient")) : NA/NaN/Inf in foreign function call (arg 1) In addition: Warning message: NaNs produced in: log(x, base) Error in qr(attr(rhs, "gradient")) : NA/NaN/Inf in foreign function call (arg 1) In addition: Warning message: NaNs produced in: log(x, base) Error in qr(attr(rhs, "gradient")) : NA/NaN/Inf in foreign function call (arg 1) In a...
2002 Mar 07
20
[Bug 138] Incorrect OpenSSL version requirment?
http://bugzilla.mindrot.org/show_bug.cgi?id=138 mouring at eviladmin.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vjo at dulug.duke.edu ------- Additional Comments From mouring at eviladmin.org 2002-03-08 04:49 ------- *** Bug 139 has been marked as a duplicate of this bug. *** ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2013 Jan 11
0
Samba 4 TSIG Error "NOTIMP"
.../samba/sbin/samba_dnsupdate --verbose --all-names IPs: ['fe80::a00:27ff:fe3b:4013%eth0', '10.0.0.20'] Calling nsupdate for A schau.local 10.0.0.20 Outgoing update query: ;; ->>HEADER<<- opcode: UPDATE, status: NOERROR, id: 0 ;; flags:; ZONE: 0, PREREQ: 0, UPDATE: 0, ADDITIONAL: 0 ;; UPDATE SECTION: schau.local. 900 IN A 10.0.0.20 Calling nsupdate for A tuxsrv.schau.local 10.0.0.20 Outgoing update query: ;; ->>HEADER<<- opcode: UPDATE, status: NOERROR, id: 0 ;; flags:; ZONE: 0, PREREQ: 0, UPDATE: 0, ADDITIONAL: 0 ;; UPDATE...
2006 Feb 08
30
[Bug 444] REDIRECT not working in kernel 2.6.16-rc[12] as before (<= 2.6.15.x)
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=444 ------- Additional Comments From spiney@spiney.org 2006-02-08 19:18 MET ------- Created an attachment (id=207) --> (https://bugzilla.netfilter.org/bugzilla/attachment.cgi?id=207&action=view) kernel 2.6.15, telnet localhost 10025 -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs....
2009 Aug 13
2
Matrix addition function
Hello,   What function can I use for matrices addition? I couldn’t find any information about it in the manual or in the internet. (A+B suits, when the number of matrixes is small, function sum() doesn’t suit for matrices addition, because it sums all variables in the matrices and produces as an answer single number, not a matrix).   Best regards, L...