Displaying 20 results from an estimated 1491 matches for "ster".
Did you mean:
step
2019 Dec 04
0
error in parallel:::sendMaster
...tialized variable as the file descriptor argument to the close system call.
In my particular R session this uninitialized variable (reproducibly) was holding the value 7, which corresponded to the file descriptor of the write end of the pipe the second child would use to send its results to the master. Hence, the child unintentionally closed this pipe directly after fork in close_fds_child_ci() resulting in sendMaster() later failing with EBADF.
It was fixed with this commit: https://github.com/wch/r-source/commit/e08cffac1c5b9015a1625938d568b648eb1d8aee
Regards,
Andreas
2019-11-28 13:54 GMT+...
2019 Dec 04
0
error in parallel:::sendMaster
...tialized variable as the file descriptor argument to the close system call.
In my particular R session this uninitialized variable (reproducibly) was holding the value 7, which corresponded to the file descriptor of the write end of the pipe the second child would use to send its results to the master. Hence, the child unintentionally closed this pipe directly after fork in close_fds_child_ci() resulting in sendMaster() later failing with EBADF.
It was fixed with this commit: https://github.com/wch/r-source/commit/e08cffac1c5b9015a1625938d568b648eb1d8aee
Regards,
Andreas
2019-11-28 13:54 GMT+...
2015 Dec 29
0
[CISTI'2016]: 11ª Conferencia Ibérica de Sistemas y Tecnologías de Información
...bre I+D encuadrados en una de las tem?ticas de la conferencia. Estos art?culos tendr?n un l?mite m?ximo de 6 p?ginas.
Art?culo Corto (Short Paper): Trabajos en curso, pero con resultados preliminares relevantes para ser discutidos. Estos art?culos tendr?n un l?mite m?ximo de 4 p?ginas.
Art?culo P?ster (Poster Paper): Trabajos iniciados pero con ideas relevantes para ser discutidas. Estos trabajos tendr?n un l?mite m?ximo de 2 p?ginas.
Art?culo Empresa (Company Paper): Trabajo de las empresas que muestren experiencias pr?cticas, la I + D, herramientas, etc, encuadrados en algunos de los temas de...
2015 Dec 29
0
[CISTI'2016]: 11ª Conferencia Ibérica de Sistemas y Tecnologías de Información
...bre I+D encuadrados en una de las tem?ticas de la conferencia. Estos art?culos tendr?n un l?mite m?ximo de 6 p?ginas.
Art?culo Corto (Short Paper): Trabajos en curso, pero con resultados preliminares relevantes para ser discutidos. Estos art?culos tendr?n un l?mite m?ximo de 4 p?ginas.
Art?culo P?ster (Poster Paper): Trabajos iniciados pero con ideas relevantes para ser discutidas. Estos trabajos tendr?n un l?mite m?ximo de 2 p?ginas.
Art?culo Empresa (Company Paper): Trabajo de las empresas que muestren experiencias pr?cticas, la I + D, herramientas, etc, encuadrados en algunos de los temas de...
2019 Nov 28
1
error in parallel:::sendMaster
...ausing the issue. Let me point out again, that this is NOT the very first invocation of mclapply in this R session. There is at least one previous call to it, which works fine.
>
>
> File descriptors directly after attaching gdb to both child processes during Sys.sleep(30):
>
> ### master
> root at ip-10-0-48-30:~/latest_test# ls -l /proc/22119/fd
> total 0
> lrwx------ 1 root root 64 Nov 28 04:49 0 -> /dev/pts/0
> lrwx------ 1 root root 64 Nov 28 04:49 1 -> /dev/pts/0
> lrwx------ 1 root root 64 Nov 28 04:49 2 -> /dev/pts/0
> lr-x------ 1 root root 64 Nov...
2010 Nov 08
1
"yum -yq --security check-update" spouting lots of text?
...or speeds from cached hostfile
* addons: mirror.5ninesolutions.com
* base: ftp.osuosl.org
* centosplus: centos.promopeddler.com
* contrib: mirrors.kernel.org
* epel: mirror.pnl.gov
* extras: mirror.rocketinternet.net
* rpmforge: ftp-stud.fht-esslingen.de
* rpmfusion-free-updates: mirror.web-ster.com
* rpmfusion-free-updates-testing: mirror.web-ster.com
* rpmfusion-nonfree-updates: mirror.web-ster.com
* rpmfusion-nonfree-updates-testing: mirror.web-ster.com
* updates: mirrors.cat.pdx.edu
Limiting package lists to security relevant ones
No packages needed, for security, 31 available
aal...
2008 Mar 28
4
rsync: writefd_unbuffered failed to write 4 bytes [sender]: Broken pipe
...] rsync error: errors with program diagnostics
(code 13) at log.c(236) [sender=3.0.0]
its the same rsync command that we use on our other Server and it works
there.
i found many Threads via google but nothing that helped me.
I hope i can get help here
--
Mit freundlichen Gr??en
Sebastian K?sters
systems architect
Trade Haven GmbH
In der Steele 37, 40599 D?sseldorf
T +49 211 749659 14 mailto:skoesters@tradehaven.de
F +49 211 749659 29 http://www.tradehaven.de
--------------------------------------------------------------------
Gesch?ftsf?hrer: Michael Heck | Oliver Wagner Hande...
2015 Jun 13
3
Installing all the mate desktop rpms
...or update.
To wit:
# yum update
Loaded plugins: fastestmirror, fs-snapshot, refresh-packagekit, security
Setting up Update Process
Loading mirror speeds from cached hostfile
* base: mirrors.xmission.com
* epel: mirrors.tummy.com
* extras: mirror.hmc.edu
* rpmfusion-free-updates: mirror.web-ster.com
* rpmfusion-nonfree-updates: mirror.web-ster.com
* updates: mirrors.usc.edu
No Packages marked for Update
2011 Jul 20
0
The C function getQ0 returns a non-positive covariance matrix and causes errors in arima()
...hi,theta)
Q0ter <- Q0ter(phi,theta)
mod <- out
modbis <- out
modter <- out
modbis$Pn <- Q0bis
modter$Pn <- Q0ter
set.seed(1)
x <- arima.sim(100,model=list(ar=phi,ma=theta))
s <- KalmanLike(x,mod=mod,fast=FALSE)
sbis <- KalmanLike(x,modbis)
ster <- KalmanLike(x,modter)
test12 <- all.equal(out$Pn,Q0bis)
test13 <- all.equal(out$Pn,Q0ter)
test23 <- all.equal(Q0bis,Q0ter)
list(eigen=min(eigen(out$Pn)$value),eigenbis=min(eigen(Q0bis)$value),eigenter=min(eigen(Q0ter)$value),test12=test12,test13=test13,test23=test23,s=s,...
2004 Feb 18
3
persp and lines()
R-sters:
I'm interested in keeping data plotted in persp to preserve the wireframe
look, I'd just like to change one of the lines drawn (in either the x or y
direction) into a different color so that it stands out.
Or is there some way to add a line (say, via lines(), or abline()) to a
persp(...
2017 Sep 10
3
centos-7.4 elfutils
...ne command claims elfutils-libs-0.166-2.el7.x86_64 is
missing, and another one claims it's installed.? Not sure what's going
on here.
[root at ip-172-31-34-187 ~]# yum -y install elfutils.x86_64
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
?* base: mirror.web-ster.com
?* extras: mirror.chpc.utah.edu
?* updates: mirrors.cat.pdx.edu
Resolving Dependencies
--> Running transaction check
---> Package elfutils.x86_64 0:0.166-2.el7 will be installed
--> Processing Dependency: elfutils-libs(x86-64) = 0.166-2.el7 for
package: elfutils-0.166-2.el7.x86_64
-...
2004 Sep 09
2
Local vs Domain sid using net commands
...ers) is not the same
as the sid of the domain that it is joined to, when doing a net rpc getsid.
Why is this? Does this mean that the Domain accounts in Samba are not really
associated with the domain accounts in the NT4 domain?
Thanks,
_________________________
Timothy S. Stanley
IS Manager
K?sters Corporation
2011 Feb 01
1
python-dbus
...ed.
When I check for python-dbus with yum, it doesn't show in the nomal
mirrors.
[root at desk log]# yum info python-dbus
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* addons: mirrors.finalasp.com
* base: yum.singlehop.com
* centosplus: mirror.web-ster.com
* extras: mirrors.finalasp.com
* rpmforge: fr2.rpmfind.net
* updates: mirror.trouble-free.net
addons | 951 B 00:00
base | 2.1 kB 00:00
centosplus | 1.9 kB 00:00
extras...
2006 Jan 20
3
abline() or predict.lm() when log="x"
Hello,
I'm trying to plot a fitted lm() line on a plot when the one
explanatory variable is log transformed and log="x". I get different
lines using abline and predict.lm().
#Example
x <- 1:100
y <- rnorm(100)
plot(y ~ x, log="x")
abline(lm(y ~ log(x)))
lines(x, predict(lm(y ~ log(x))), lwd=2)
I'm sure I'm missing something but could someone tell me which
2009 Nov 27
2
using reshape to do ANOVA mixed models
Hi,
I just started with R and I found that there are many options to rearrange
the data to do mixed models.
I want to use the reshape function. I have 2 between subject variables and
one within.
I was able to change the data structure but still - the result of the aov
functions are calculating everything as a within subject.
the table looks like this:
SerialNo breed treatment distance_1
2009 Nov 23
1
R: Re: chol( neg.def.matrix ) WAS: Re: Choleski and Choleski with pivoting of matrix fails
...[,3]
>[1,] 0.5401984+0i -0.3998675-0i -1.3785897-0i
>[2,] -0.3998675-0i 1.0561872+0i 0.8158639-0i
>[3,] -1.3785897-0i 0.8158639-0i 1.6073119-0i
>
>A triangular square root is, er, more difficult, but hardly impossible.
>
>--
> O__ ---- Peter Dalgaard ?ster Farimagsgade 5, Entr.B
> c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K
> (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918
>~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907
>
2009 Nov 25
1
R: Re: R: Re: chol( neg.def.matrix ) WAS: Re: Choleski and Choleski with pivoting of matrix fails
...t;>> [2,] -0.3998675-0i 1.0561872+0i 0.8158639-0i
>>> [3,] -1.3785897-0i 0.8158639-0i 1.6073119-0i
>>>
>>> A triangular square root is, er, more difficult, but hardly impossible.
>>>
>>> --
>>> O__ ---- Peter Dalgaard ?ster Farimagsgade 5, Entr.B
>>> c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K
>>> (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918
>>> ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907
>>>
>&g...
2005 Nov 14
1
effect sizes for Wilcoxon tests
Hello,
I use t.test for normal distributed and wilcox.test for non-normal
distributed samples.
It is easy to write a function for t.test that calculates the effect
size, because all parts of the formula are available from the t.test
result: r = sqrt(t*t / (t*t + df))
However, for Wilcoxon tests, the formula for effect sizes is:
r = Z / sqrt(N)
I wonder how I can calculate the Z-score in R for
2006 Nov 17
1
which operators are available? (was: Re: do.call("+", ...))
...mailing list
> > https://stat.ethz.ch/mailman/listinfo/r-help
> > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> > and provide commented, minimal, self-contained, reproducible code.
> >
>
> --
> O__ ---- Peter Dalgaard ?ster Farimagsgade 5, Entr.B
> c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K
> (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918
> ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907
>
> __________________________...
2008 May 05
4
Column renaming
Dear all,
Is there a less cumbersome way to rename a column by name (as opposed
to index) than --
names( X)[ names[ X] == "bob"]<-"sue"
?
A semi-related question: how does one get the index of a column by
name, something along the lines of col.index( X, "sue") ?
Chip Barnaby
---------------------------------------------------------
Chip Barnaby