April 2015

Modeling Categories with Breadth and Depth

April 10, 2015 | Joel Cadwell

Religion is a categorical variable with followers differentiated by their degree of devotion. Liberals and conservatives check their respective boxes when surveyed, although moderates from each group sometimes seem more alike than their more extreme co... [Read more...]

New packages for reading data into R — fast

April 10, 2015 | David Smith

Hadley Wickham and the RStudio team have created some new packages for R, which will be very useful for anyone who needs to read data into R (that is, everyone). The readr package provides functions for reading text data into R, and the readxl package provides functions for reading Excel ... [Read more...]

R package data.tree published to CRAN

April 10, 2015 | gluc

Today, data.tree 0.1.6 was published to CRAN. It lets you manage hierarchical data, convert to and from data.frame, and OO-style decorate nodes in your tree with functions and attributes. Read the ID3 example, or the introduction vignette for more info... [Read more...]

sparklines for R

April 10, 2015 | FishyOperations

I’ve always liked the jQuery Sparklines library and today I had a use case for implementing these in one of my Rmarkdown reports. While it wouldn’t be too difficult to staticly include a javascript based chart, ideally I would simply want to dynamically generate the sparkline using values ... [Read more...]

Benchmarking R/RRO in OSX and Ubuntu on the cloud

April 10, 2015 | Vineet

** This is a modified version of a previous R benchmark that was done back in 2011. Click this link to see the original post. After using R for quite some time, you get to know a little bit about its strengths and weaknesses. It structures data very well and has a ... [Read more...]

Feeling the FPP love

April 9, 2015 | Rob J Hyndman

It is now exactly 12 months since the print version of my forecasting textbook with George Athanasopoulos was released on Amazon.com. Although the book is freely available online, it seems that a lot of people still like to buy print books. It’s nice to see that it has been ... [Read more...]

Recreating the vaccination heatmaps in R

April 9, 2015 | benjaminlmoore

In February the WSJ graphics team put together a series of interactive visualisations on the impact of vaccination that blew up on twitter and facebook, and were roundly lauded as great-looking and effective dataviz. Some of these had enough data available to look … Continue reading →
[Read more...]

What can be in an R data.frame column?

April 9, 2015 | John Mount

As an R programmer have you every wondered what can be in a data.frame column? The documentation is a bit vague, help(data.frame) returns some comforting text including: Value A data frame, a matrix-like structure whose columns may be of differing types (numeric, logical, factor and character and ... [Read more...]

Stata embraces Bayesian statistics

April 9, 2015 | Murtaza Haider

Stata 14 has just been released. The new and big thing with version 14 is the introduction of Bayesian Statistics. A wide variety of new models can now be estimated with Stata by combining 10 likelihood models, 18 prior distributions, different types of outcomes, and multiple equation models. Stata has also made available a 255... [Read more...]

Forecasting the Argentinian “Blue Dollar”

April 9, 2015 | Pablo Seibelt

If you have visited recently my website, Bluelytics, you will notice there is a new section named "Predicción", which is a forecast of the value of the Blue Dollar in a 12-month horizon. You can find it at http://bluelytics.com.ar/#/forecast You will find that it has ... [Read more...]

A small neuroimage interactive plotter

April 9, 2015 | strictlystat

Manipulate Package The manipulate from RStudio allows you to create simple Tcl/Tk operators for interactive visualization. I will use it for a simple slider to view different slices of an image. fslr package I'm calling the fslr package because I know that if you have it installed, you will ...
[Read more...]

Where are the R users?

April 9, 2015 | Joseph Rickert

by Joseph Rickert A recent post by David Smith included a map that shows the locations of R user groups around the world. While is exhilarating to see how R user groups span the globe, the map does not give any idea about the size of the community at each ... [Read more...]

Exposing R-script as API

April 8, 2015 | suresh kumar Gorakala

R is getting popular programming language in the area of Data Science. Integrating Rscript with web UI pages is a challenge which many application developers are facing. In this blog post I will explain how we can expose R script as an API, using rApache and Apache webserver. rApache is ... [Read more...]

New video course: Campaign Response Testing

April 8, 2015 | John Mount

I am proud to announce a new Win-Vector LLC statistics video course: Campaign Response Testing John Mount, Win-Vector LLC This course works through the very specific statistics problem of trying to estimate the unknown true response rates one or more populations in responding to one or more sales/marketing campaigns ... [Read more...]
1 6 7 8 9 10 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)