January 2012

Survey Time

January 11, 2012 | klr

After I completed the vignette survey http://lamages.blogspot.com/2012/01/feedback-from-vignette-survey.html, I was amazed with the process, functionality, and potential R integration from Google Docs forms.  I just had to make one of my own. As I...
[Read more...]

Making an R Package: Not as hard as you think

January 11, 2012 | markbulling

I’ve been writing functions in R for a while to do various things like talking to APIs, web scraping, model testing and data visualisation (basically thing which can get a bit repetitive!), but have always been slightly intimidated about turning those functions into a package, which I could then ... [Read more...]

Calculate umpire strikezone sizes

January 11, 2012 | Josh Weinstock

Head on over to THT, and you should see a post by yours truly about calculating the size of umpire strikezones. Here I will open source the code for how to do that. The hard part though is that in order to make use out of the code, you need ... [Read more...]

Another Year, Another rApache Release

January 11, 2012 | Jeffrey Horner

I’m feeling chancy, just like those two angels who took a chance on me so many years ago… So I decided to release rApache 1.1.15. You can grab the source from rapache.net. Notable change includes support for deploying Rook applications, which you [Read more...]

Toying with Google Apps Script

January 11, 2012 | Petr Simecek

Google offers an access to its services with Apps Scripts (JavaScript). That gives you a possibility to connect your spreadsheet to a fascinating variety of tools like geocoder, stock info, language translator, or email.My java-scri...
[Read more...]

R is a language

January 11, 2012 | Luis

A commenter on this blog reminded me of one of the frustrating aspects faced by newbies, not only to R but to any other programming environment (I am thinking of typical students doing stats for the first time). The statement … Continue reading → [Read more...]

Moving from blogger and wordpress to jekyll

January 11, 2012 | Recology

Recology used to be hosted on Blogger, and my personal website was hosted on Wordpress. Neither platform was very satisfying. Blogger is very limited in their layouts, unless you use dynamic views, which suck because they don't allow javascript snipp...
[Read more...]

Running R through Stata on Mac OS

January 10, 2012 | Daniel

I’ve friends favouring Stata rather than R, while others do the inverse. However, few of them actually know that it is possible to work on both softwares, simultaneously inclusive. It is possible to integrate R and Stata, complementing so we can run almost all kind of analyses using them. ... [Read more...]

Looping through factor variables

January 10, 2012 | Daniel

Today I was typing to a friend who is working on a Ph.D thesis about my favor issue on elections: campaign contributions. We discussed about analyzing probabilities of a particular group/category grasp more money than the others, in this case, male and female given a district. A preliminary ... [Read more...]

Time Series Cointegration in R

January 10, 2012 | Vik Paruchuri

Cointegration can be a valuable tool in determining the mean reverting properties of 2 time series. A full description of cointegration can be found on Wikipedia. Essentially, it seeks to find stationary linear combinations of the two vectors. The below R code, which has been modified from here, will test two ... [Read more...]

Using R in Ruby

January 10, 2012 | Vik Paruchuri

Integrating R into more traditional programming languages can be incredibly rewarding due to R's powerful built-in statistical tools, but it can also be extremely frustrating at times. Thankfully, like much else to do with Ruby, integrating R and Ruby... [Read more...]

Installing quantstrat from R-forge and source

January 10, 2012 | bryan

R is used extensively in the financial industry; many of my recent clients have been working in or developing products for the financial sector. Some common applications are to use R to analyze market data and evaluate quantitative trading strategies. ... [Read more...]
1 8 9 10 11 12 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)