August 2011

Lies, Damned Lies, and Politicians

August 17, 2011 | Ryan

I like politics; I don’t like all of the lying involved.  If you ask me, I think that there should be “Ethics Committee” investigations into all of the lying.  Sure, tweeting a picture of your junk is probably not the … Continue reading → [Read more...]

-1% Guaranteed Real Real Return! Yummy??

August 17, 2011 | klr

If we’re cooking up a bond return, we have access to 3 ingredients: inflation, credit, and real. Historically, the recipe looks like this (as described in Historical Sources of Bond Returns).0-5 parts inflation + 1-2 parts credit + 1-3 parts realand ...
[Read more...]

useR2011 Easy interactive ggplots talk

August 17, 2011 | richierocks

I’m talking tomorrow at useR! on making ggplots interactive with the gWidgets GUI framework. For those of you at useR, here is the code and data, so you can play along on your laptops. For everyone else, I’ll make the slides available in the next few days so ... [Read more...]

The R-Files: Martyn Plummer

August 17, 2011 | David Smith

"The R-Files" is an occasional series from Revolution Analytics, where we profile prominent members of the R Community. Name: Martyn Plummer Occupation: Statistician at International Agency for Research on Cancer Nationality: British Years Using R: 16 Known for: Member of R core group; member of R Journal editorial board Martyn Plummer ... [Read more...]

Programming (useR! 2011)

August 17, 2011 | csgillespie

Ray Brownrigg – Tips and Tricks for young R programmers Problem: Calculate the distribution function of a bivariate Kolomogorov Smirnoff statistic. Essentially three loops. Basic exhaustive search is O(N^3). Fortran gives a single order of magnitude speed-up. Restructuring in R using a single loop is an order faster than fortran. ... [Read more...]

Kaleidoscope IIb (useR! 2011)

August 17, 2011 | csgillespie

L Collingwood – RTextTools RTextTools. A machine learning library for automated text classification. This package builds on previous packages such as tm and random forests. Use case: undergrad labels congressional bills but then quits. Using the previously labelled data, automatically classify the remaining documents. The speaker gave a nice overview of ... [Read more...]

ttrTests Experimentation

August 16, 2011 | klr

I was intrigued by the CRAN update on a package ttrTests, especially since quantstrat is not built for backtesting system parameters and analyzing system performance as I mentioned in A Quantstrat to Build On Part 6.  ttrTests offers a nice start ...
[Read more...]

R Code Optimization

August 16, 2011 | curiouscaseofsai

Handling Large Data with R The following experiments are inspired from this excellent presentation by Ryan Rosario: http://statistics.org.il/wp-content/uploads/2010/04/Big_Memory%20V0.pdf. R presents many I/O functions to the users for reading/writing data such as ‘read.table’ , ‘write.table’ -__ http://cran.r-project.... [Read more...]

Brian Ripley on The R Development Process

August 16, 2011 | David Smith

R Core member Professor Brian Ripley from Oxford University gave the first keynote presentation of useR! 2011 today, and gave some insights into what goes on behind the scenes to create two updates to R (plus several patches) every year. He began with some facts about the history of R (noting ... [Read more...]

The R Ecosystem

August 16, 2011 | David Smith

I gave my talk to the useR! 2011 conference this morning: The R Ecosystem. The goal of the talk was to show R in context: that the combination of the R project and its leadership, the R userbase, and the companies supporting and using R makes for a thriving ecosystem and ... [Read more...]

Ulrike Gromping – Design of Experiments in R

August 16, 2011 | csgillespie

Example: Car seat occupation: Algorithm must decide whether airbag opens: Must open for adult but not for small child or if the seat if empty a few others I missed. Key questions are: What type of design: 32 run regular fractional factorial Response measurement – depends on dummy position, so repeat for 3 ... [Read more...]

High Performance Computing

August 16, 2011 | csgillespie

Wilem Ligtenberg – GPU computing and R Why GPU computing – theoretical GFLOPs for a GPU is three times greater than a CPU. Use GPUs for same instruction multiple data problems (SIMD). Initially GPUs were developed for texture problems. For example, a wall smashed into lots of pieces. Each core handled a ... [Read more...]

Using Deducer to work with R

August 16, 2011 | andyw

If one checks out the initial question that prompted this series, a common theme in the answers is that one should use the GUI as a tool to help one build code (and not just as a crutch to do the analysis). Being able to view the code produced by ... [Read more...]
1 5 6 7 8 9 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)