search for: alt2

Displaying 15 results from an estimated 15 matches for "alt2".

Did you mean: alt
2019 May 16
3
ALTREP: Bug reports
...e duplicate function is defined to return the object itself: SEXP vector_dulplicate(SEXP x, Rboolean deep) { return(x); } In R an ALTREP object will behave like an environment (pass-by-reference). However, if we do something like(pseudo code): n=100 > x=runif(n) > alt1=createAltrep(x) > alt2=alt1 > alt2[1]=10 > .Internal(inspect(alt1)) > .Internal(inspect(alt2)) The result would be: > .Internal(inspect(alt1)) > @0x00000000156f4d18 14 REALSXP g0c0 [NAM(7)] > > .Internal(inspect(alt2 )) > @0x00000000156a33e0 14 REALSXP g0c0 [NAM(7)] wrapper > [srt=-21474836...
2019 May 16
3
ALTREP: Bug reports
...been duplciated and is safe to modify inplace. > > > >> In R an ALTREP object will behave like an environment (pass-by-reference). >> However, if we do something like(pseudo code): >> >> n=100 >> > x=runif(n) >> > alt1=createAltrep(x) >> > alt2=alt1 >> > alt2[1]=10 >> > .Internal(inspect(alt1)) >> > .Internal(inspect(alt2)) >> >> >> The result would be: >> >> > .Internal(inspect(alt1)) >> > @0x00000000156f4d18 14 REALSXP g0c0 [NAM(7)] >> > > .Internal(inspect...
2019 May 16
0
ALTREP: Bug reports
...P that has been passed to DUPLICATE has been duplciated and is safe to modify inplace. > In R an ALTREP object will behave like an environment (pass-by-reference). > However, if we do something like(pseudo code): > > n=100 > > x=runif(n) > > alt1=createAltrep(x) > > alt2=alt1 > > alt2[1]=10 > > .Internal(inspect(alt1)) > > .Internal(inspect(alt2)) > > > The result would be: > > > .Internal(inspect(alt1)) > > @0x00000000156f4d18 14 REALSXP g0c0 [NAM(7)] > > > .Internal(inspect(alt2 )) > > @0x00000000156a33e0 1...
2011 Sep 02
0
No subject
rly there would be a heavy penalty to launching a shell so you would want t= o carefully evaluate the frequency this is executed on your system.<br /> <div class=3D"container"> <div class=3D"line number1 index0 alt2"><code class=3D"sql plain"><br /> DELIMITER @@</code></div> <div class=3D"line number2 index1 alt1">&nbsp;</div> <div class=3D"line number3 index2 alt2"><code class=3D"sql keyword">CREATE<= /code&...
2012 Oct 16
3
setting up postfix
...>> . 250 2.0.0 Ok: queued as D26C8830F larry.martell at gmail.com... Sent (Ok: queued as D26C8830F) Closing connection to [127.0.0.1] >>> QUIT 221 2.0.0 Bye But I don't receive the mail. In a file in /var/spool/postfix/defer I see: <larry.martell at gmail.com>: connect to alt2.gmail-smtp-in.l.google.com[2607:f8b0:400d:c00::1a]:25: Network is unreachable recipient=larry.martell at gmail.com offset=654 dsn_orig_rcpt=rfc822;larry.martell at gmail.com status=4.4.1 action=delayed reason=connect to alt2.gmail-smtp-in.l.google.com[2607:f8b0:400d:c00::1a]:25: Network is unreacha...
2019 May 16
0
ALTREP: Bug reports
...t; >> >> >>> In R an ALTREP object will behave like an environment >>> (pass-by-reference). >>> However, if we do something like(pseudo code): >>> >>> n=100 >>> > x=runif(n) >>> > alt1=createAltrep(x) >>> > alt2=alt1 >>> > alt2[1]=10 >>> > .Internal(inspect(alt1)) >>> > .Internal(inspect(alt2)) >>> >>> >>> The result would be: >>> >>> > .Internal(inspect(alt1)) >>> > @0x00000000156f4d18 14 REALSXP g0c0 [NAM(7)]...
2013 Mar 15
1
Postfix/Amavisd/Clamd - Mail send failing
....0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as 1AE0E38A0D3E Mar 14 18:49:58 ip-173-201-189-43 postfix/error[3384]: 1AE0E38A0D3E: to=< austin.einter at gmail.com>, relay=none, delay=0.02, delays=0.01/0.01/0/0, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to alt2.gmail-smtp-in.l.google.com[2607:f8b0:4002:c04::1a]:25: Network is unreachable) Mar 14 18:49:58 ip-173-201-189-43 amavis[3325]: (03325-01) Passed CLEAN {RelayedOutbound}, MYNETS LOCAL [127.0.0.1]:46504 [127.0.0.1] < bhanu at netcloudjobs.com> -> <austin.einter at gmail.com>, Message-I...
2004 Nov 17
1
frailty and time-dependent covariate
...the same model without the time-dependent covariate it's converge. I'd like knowing if it's a statistical problem due to the model formula or if it could be a problem related to my data. Thanks a lot Emanuela Rossi > fit_19_1<-coxph(Surv(DATA_INI1,DATA_FIN1,EVENT1)~ V1+V2+alt1+alt2+strata(autocorr1)+cap1+SP+SP2+SP3+SP3:log(DATA_FIN1)+D1500+D3000+D4500+frailty.gaussian(ID),data=SURV1) Warning messages: 1: Inner loop failed to coverge for iterations 1 3 in: coxpenal.fit(X, Y, strats, offset, init = init, control, weights = weights, 2: longer object length is not a m...
2019 Apr 23
1
Wine Gecko 32-bit packages
...s://lists.centos.org/pipermail/centos/2017-October/166709.html> Can we have the 32-bit Wine Gecko package(s) built and published to the repository: https://harbottle.gitlab.io/wine32/7/i386/ <https://harbottle.gitlab.io/wine32/7/i386/> Seems like someone has already built wine-gecko-2.47-alt2.noarch.rpm <http://wine-gecko-2.47-alt2.noarch.rpm/> At the moment, I have to click on the 'Install' button the first time Wine detects missing Gecko while viewing an Application's Help.
2008 May 07
3
predict lmer
Hi, I am using lmer to analyze habitat selection in wolverines using the following model: (me.fit.of <- lmer(USED~1+STEP+ALT+ALT2+relM+relM:ALT+(1|ID)+(1|ID:TRKPT2),data=vdata, control=list(usePQL=TRUE),family=poisson,method="Laplace")) Here, the habitat selection is calaculated using a so-called discrete choice model where each used location has a certain number of alternatives which the animal could have chosen....
2015 Jun 29
3
resolve errors with Samba 4 dns [RESOLVED]
...gt; google.com has address 74.125.136.102 > google.com has address 74.125.136.139 > google.com has IPv6 address 2a00:1450:4013:c01::71 > google.com mail is handled by 50 alt4.aspmx.l.google.com. > google.com mail is handled by 10 aspmx.l.google.com. > google.com mail is handled by 30 alt2.aspmx.l.google.com. > google.com mail is handled by 20 alt1.aspmx.l.google.com. > google.com mail is handled by 40 alt3.aspmx.l.google.com. > root at pf:~# How many dns servers are there in your /etc/resolv.conf? If the google one works (like above) then I'd try with only dns server:...
2004 Nov 12
4
Mode in case of discrete or categorial data
Thanking John for his suggestion I build this function which get the mode of both categorial and discrete data. Mode<-function(x){t<-table(x) if (is.numeric(x)) as.numeric(names(t)[t == max(t)]) else (names(t)[t == max(t)]) } Any other improvement and suggestion will welcome. Best Vito > s [1] 1 1 6 1 1 7 6 5 6 2 1 4 5 6 6 7 3 5 4 1 7 3 7 3 3 7 7 2 1 4 4 2 7 7 6 6 1 2 [39] 5 1 7 7
2009 Jan 17
0
Megatec driver FR: repeat shutdown
...ed patch enables the megatec driver to repeat shutdown command with configurable delay (cmdrepeat, in milliseconds). Default cmdrepeat value (=0) keeps the current behaviour, single shutdown command. Package ftp://ftp.altlinux.org/pub/distributions/archive/Sisyphus/2007/04/15/files/SRPMS/nut-2.0.5-alt2.src.rpm + the patch + ups.conf below [inelt] driver = megatec port = /dev/ttyS0 cmdrepeat = 5100 works with Inelt Monolith II 1000 on ALT Linux 4.0 Terminal updated to branch/4.0 ( http://en.altlinux.org/ALT_Linux_4.0 ). Besides "the old bad" N-Power SVL-600 works with the patch! (...
2007 Oct 31
1
Need a package
I have rpms for xemacs 21.5.27-8.fc8. I *think* they will work on Centos 5? If not I can get the sources. However, at this point, I have one of those dependency hell problem. I need, for now, libtinfo. Does anyone now what package it is in? Thanks, Bob -- Bob Taylor <bob8221 at gmail.com>
2015 Jun 29
5
resolve errors with Samba 4 dns
I'm running Debian/Jessie on a server which is used as an AD DC. I'm getting errors like this: Hit http://ftp.ca.debian.org jessie InRelease Hit http://ftp.ca.debian.org jessie/main Sources Hit http://ftp.ca.debian.org jessie/main amd64 Packages Hit http://ftp.ca.debian.org jessie/main Translation-en Err http://ftp3.nrc.ca jessie InRelease Err http://ftp3.nrc.ca jessie-updates InRelease