Displaying 9 results from an estimated 9 matches for "ifspm".
2014 Feb 20
0
PostDoc Position in Biostatistics @ Univ Zurich
...ne and Life
Sciences (ARWU fields LIFE and MED, 2013). The University of Zurich
and the ETH Zurich collaborate in many areas, which makes Zurich a
research place of international renown.
For more details, please contact the head of the Division of
Biostatistics, Prof. Leonhard Held, Email held at ifspm.uzh.ch.
Applicants should submit a detailed CV and 1-2 references to
Prof. Dr. Leonhard Held
University of Zurich
Institute of Social and Preventive Medicine
Hirschengraben 84
8001 Zurich
Switzerland
Email: held at ifspm.uzh.ch
________________________________________________________________
Pr...
2012 Apr 30
0
file.copy(src, src, recursive=TRUE) causes a segfault (Was: Re: R CMD check . segfault on re-building vignettes)
...oo\foo\foo\foo:
No such file or directory
Here the maximum file path length of the OS is probably kicking in
before reaching the buffer overflow, cf.
http://aroma-project.org/howtos/UseLongFilenamesOnWindows
My $.02
/Henrik
On Mon, Apr 30, 2012 at 8:48 AM, Sebastian Meyer
<Sebastian.Meyer at ifspm.uzh.ch> wrote:
> (Warning: There is some potential that this message is redundant.)
>
> I think that i have spotted an issue with R CMD check that does not
> trace back to a rare case, so it must have been reported already or i am
> doing something stupid. However, to be sure and...
2012 Sep 26
2
non-differentiable evaluation points in nlminb(), follow-up of PR#15052
This is a follow-up question for PR#15052
<http://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15052>
There is another thing I would like to discuss wrt how nlminb() should
proceed with NAs. The question is: What would be a successful way to
deal with an evaluation point of the objective function where the
gradient and the hessian are not well defined?
If the gradient and the hessian both
2012 Apr 15
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* disclapmix (0.1)
Maintainer: Mikkel Meyer Andersen
Author(s): Mikkel Meyer Andersen and Poul Svante Eriksen
License: GPL-2
http://crantastic.org/packages/disclapmix
disclapmix makes inference in a mixture of Discrete Laplace
distributions using the EM algorithm.
* EstSimPDMP (1.1)
Maintainer: Unknown
Author(s):
2010 Sep 27
0
Bayesian Fractional Polynomials package "bfp" on CRAN
Fractional polynomials ("FPs") are an automatic way of fitting
non-linear, parametric effects. The R-package mfp implements a
frequentist inference approach for FP models. Recently, we have proposed
a Bayesian inference approach for normal FP models, which is based on
the quasi-default hyper-/g/ prior for the regression coefficients [1].
This approach is implemented in the new
2010 Sep 27
0
Bayesian Fractional Polynomials package "bfp" on CRAN
Fractional polynomials ("FPs") are an automatic way of fitting
non-linear, parametric effects. The R-package mfp implements a
frequentist inference approach for FP models. Recently, we have proposed
a Bayesian inference approach for normal FP models, which is based on
the quasi-default hyper-/g/ prior for the regression coefficients [1].
This approach is implemented in the new
2010 Sep 03
0
constness in BLAS.h/dger arguments
Hi,
I am writing code interfacing R's BLAS functions, and have a problem
with two missing const's in the header of F77_NAME(dger) in
src/include/R_ext/BLAS.h. The current definition is missing the
appropriate consts for the arrays x and y, which are stated in the BLAS
documentation [2] to be "unchanged on exit". This issue was already
mentioned on the list in March 2009 [1],
2012 Apr 30
0
R CMD check . segfault on re-building vignettes
(Warning: There is some potential that this message is redundant.)
I think that i have spotted an issue with R CMD check that does not
trace back to a rare case, so it must have been reported already or i am
doing something stupid. However, to be sure and because I did not find
any comments on this while searching the R mailing lists, here is what i
did:
R CMD check .
from within a package
2015 Nov 20
3
R-devel no longer supports Ubuntu 14.04 LTS (insufficient PCRE version)
Since yesterday's r69662, R no longer ./configure[s] on a standard
Ubuntu 14.04.3 installation, which ships with PCRE 8.31
(http://packages.ubuntu.com/trusty-updates/libpcre3-dev)
I get:
> checking if PCRE version >= 8.32, < 10.0 and has UTF-8 support... no
> checking whether PCRE support suffices... configure: error: pcre library and headers are required
Are there any