Uncategorized

Easy Upgrading of R

April 14, 2011 | jebyrnes

For those who are excited about the new 2.13.0 release of R (particularly the compiler package) but are grumbling about having to remember what packages they have and re-install them, see this great advice or this piece on upgrading in osx for how to a... [Read more...]

In case you missed it: March Roundup

April 14, 2011 | David Smith

In case you missed them, here are some articles from February of particular interest to R users. The doSMP package, which enables parallel processing for R on multiprocessor machines, is now available on CRAN. The Offensive Politics blog provided R code used to make a map of precinct returns in ... [Read more...]

Mixtures in Madrid (3)

April 14, 2011 | xi'an

For my second lecture today, I need to plot a likelihood surface for a basic two-component mixture with only the means unknown: here is the R code to speed up things llsurf=function(trumyn=2.,wayt=.3,var2=1.,ssiz=500){ # draws the log-likelihood surface and a random sample sd2=sqrt(var2) parti=(runif(... [Read more...]

R 2.13.0 released

April 13, 2011 | David Smith

The R Core Group has released the latest update to open-source R, R 2.13.0 is now available. You can download the new source distribution from the R Project website, and I see from the Download R tool at inside-R.org that binaries for Windows and Mac are already available at my ... [Read more...]

Le Monde puzzle #13

April 13, 2011 | xi'an

This week, Le Monde offers not one but three related puzzles: Is it possible to label the twelve edges of a cube by consecutive numbers such that the sum of the edge numbers at any of the eight nodes is constant? Is it possible to label the eight nodes of ... [Read more...]

Some comments peer-review and a year of blogging

April 13, 2011 | BioStatMatt

It's been a year since I began keeping a web log. This post presents some thoughts related to the experience. Blogging is Sharing Ideas Blogging is online self-publishing. There is no faster way to share your ideas so broadly. Last year at the useR! conference (in Gaithersburg, MD, just a ... [Read more...]

RProtoBuf 0.2.3

April 13, 2011 | Thinking inside the box

A maintenance release 0.2.3 of RProtoBuf is now on CRAN. RProtoBuf provides GNU R bindings for the Google Protobuf data encoding library used and released by Google. The NEWS file entry follows below: 0.2.3 2011-04-12 o Protect UINT64... [Read more...]

Journal of Statistical Software. Vol. 40

April 12, 2011 | David Smith

The latest edition of the Journal of Statistical Software is out, with plenty of interesting articles for R users. A must-read is Hadley Wickham's article on "The Split-Apply-Combine Strategy for Data Analysis", which makes a compelling argument for the use of the plyr package to partition datasets and apply sub-group ... [Read more...]

Measuring Price Dispersion of Marijuana

April 12, 2011 | Adam.Hyland

The intersection of mapping APIs, fast database operations and user engagement offers a lot of very cool crowdsourcing applications ranging from the benign and powerful (Google’s Person Finder) to the minor and questionable (A DUI checkpoints app). Most intriguing in … Continue reading → [Read more...]

Rstudio updates to beta 2

April 11, 2011 | David Smith

The folks over at Rstudio have released a new update to their open-source R GUI, currently in beta test. This Beta 2 release adds more customizable layouts, editor improvements and new editing themes. Also of interest is a new feature that allows creation of graphics that update under the control of ... [Read more...]

EC2 AMI for scientific computing in Python and R

April 11, 2011 | Drew Conway

Like many people who crunch numbers frequently, I have increasingly been integrating Amazon’s cloud computing services into my daily workflow. In particular, I have been using their elastic cloud computing (EC2) on a regular basis. The service is an excellent way to offload computationally intensive work from your laptop ... [Read more...]

Historical Sources of Bond Returns

April 11, 2011 | klr

As promised in Monitoring Sources of Bond Return, we can show more history if we use CPI instead of expected inflation (from the TIP inflation breakeven yield).  Here are the results with history back to 1953. From TimelyPortfolio However, mo...
[Read more...]
1 19 20 21 22 23 61

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)