September 2013

Detecting Weak Instruments in R

September 23, 2013 | diffuseprior

Any instrumental variables (IV) estimator relies on two key assumptions in order to identify causal effects: That the excluded instrument or instruments only effect the dependent variable through their effect on the endogenous explanatory variable or variables (the exclusion restriction), That the correlation between the excluded instruments and the endogenous ... [Read more...]

MCMSki IV, Jan. 6-8, 2014, Chamonix (news #9)

September 22, 2013 | xi'an

This a reminder about the October 15 deadlines for MCMSki IV: First, the early bird rate for the registration ends up on October 15. Second, the young investigator travel support can only be requested up to October 15 as well. Be sure to book your hotel or rental place early too as Chamonix ... [Read more...]

Guns are cool

September 21, 2013 | Wingfeet

Reddit has a subreddit Guns are cool which in turn contains the MASS SHOOTINGS IN 2013 page. I pulled those data to see if there was anything of interest to plot or examine. I ended with modelling the frequency of shootings (once a day, Poisson distribution), and number of victims per ... [Read more...]

Calling R functions through AJAX using opencpu.js

September 21, 2013 | Jeroen Ooms

The opencpu.js library builds on jQuery to call R functions through AJAX, straight from the browser. This makes it easy to embed R based computation or graphics in apps. Moreover, asynchronous requests (which are native in Javascript) make parallelization a natural part of the application. This post introduces some ...
[Read more...]

Network visualization – part 4: 3D networks

September 20, 2013 | Vessy

In the fourth and final part of my graph visualization series, I’ll show how to create 3D network plots. 3D plots are more than just pretty plots – they allow you to rotate, scale, and zoom in and out of … Continue reading → [Read more...]

Hortonworks Hadoop, Big Data and Data Science

September 20, 2013 | David Smith

Over at the Hortonworks blog, I've shared some resources for getting started with Data Science and R. And if you'd like to learn more about how Hadoop and R fit into the modern data artchitecture, I'll be participating in a joint webinar with Hortonworks' John Kreisa. If you'd like to ... [Read more...]

Real Pirate Attacks, Charted with R

September 19, 2013 | David Smith

To mark Talk Like a Pirate Day, Bob Rudis uses R to animate a map of the cumulative real-world pirate attacks since 1978: Looks like the Carribean and the West Indes, traditional pirate haunts, are still active. But the real hot-spot in modern times is Africa. Find the R code behind ... [Read more...]

Animated IRL Pirate Attacks In R

September 19, 2013 | hrbrmstr

Avast me hearRties! (ok, enough of the pirate speak in a blog post) It wouldn’t be TLAPD without out some modest code & idea pilfering from Mark Bulling & Simon Raper. While those mateys did a fine job hoisting up some R code (your really didn’t think I’d stop ... [Read more...]

How do you draw a Pirate Hat?: rnorm()

September 19, 2013 | 0utlieR

Since today, 19 Sept is talk like a pirate day, I would like to relate a story about stats and pirates. While driving, my wife was in the back seat with our young child asked me how to draw a pirate hat. Since I was driving I could not show her ... [Read more...]

Truncate by Delimiter in R

September 19, 2013 | Mollie

Sometimes, you only need to analyze part of the data stored as a vector. In this example, there is a list of patents. Each patent has been assigned to one or more patent classes. Let's say that we want to analyze the dataset based on only the first pat... [Read more...]
1 2 3 4 5 6 11

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)