March 2014

Error bars in R

March 5, 2014 | Dan Kelley Blog/R

Introduction Error propagation can be a fair bit of work with a calculator, but it’s easy with R. Just use R in repeated calculation with perturbed quantities, and inspect the range of results. Two methods are shown below for inspecting the range: sd() and quantile(), the latter using the ... [Read more...]

Using APIs in Python: a quick example

March 4, 2014 | tlfvincent

Python has an extremely intuitive and straightforward way of dealing with APIs, and makes it simple for people like you or me to access and retrieve information from databases. Before I quickly describe how to use APIs in Python, maybe we should begin with: What is an API? API (Application ... [Read more...]

Forecasting weekly data

March 4, 2014 | Rob J Hyndman

This is another situation where Fourier terms are useful for handling the seasonality. Not only is the seasonal period rather long, it is non-integer (averaging 365.25/7 = 52.18). So ARIMA and ETS models do not tend to give good results, even with a period of 52 as an approximation. Regression with ARIMA errors The ... [Read more...]

Some statistics about the book

March 4, 2014 | John Mount

The release date for Zumel, Mount “Practical Data Science with R” is getting close. I thought I would share a few statistics about what goes into this kind of book. “Practical Data Science with R” started formal work in October of 2012. We had always felt the Win-Vector blog represented practice ... [Read more...]

Visualizations on the Monopoly board

March 4, 2014 | Robert

Two items of post from utility companies that recently dropped through our door included little graphics. There was a degree of innovation in them both. The first, from British Gas, is technically OK but probably bad on perceptual grounds: I got … Continue reading → [Read more...]

Emacs, ESS and R for Zombies

March 4, 2014 | Joseph Rickert

by Rodney Sparapani, PhD Rodney is an Assistant Professor in the Institute for Health and Society from the Division of Biostatistics at the Medical College of Wisconsin in Milwaukee and president of the Milwaukee Chapter of the ASA which is hosting an R workshop on Data Mining in Milwaukee on ... [Read more...]

The Star Puzzle

March 4, 2014 | Francis Smart

The Star Puzzle is a puzzle presented on The Math Forum.  I became aware of this problem by noticing the article and solution posted on Quantitative Decisions article section. It asks the question, "How many triangles, quadrilaterals, and irregula... [Read more...]

Advances in scalable Bayesian computation [day #1]

March 4, 2014 | xi'an

This was the first day of our workshop Advances in Scalable Bayesian Computation and it sounded like the “main” theme was probabilistic programming, in tune with my book review posted this morning. Indeed, both Vikash Mansinghka and Frank Wood gave talks about this concept, Vikash detailing the specifics of a ... [Read more...]

Beautiful table outputs in R, part 2 #rstats #sjPlot

March 4, 2014 | Daniel

First of all, I’d like to thank my readers for the lots of feedback on my last post on beautiful outputs in R. I tried to consider all suggestions, updated the existing table-output-functions and added some new ones, which will be described in this post. The updated package is ... [Read more...]

Review: Kölner R Meeting 26 Feburary 2014

March 4, 2014 | Markus Gesmann

Last week's Cologne R user group meeting was all about R and databases. We had three talks from a generic overview on how to connect R to databases, to a specific example with kdb+ and perhaps the future with ArangoDB, a NoSQL database.Connecting R with databasesDiego de Castillo's talk ... [Read more...]

Fitting models to short time series

March 3, 2014 | Rob J Hyndman

Following my post on fitting models to long time series, I thought I’d tackle the opposite problem, which is more common in business environments. I often get asked how few data points can be used to fit a time series model. As with almost all sample size questions, there ... [Read more...]

Quandl R tutorial now on DataCamp

March 3, 2014 | Sean Crawford

There is now an excellent tutorial on using Quandl via R at DataCamp.com. Datacamp offers really well designed (and free) in-browser tutorials for learning more effective data analysis. Their focus thus far has been on R. The free interactive Quandl course introduces you to the main functionality in the ... [Read more...]

Guidebook for growth curve analysis

March 3, 2014 | Dan Mirman

I don't usually like to use complex statistical methods, but every once in a while I encounter a method that is so useful that I can't avoid using it. Around the time I started doing eye-tracking research (as a post-doc with Jim Magnuson), people were ... [Read more...]

Using R: correlation heatmap, take 2

March 3, 2014 | mrtnj

Apparently, this turned out to be my most popular post ever.  Of course there are lots of things to say about the heatmap (or quilt, tile, guilt plot etc), but what I wrote was literally just a quick celebratory post to commemorate that I’d finally grasped how to combine ... [Read more...]

Call for Presentations – EARL Conference, London

March 3, 2014 | mangosolutions

The EARL (Effective Applications of the R Language) Conference takes place in London on the 16th and 17th September 2014. It will provide an opportunity for those using and developing the open source statistical programming language R to share and discuss their innovative practices of the R Language. The Conference will ... [Read more...]

Exploratory data analysis techniques

March 3, 2014 | suresh kumar Gorakala

In my previous blog post I have explained the steps needed to solve a data analysis problem. Going further, I will be discussing in-detail each and every step of Data Analysis. In this post, we shall discuss about exploratory Analysis.What is Exploratory Analysis?“Understanding data visually”Exploratory Analysis means ... [Read more...]
1 11 12 13 14 15

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)