2009

Online R programming resources

February 2, 2009 | bryan

R can legitimately be called both a programming language and a statistical package. Many books address both the programming and statistical components of R, but invariably the discussion of statistical topics is more detailed than the discussion of pr... [Read more...]

Don’t group Figures in Word

February 1, 2009 | [email protected]

One of my ongoing annoyances with Microsoft Word is its inability to handle figures in a consistent way. The last quirk I discovered is the following: if you group a figure with a textbox -- something often done for creating captions -- the print quali... [Read more...]

Visualizing Eigenfactors

January 30, 2009 | John Myles White

These interactive graphics are simply beautiful. And they just so happen to be profoundly informative about the structure of modern science as well. Here’s to the hope that we will see more work from Moritz Stefaner soon that shows how our aesthetic ... [Read more...]

Runing R in the Command Mode in the Window system

January 29, 2009 | Yu-Sung Su

Just when I am about to convert myself into a Linux user, I found this. Running R in the command mode in the Window system is much faster. Here is a simple test:in the Window interface:__ system.time(rnorm(1000000)%*%rnorm(1000000)) user system elapsed 1.06 0.05 1.14 in the command mode__ system.time(... [Read more...]

MCMCglmm package for R

January 29, 2009 | Gregor Gorjanc

Jarrod Hadfield published MCMCglmm package on CRAN. The package can fit generalised linear mixed models via MCMC methods. Bellow is the abstract from the vignette. The list of supported models is quite impressive. Nice job Jarrod! This is not the first...
[Read more...]

InDesign: Export Selection to PDF

January 29, 2009 | [email protected]

I abuse Adobe InDesign sometimes for creating artwork, for instance to make gant diagrams. Usually, I do not want to export a complete page to pdf in those cases, but only the boxes and text that’s going to make up the illustration. Automaticatio... [Read more...]

Controlling margins and axes with oma and mgp

January 26, 2009 | bryan

When creating graphs, we're usually most concerned with what happens near the center of our displays, as this is where most of the important information is generally held. But sometimes, either for aesthetics or clarity, we want to adjust what's outsi... [Read more...]

New CRAN Task View on HPC

January 24, 2009 | Thinking inside the box

A while back, I suggested to Achim to add a new CRAN Task View for High Performance Computing with R. And as of a day or two ago, we now have the new CRAN Task View for High Performance Computing with R providing an overview about available packages, grouped thematically, ... [Read more...]

R Programmer – Calgary

January 23, 2009 | Programming R

Originally posted on r-sig-jobs listserv: Hello All, We are in ned of an R programmer for a project in Calgary, Alberta, Canada. We need the person to be local as the project involves coordination of a series of experts. The project is only about 150... [Read more...]

Install JAGS and rjags in Fedora

January 23, 2009 | Yu-Sung Su

JAGS was developed to help those non-Window users to be able to use BUGS. However, I found it is very hard to install JAGS and its R package-rjags. Here is my note on how to install JAGS and rjags in Fedora 10. The note here should work for all Linu... [Read more...]
1 32 33 34 35 36

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)