Re: [R] Multiple counters in a single for loop

2018-08-26 Thread Jérémie Juste
> unexpected behaviour. > > If the length of var1 should not be 0 so > > stopifnot(length(var)==0) > for ( i in 1:length(var1)){ > > elem1 <-var1[i] > elem2 <- var2[i] > > } > -- Jérémie Juste [[alternative HTML version deleted]] ___

Re: [R] running Rmpi with SGE on a cluster

2018-07-02 Thread Jérémie Juste
mplementation to build the packages and > then ensure that the environment is correspondingly set up for the jobs > you submit to the cluster. > > I would maintain that installing Rmpi should normally be done by the > cluster administrator and the he/she should then be

Re: [R] R-hts

2018-01-10 Thread Jérémie Juste
> [[alternative HTML version deleted]] > > __ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide

Re: [R] R-hts

2018-01-10 Thread Jérémie Juste
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/ > posting-guide.html > and provid

Re: [R] Problems installing mice package

2017-11-15 Thread Jérémie Juste
___ > > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > > 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-containe

Re: [R] Problems installing mice package

2017-11-15 Thread Jérémie Juste
s no package called ‘mice’ > In addition: Warning message: > In install.packages(deparse(substitute(mice)), repos = " > http://cran.us.r-project.org;) : > installation of package ‘mice’ had non-zero exit status > > I'm unable to resolve it. Any help please? > > Best re

Re: [R] [FORGED] Logical Operators' inconsistent Behavior

2017-05-19 Thread Jérémie Juste
gt; On 20/05/17 00:01, Jérémie Juste wrote: > >> Hello, >> >> Rolf said, >> >> TRUE & FALSE is FALSE but TRUE & TRUE is TRUE, so TRUE & NA could be >> either TRUE or FALSE and consequently is NA. >> >> OTOH FALSE & (anything) is FALSE so FA

Re: [R] [FORGED] Logical Operators' inconsistent Behavior

2017-05-19 Thread Jérémie Juste
Hello, Rolf said, TRUE & FALSE is FALSE but TRUE & TRUE is TRUE, so TRUE & NA could be either TRUE or FALSE and consequently is NA. OTOH FALSE & (anything) is FALSE so FALSE & NA is FALSE. According to this logic why is > FALSE & NA > [1] FALSE ? Best regards, Jeremie On Fri, May 19, 2017

[R] copula package error when gumbel parameter is close to bound.

2016-05-04 Thread Jérémie Juste
Hello, In a situation where the dimension is high and the parameter is close to the bound computing the density of the gumbel copula throws the following error. library(copula) dCopula(rep(0.5,127),gumbelCopula(1.19,127),log=TRUE) Loading required namespace: Rmpfr Failed with error: ‘there is