Displaying 20 results from an estimated 40000 matches similar to: "The R Journal Vol. 3/1 now published"
2010 Dec 30
0
The R Journal, Vol.2 Issue 2
The second issue of the second volume of The R Journal is now available at http://journal.r-project.org/current.html. Thanks to everyone involved.
Next year, Heather Turner will be Editor-in-chief, and Hadley Wickham joins the Editorial Board, and Vince Carey leaves us.
Peter Dalgaard
Editor-in-chief
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000
2010 Dec 30
0
The R Journal, Vol.2 Issue 2
The second issue of the second volume of The R Journal is now available at http://journal.r-project.org/current.html. Thanks to everyone involved.
Next year, Heather Turner will be Editor-in-chief, and Hadley Wickham joins the Editorial Board, and Vince Carey leaves us.
Peter Dalgaard
Editor-in-chief
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000
2009 May 28
0
The R Journal volume 1, number 1, now available
On behalf of the editorial team, I am happy to inform you that the first
issue of The R Journal is now available:
http://journal.r-project.org
I would like to thank team members Heather Turner, Peter Dalgaard, and John Fox
for extraordinary efforts in producing this first number of the Journal.
--
Vincent Carey, PhD
Biostatistics, Channing Lab
Editor-In-Chief
The R Journal (ISSN 2073-4859)
2009 May 28
0
The R Journal volume 1, number 1, now available
On behalf of the editorial team, I am happy to inform you that the first
issue of The R Journal is now available:
http://journal.r-project.org
I would like to thank team members Heather Turner, Peter Dalgaard, and John Fox
for extraordinary efforts in producing this first number of the Journal.
--
Vincent Carey, PhD
Biostatistics, Channing Lab
Editor-In-Chief
The R Journal (ISSN 2073-4859)
2008 May 09
1
str and class
In previous versions of the gnm package, the terms component of "gnm"
objects had a "classID" attribute. This caused problems when used with
str as the following simple example illustrates:
> x <- 1
> attr(x, "classID") <- "type1"
> str(x)
Class 'type1' Class 'type1' Class 'type1' Class 'type1' Class
2010 Jan 08
0
New issue (v1/n2) of R Journal now available; RSS feed as well
On behalf of the editorial team, I am happy to inform you that the second
issue of The R Journal is now available:
http://journal.r-project.org/current.html
Note that an RSS feed is now in place: http://journal.r-project.org/rss.xml
I welcome Peter Dalgaard as the new Editor-In-Chief.
--
Vincent Carey, PhD
Biostatistics, Channing Lab
Editor-In-Chief (Emeritus)
The R Journal (ISSN 2073-4859)
2010 Jan 08
0
New issue (v1/n2) of R Journal now available; RSS feed as well
On behalf of the editorial team, I am happy to inform you that the second
issue of The R Journal is now available:
http://journal.r-project.org/current.html
Note that an RSS feed is now in place: http://journal.r-project.org/rss.xml
I welcome Peter Dalgaard as the new Editor-In-Chief.
--
Vincent Carey, PhD
Biostatistics, Channing Lab
Editor-In-Chief (Emeritus)
The R Journal (ISSN 2073-4859)
2010 Jun 30
2
The R Journal, Vol.2 Issue 1
The first issue of the second volume of The R Journal will shortly be
available at journal at r-project.org/current.html. Thanks to everyone
involved.
Peter Dalgaard
Editor-in-chief
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Phone: (+45)38153501
Email: pd.mes at cbs.dk Priv: PDalgd at gmail.com
_______________________________________________
R-announce at
2010 Jun 30
2
The R Journal, Vol.2 Issue 1
The first issue of the second volume of The R Journal will shortly be
available at journal at r-project.org/current.html. Thanks to everyone
involved.
Peter Dalgaard
Editor-in-chief
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Phone: (+45)38153501
Email: pd.mes at cbs.dk Priv: PDalgd at gmail.com
_______________________________________________
R-announce at
2008 May 14
0
Cook's Distance in GLM (PR#9316)
Well I suppose a warning's not going to hurt. Even in a case like the
occupationalStatus example where you know some points have been fitted
exactly, it might be useful to be reminded that the standardised
residuals for these points are then NaN and cannot be displayed. Of
course when you don't know in advance that this issue will arise, there
is even more reason to give a warning.
2005 Oct 12
1
Using matprod from array.c
Hi,
I was wondering if I could use the matprod function from array.c in my own C routine. I tried the following as a test
/* my_matprod.c */
# include <Rinternals.h> /* for REAL, SEXP etc */
# include <R_ext/Applic.h> /* array.c says need for dgemm */
/* following copied from array.c */
static void matprod(double *x, int nrx, int ncx,
double *y, int nry, int ncy, double *z)
2003 May 06
1
Opening previous workspace in Windows (PR#2890) (fwd)
Filing the response on R-bugs.
It's quite possible that uninstalling R will damage this, but I would have
expected it to be removed entirely.
--
Brian D. Ripley, ripley@stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866
2017 Jun 30
0
The R Journal, Volume 9, Issue 1
Dear all,
The latest issue of The R Journal is now available at:
https://journal.r-project.org/archive/2017-1/.
Many thanks to all contributors - especially reviewers and authors.
Regards,
Bettina
--
Roger Bivand
Department of Economics, Norwegian School of Economics,
Helleveien 30, N-5045 Bergen, Norway.
voice: +47 55 95 93 55; e-mail: Roger.Bivand at nhh.no
Editor-in-Chief of The R
2005 Oct 03
1
storage.mode, C data types and speed
Hi,
I am trying to speed up part of an algorithm in which certain columns of a large matrix (X) are replaced by the element-wise product of a matrix (M) and a vector (v). In R, the code might be
X[, ind] <- M * v
I have written a small C routine to do this for me, but the timing depends on how I define the storage.mode of the objects in R and the data types in C, in a way which I don't
2006 Jan 10
2
standardized residuals (rstandard & plot.lm) (PR#8468)
This bug is not quite fixed - the example from my original report now =
works using R-2.2.1, but
plot(Uniform, 6)
does not. The bug is due to
if (show[6]) {
ymx <- max(cook, na.rm =3D TRUE) * 1.025
g <- hatval/(1 - hatval) # Potential division by zero here #
plot(g, cook, xlim =3D c(0, max(g)), ylim =3D c(0, ymx),=20
main =3D main, xlab =3D
2008 May 09
0
Incorrect fix for PR#9316: Cook's Distance & plot.lm
Bug PR#9316 noted an inconsistency between the Cook's distance contours
on plot.lm(x, which = 5) and the values given by cooks.distance(x) -- as
shown in plot.lm(x, which = 4) -- for glms:
http://bugs.r-project.org/cgi-bin/R/Analyses-fixed?id=9316;user=guest;selectid=9316
The suggested fix was to modify the contour levels by a dispersion
factor, implemented as follows:
dispersion <-
2020 Oct 07
0
Fwd: Share your article [ATP_105460] published in Journal of Atmospheric and Solar-Terrestrial Physics
Dear Friends,
I am really glad to share this link with you. Some of you have been
instrumental to the success of the work. You are acknowledged accordingly.
I am ever indebted.
Best wishes
Ogbos
---------- Forwarded message ---------
From: Elsevier - Article Status <Article_Status at elsevier.com>
Date: Wed, Oct 7, 2020 at 10:50 AM
Subject: Share your article [ATP_105460] published in
2005 May 24
0
R Packages and code published in JSS in 2005
Get articles from http://www.jstatsoft.org
Firth
Bradley-Terry Models in R
Volume 12, Issue 01
Sturtz, Ligges, and Gelman
R2WinBUGS: A Package for Running WinBUGS from R
Volume 12, Issue 03
Mineo and Ruggieri
A Software Tool for the Exponential Power Distribution: The normalp
Package
Volume 12, Issue 04
Ritz and Streibig
Bioassay Analysis Using R
Volume 12, Issue 05
Baddeley and Turner
2005 May 24
0
R Packages and code published in JSS in 2005
Get articles from http://www.jstatsoft.org
Firth
Bradley-Terry Models in R
Volume 12, Issue 01
Sturtz, Ligges, and Gelman
R2WinBUGS: A Package for Running WinBUGS from R
Volume 12, Issue 03
Mineo and Ruggieri
A Software Tool for the Exponential Power Distribution: The normalp
Package
Volume 12, Issue 04
Ritz and Streibig
Bioassay Analysis Using R
Volume 12, Issue 05
Baddeley and Turner
2005 Mar 14
0
FW: Package Installation in RGui (PR#7262)
I didn't load the package. I wasn't able to do that, since I wasn't
successfull to install it in first place with install.packages.
-----Original Message-----
From: Uwe Ligges [mailto:ligges@statistik.uni-dortmund.de]
Sent: pon 2005-03-14 15:34
To: Gorjanc Gregor
Cc: r-devel@stat.math.ethz.ch
Subject: Re: [Rd] Package Installation in RGui (PR#7262)
Under Windows, you cannot update /