April 2011

Painting a picture of statistical packages

April 4, 2011 | Murtaza Haider

Imagine you have to analyze text comprising 18,000 words. You have to identify the most commonly cited ideas or words in the text and then present the analysis in a graphic format. There are sophisticated tools out there to help you with this task, but then again there is a tight ... [Read more...]

R 101: Vectors

April 4, 2011 | Mathew Analytics LLC » R

Vectors are a basic data structure in R and are created using the c() function. Unlike data frames and lists, the elements of a vector must be of the same mode. Functions can be used on a vector. For example, length(x) can be used to find the number of ... [Read more...]

Book: ggplot2 by Hadley Wickham

April 4, 2011 | Dzidorius Martinaitis

All my recent plots are built using ggplot2 package. I don’t know if my dear readers have noticed the difference, but from my point of view, ggplot2 allows to create nice looking and aesthetics plots. I was using this package before, but the real boost came after reading this ... [Read more...]

Comparison of compression

April 4, 2011 | Martin Scharm

I recently wrote an email with an attached LZMA archive. It was immediately answered with something like: "What are you doing? I had to boot linux to open the file!" First of all I don't care whether user of proprietary systems are able to read open formats, but this answer ... [Read more...]

RQuantLib Windows binary on CRAN

April 4, 2011 | Joshua Ulrich

Dirk Eddelbuettel has recently released RQuantLib-0.3.7, which contains the necessary QuantLib builds to allow the CRAN servers to build the Windows binary.This (thankfully) makes my post on how to build RQuantLib on 32-bit Windows unnecessary for casu... [Read more...]

RQuantLib 0.3.7

April 4, 2011 | Thinking inside the box

A build-fix release RQuantLib 0.3.7 is now on CRAN and in Debian. RQuantLib combines (some of) the quantitative analytics of QuantLib with the R statistical computing environment and language. Thanks to the help by Brian Ripley (who compiled Quan... [Read more...]

RcppArmadillo 0.2.18

April 4, 2011 | Thinking inside the box

Conrad Sanderson made a bug-fix release (1.1.92) by for his wonderful Armadillo templated C++ library for linear algebra appeared yesterday and as usual a new release 0.2.18 of RcppArmadillo, our Rcpp-based integration into R is now on CRAN mirrors. ... [Read more...]

How to Shade Under a Normal Density in R

April 3, 2011 | Tony Cookson

The easiest-to-find method for shading under a normal density is to use the polygon() command. That link is to the first hit on Google for "Shading Under a Normal Curve in R." It works (like a charm), but it is not the most intuitive way to let users p...
[Read more...]

Feed Your (Machine) Brain

April 3, 2011 | Milk Trader

Few can tell you what goes into a chicken nugget, but most will agree that it's good for your brain. If you're a little sluggish and can't focus, what do you normally do? That's right, you pop a couple chicken nuggets. And similar to our brains, our al...
[Read more...]

Maps of solar radiation

April 2, 2011 | Oscar Perpiñán Lamigueiro

The Atmospheric Science Data Center (ASDC) at NASA Langley Research Center offers several data sources. For example, it is possible to download a text file with the 22-year (July 1983 – June 2005) monthly and annual average of global horizontal irradiation. nasafile [Read more...]

A very short and unoriginal introduction to snow

April 2, 2011 | Jason

As Jian-Feng rightly pointed out in a comment on my guide to setting up snow on the OSC cluster, it was probably somewhat cavalier of me to say: Getting snow to run properly on single machines, or ever with a cluster of … Continue reading → [Read more...]

Phylometa from R – UDPATE

April 1, 2011 | Scott Chamberlain

A while back I posted some messy code to run Phylometa from R, especially useful for processing the output data from Phylometa which is not easily done. The code is still quite messy, but it should work now. I have run the code with tens of different d...
[Read more...]
1 11 12 13 14

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)