August 2011

GDAT 2011 in Review

August 13, 2011 | Neil Gunther

As usual, the Guerrilla Data Analysis Techniques (GDAT) class was a total blast. Motivated students always guarantee that. It would really help our scheduling, however, if people didn't wait until the last nanosecond to register for the class. But give... [Read more...]

QTL Analysis in R

August 13, 2011 | Matt Bogard

See also: Part 1: QTL Analysis and Quantitative Genetics  Part 2: Statistical Methods for QTL Analysis The 'qtl' package in R allows you to implement QTL analysis using the methods I've previously discussed. The code below is adapted from Broman... [Read more...]

R Program Documentation Template

August 13, 2011 | Matt Bogard

# ------------------------------------------------------------------ # |PROGRAM NAME: # |DATE: # |CREATED BY: MATT BOGARD # |PROJECT FILE: # |---------------------------------------------------------------- # | PURPOSE: ...
[Read more...]

Stop! (In the name of a sensible interface)

August 12, 2011 | richierocks

In my last post I talked about using the number of lines in a function as a guide to whether you need to break it down into smaller pieces. There are many other useful metrics for the complexity of a function, most notably cyclomatic complexity, which tracks the number of ... [Read more...]

Revolution Newsletter: August 2011

August 12, 2011 | David Smith

The most recent edition of the Revolution Newsletter is out. The news section is below, and you read the full August edition (with highlights from this blog and community events) online. You can subscribe to the Revolution Newsletter to get it monthly via email. Free 30-minute introduction to Revolution R ... [Read more...]

Getters and setters in R

August 12, 2011 | James Keirstead

Tweet When I first started using R, one of the things that attracted me was its claim to be an object-oriented programming (OOP) language. Coming from a Java background, I was used to designing software with OOP concepts like encapsulation and inheritance but, when I turned my hand to R, ... [Read more...]

CrossValidated blog is on R-bloggers.com from now on

August 12, 2011 | mpiktas

Some may have already noticed that the last post appeared on the R-bloggers.com, but here now is the official announcement. R-bloggers.com aggregates blogs which write about R. Since questions about R constitute roughly 20% of all the questions on CrossValidated, it is natural that the community blog of CrossValidated ... [Read more...]

Monster functions (Raaargh!)

August 12, 2011 | richierocks

It’s widely considered good programming practice to have lots of little functions rather than a few big functions. The reasons behind this are simple. When your program breaks, it’s much nicer to debug a five line function than a five hundred line function. Additionally, by breaking up your ... [Read more...]

JAGS 3.1.0

August 11, 2011 | Martyn

The patch release, 3.1.0  fixes a problem due to a change in the way the adapt command works (and the adapt() function in rjags).  If the model has an adaptive phase, you should normally include a burn in period (with … Continue reading → [Read more...]

System Failure-Maybe it Will Help

August 11, 2011 | klr

I hope everyone is enjoying the market.  After a crazy week personally and 6% intraday swings, I remember why I abandoned day trading. I often wonder if I should share ideas that do not work as well as I would like.  In this case, I know I ha...
[Read more...]

FastCompany on telling stories with data

August 11, 2011 | David Smith

An article in FastCompany today profiles two websites that excel in telling engaging stories with data: the FlowingData and OkTrends blogs. Both sites often use R for data analysis and data visualization, and have been featured here on this blog. FlowingData regularly posts guides on how to use R to ... [Read more...]

OpenAnalytics at UseR!2011

August 11, 2011 | tobias

Thursday 11 August 2011 - 22:36 OpenAnalytics is happy to sponsor UseR!2011 and will present recent work that has been released under open source license in three presentations: R and GPU Computing, which accompanies the first public release of... [Read more...]

High-Performance in Cloud Computing

August 11, 2011 | Markus (cloudnumbers.com)

Very often scientists are worried about performance and security in cloud computing. Especially, when talking about High-Performance Computing (HPC) in the cloud it is a very important aspect to proof efficient calculation speed in the cloud. Cloud computing describes a new delivery model for IT services based on Internet protocols, ... [Read more...]

Using OpenMP-ized C code with R

August 11, 2011 | mbq

What is OpenMP? Basically a standard compiler extension allowing one to easily distribute calculations over multiple processors in a shared-memory manner (this is especially important when dealing with large data — simple separate-process approach usually requires as many copies of the working data as there are threads, and this may easily ... [Read more...]
1 7 8 9 10 11 13

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)