March 2012

Montreal R workshop on Causal Inference

March 5, 2012 | Corey Chivers

Monday, March 05, 2012  14h-16h N4/17 Stewart Biology Building, McGill University Prof. Bill Shipley from Université de Sherbrooke Topics Structural equation modelling Graphical models for understanding causal analysis Testing for goodness of fit...
[Read more...]

The shadows and light of models

March 5, 2012 | Pat

How wide is the darkness? Uses of models The main way models are used is to: shine light on the “truth” We create and use a model to learn how some part of the world works. But there is a another use of models that is unfortunately rare — a use ... [Read more...]

Plot maps like a boss

March 5, 2012 | Ian

A new package OpenStreetMap has been released to CRAN this week which is designed to allow you to easily add satellite imagery, or open street maps to your plots. Raster maps are a great way to add context to your spatial data with a minimum outlay of effort. The syntax ... [Read more...]

BerkeleyEarth Version 1.6

March 5, 2012 | Steven Mosher

Version 1.6 has just been submitted to CRAN and I will post the source here in the dropbox. Version 1.6 will probably be stable for a long time unless I find a bug. The main additions I made were adding a few functions to make some things easier, and I converted two ... [Read more...]

ThinkStats … in R (including Example 1.2)

March 4, 2012 | hrbrmstr

ThinkStats (by Allen B. Downey) is a good book to get you familiar with statistics (and even Python, if you’ve done some scripting in other languages). I thought it would be interesting to present some of the examples & exercises in the book in R. Why? Well, once you’ve ... [Read more...]

DEoptim in Parallel

March 4, 2012 | Joshua Ulrich

Running DEoptim in parallel has been on the development team's wishlist for awhile.  It had not been a priority though, because none of us have personally needed it.  An opportunity arose when Kris Boudt approached me about collaborating to a... [Read more...]

di Roma

March 4, 2012 | xi'an

It has been a wonderful week in Roma, a mix of pleasant work and enjoyable free-time! I gave the ABC advanced course for the second time in a month so it did not require much in terms of preparation and there was a good sized audience with attentive (if too ... [Read more...]

Data visualization

March 4, 2012 | Rob J Hyndman

For those who have not read the seminal works of Tufte and Cleveland, please hang your heads in shame. To salvage some sense of self-worth, you can then head over to Solomon Messing’s blog where he is starting a series on data visualization based on ... [Read more...]

Boxplots and Day of Week Effects

March 4, 2012 | theHausdorffMetric

THIS BLOG DOES NOT CONSTITUTE INVESTMENT ADVICE. ACTING ON IT WILL MOST LIKELY BE DETRIMENTAL TO YOUR FINANCIAL HEALTH.After following some R-related quant finance blogs like Timely Portfolio, Systematic Investor or Quantitative tho...
[Read more...]

Interpretation of R-index

March 4, 2012 | Wingfeet

Having introduced the R-index, it is time to look how it works. For this a simple example is sufficient. What happens if a product is different from another product. To make this at least slightly realistic, three products are needed. Two products will...
[Read more...]

Spurious Regression illustrated

March 4, 2012 | Eran

Spurious Regression problem dates back to Yule (1926): “Why Do We Sometimes Get Nonsense Correlations between Time-series?”. Lets see what is the problem, and how can we fix it. I am using Morgan Stanley (MS) symbol for illustration, pre-crisis time … Continue reading → [Read more...]

Setting the Default RNG Seed in R

March 4, 2012 | Richard O. Legendi

How to set the default seed for the RNG behind the runif(), sample() and other command? Well, there are several ways doing that (like setting .Random.seed directly), but as the documentation states, set.seed() is the recommended way to specify seeds.__ ?set.seed__ set.seed(0)__ runif(1,0,1)[1] 0.8966972__ set.seed(0)__ runif(1,0,1)[1] 0.8966972__ ... [Read more...]

My Pocket Change

March 4, 2012 | Josef Fruehwald

I'm playing around with some personal data collection, and using some cloud computing to visualize it. Following the directions in this blog post, I've written an R function which visualizes data it draws from a Google Docs spreadsheet, and uploaded it... [Read more...]
1 12 13 14 15 16

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)