search for: necessarly

Displaying 20 results from an estimated 42 matches for "necessarly".

Did you mean: necessarily
2006 Dec 18
3
turning expression object to function
...;b', 'c'), I would like to translate the expression object in an R function of, say, 'a', programmatically. Here an example of what I mean. Given: > expr <- expression(a+b+c) a call like: > asFunctionOf(expr, 'a', list(b=1, c=2)) should return a function (not necessarly formally) equivalent to > function(a) a+1+2 Some suggestions? Best regards, Antonio.
2012 Nov 01
2
subset a defined row plus the aforegoing
Hello, my data is sorted by start.ens (see below). And now I would like to extract all rows (so called* defined row*s) with type==Expression - subset (df, type==Expression) - and the aforegoing type==DNase HS (which is not necessarly row n-1 - assumung that the defined row is n). I dont know how to add this to my subset command. Is that possible? Thanks Hermann > df start.ens fc.trans type end.ens peak end.grcm38 dpeak 1 9191942 0.9379 Expresssion NA NA NA NA 2 9191942 0.9741 Express...
2005 May 05
1
creating names for regressios using the assign()
...owing error message: Error in lm.fit(x, y, offset = offset, singular.ok = singular.ok, ...) : NA/NaN/Inf in foreign function call (arg 4) Since it first happens with, say the 3rd regression, only the first two are computed. R does not run the 4th regression and so on. I don't want to necessarly remove the columns from the data frame, though, because n is large and there could be many singular fits, implying I had to remove many columns from the data frame. What should I do? Thanks, Dimitri [[alternative HTML version deleted]]
2006 Mar 15
1
variance from correlated observations
Hi all. A statistical question. I have to estimate the variance of the sum: X(1) + X(2) + ...+ X(n) from an observed sample, where X(i) are *correlated* and not necessarly identically distributed. Someone can suggest a simple strategy (I hope by exploiting some already present R package) for obtaining such estimate from an observed vector X[1:n]? Tnx all, Antonio, Fabio Di Narzo. [[alternative HTML version deleted]]
2006 Mar 12
11
HABTM selection conditions
Hi, I am currently trying to learn RoR and there is something I cannot figure out. I have two models: Article and Category, that are HABTM-linked. Everything works fine if I want to select all articles corresponding to a category, with something like @articles = @category.find(@params[:id]).articles However, I have a ''published'' field in my ''articles''
2001 Dec 21
1
pure statistical question
Dear all, This is a pure statistical question, not necessarly related to R. I could not find it in literature. Suppose I'm intersted in a parameter rho, say, equal to: r=beta1/beta2, where beta1 and beta2 come from a linear model y=beta0+beta1X1+beta2X2+.... Fitting the model I can get the (biased) estimate of r=b1/b2, where b1 and b2 are the estimates i...
2007 Dec 17
2
[LLVMdev] RFC: GLIBCXX_DEBUG ScheduleDAG Patch
...ity_queue. When CapturePred runs, it calls updateNode which does a std::make_heap on the underlying SUnitVec. This restores the correct ordering. I believe this should also make the scheduler run more like it is supposed to. Previously, the priority queue ordering was incorrect so we weren't necessarly scheduling correctly. The container_reference_wrapper part may be controversial. So I want to get some opinions on this before I submit it. Thanks. -Dave -------------- next part -------------- A non-text attachment was scrubbed... Name: ScheduleDAG.pa...
2020 May 15
1
SSL Error
Oops, on second glance I don't think that error is actually directly related to what I was doing. I had been testing to see if the certificate chain was installed properly by running openssl s_client -connect mail.example.com:143 But there was no certificate reported in stdout. I thought that error was related to my test command, but I realize now it's not. I'm still confused,
2020 May 14
2
SSL Error
I just installed a certificate on my mail server to Postfix and Dovecot. The certificate is functional on Postfix, but for some reason I keep getting this error. Any suggestions on how to fix it? mail dovecot: imap-login: Error: SSL: Stacked error: error:1408A10B:SSL routines:ssl3_get_client_hello:wrong version number Here is my configuration: # 2.2.22 (fe789d2): /etc/dovecot/dovecot.conf #
2010 Feb 14
0
[LLVMdev] sparc status llvm 2.7?
On 02/10/2010 01:31 AM, Nathan Keynes wrote: > On 09/02/2010, at 3:57 AM, Chris Lattner wrote: > > >> On Feb 8, 2010, at 12:37 AM, Nathan Keynes wrote: >> >>> Firstly, the BNE/BA pair should be reduced to a BE (I assume this is the responsibility of AnalyzeBranch and friends that you mention). >>> >> Right. Implementing AnalyzeBranch
2004 Aug 06
5
SIMD interest
...reetings, <p>my apologies for putting this trash in the mailing list but the topic about SSE run-time option interested me pretty much. Looks like some people is really experienced on the topic. I would really appreciate if somebody could point me to good resources about SSE and Altivec (not necessarly on the net, I'm ready to invest some money if necessary). I already have intel manuals about SSE and I took a look at Intel's document proposed by Ian. I was somewhat shocked by reading a mail posted by Jan-Marc (Date: 14 Jan 2004 02:44:59 -0500). I guess I badly misunderstood it by jumpi...
2020 Sep 21
3
At a loss with antispan and imap_sieve
On Mon, 21 Sep 2020, Ferenc wrote: > Thanks for your quick reply! I tried /tmp/debug.log, world-writeable, > but no dice. > >> https://doc.dovecot.org/configuration_manual/howto/antispam_with_sieve > > I followed the setup here. I think it works up until the external script > is called (pipe :copy "sa-learn-ham.sh"). That's why I tried echo hi >>
2020 Sep 07
2
Metadata in LLVM back-end
Am 31/08/20 um 14:10 schrieb David Greene: > Lorenzo Casalino via llvm-dev <llvm-dev at lists.llvm.org> writes: > >> Furthermore, after register allocation there is a non-negligible effort >> to properly annotate instructions which share the same output register... >> >> Concerning the usage of the live ranges to tie annotated instruction and >> intrinsic,
2020 Sep 15
2
Metadata in LLVM back-end
Am 08/09/20 um 17:57 schrieb David Greene: > Lorenzo Casalino <lorenzo.casalino93 at gmail.com> writes: > >> Am 31/08/20 um 14:10 schrieb David Greene: >>> Lorenzo Casalino via llvm-dev <llvm-dev at lists.llvm.org> writes: >>> >>>> Furthermore, after register allocation there is a non-negligible effort >>>> to properly annotate
2010 Jun 26
9
xen 4.0-testing: cannot install grub in debian domU (both hvm and pv)
# dd if=/dev/zero of=/srv/xen/webserver.img oflag=direct bs=1M seek=4095 count=1 # dd if=/dev/zero of=/srv/xen/webserver.img oflag=direct bs=1M count=4096 root@debian:~# grub-install /dev/xvda Searching for GRUB installation directory ... found: /boot/grub The file /boot/grub/stage1 not read correctly. Darkbasic _______________________________________________ Xen-users mailing list
2010 Feb 09
3
[LLVMdev] How to check for "SPARC code generation" in MachineBasicBlock.cpp?
On 09/02/2010, at 3:57 AM, Chris Lattner wrote: > On Feb 8, 2010, at 12:37 AM, Nathan Keynes wrote: >> Firstly, the BNE/BA pair should be reduced to a BE (I assume this is the responsibility of AnalyzeBranch and friends that you mention). > > Right. Implementing AnalyzeBranch will allow a bunch of block layout and branch optimizations to happen. > >> However I still
2020 May 15
0
SSL Error
> On 15/05/2020 02:36 Brandon Roa <brandon at bitlagoon.com> wrote: > > > I just installed a certificate on my mail server to Postfix and Dovecot. > The certificate is functional on Postfix, but for some reason I keep > getting this error. Any suggestions on how to fix it? > > mail dovecot: imap-login: Error: SSL: Stacked error: error:1408A10B:SSL >
2020 Sep 21
0
At a loss with antispan and imap_sieve
> On 21/09/2020 11:11 Bernardo Reino <reinob at bbmk.org> wrote: > > > On Mon, 21 Sep 2020, Ferenc wrote: > > > Thanks for your quick reply! I tried /tmp/debug.log, world-writeable, > > but no dice. > > > >> https://doc.dovecot.org/configuration_manual/howto/antispam_with_sieve > > > > I followed the setup here. I think it works up
2004 Aug 06
0
SIMD interest
...;my apologies for putting this trash in the mailing list but the topic >about SSE run-time option interested me pretty much. >Looks like some people is really experienced on the topic. I would really >appreciate if somebody could point me to good resources about SSE and >Altivec (not necessarly on the net, I'm ready to invest some money if >necessary). I already have intel manuals about SSE and I took a look at >Intel's document proposed by Ian. > >I was somewhat shocked by reading a mail posted by Jan-Marc (Date: 14 Jan >2004 02:44:59 -0500). I guess I badly mis...
2002 Mar 07
0
Hierarchical Terms in RE models?
Hi all, this is a question (really, not necessarly related to R) that I was not able to find in standard textbooks (at last those I've read, of course: Bates and Pinero, Lindsey). I'm fitting a linear mixed model with fixed part: X+A+X:A Just the interaction term X:A is significant suggesting an effect of X only in one group (suppose X is c...