November 2016

Joy Division’s Unknown PleasuRes

November 8, 2016 | "Mauricio Vargas S. 帕夏"

Introduction Who knew Joy Division had a penchant for data visualization? there is an interesting story about Unknown Pleasures. Alex Whan previously posted some instructions on how to obtain the most influential Post-Punk front cover using ggplot2. Code I wanted to create a wallpaper from that and here's how I ... [Read more...]

Data Manipulation with sparklyr on Azure HDInsight

November 8, 2016 | Guest Blogger

by Ali Zaidi, Data Scientist at Microsoft # Apache Spark and a Tale of APIs Spark is an exceptionally popular processing engine for distributed data. Dealing with data in distributed storage and programming with concurrent systems often requires learning complicated new paradigms and techniques. Statisticans and data scientists familiar wtih R ... [Read more...]

New Course Series: Applied Finance with R

November 8, 2016 | DataCamp Blog

Interested in a career as a quantitive analyst? Working on a computational finance team? Well then, we've got great news! At DataCamp you can now enroll yourself and your team in an entirely new series of courses focused on Applied Finance with R. Lea... [Read more...]

anytime 0.1.0: New features, some fixes

November 7, 2016 | Thinking inside the box

A new release of anytime is now on CRAN following the four releases in September and October. anytime aims to convert anything in integer, numeric, character, factor, ordered, ... format to POSIXct (or Date) objects -- and does so without requiring a format string. See the anytime page for a few ... [Read more...]

gettz 0.0.3

November 7, 2016 | Thinking inside the box

A minor release 0.0.3 of gettz arrived on CRAN two days ago. gettz provides a possible fallback in situations where Sys.timezone() fails to determine the system timezone. That can happen when e.g. the file /etc/localtime somehow is not a link into th... [Read more...]

My regtools Package Is Now on CRAN

November 7, 2016 | matloff

In my posts to this blog (less frequent than I would like, hopefully more frequent in the future), I’ve often mentioned my R package regtools, which contains a number of functions useful for regression and classification. None of them duplicate what is available in the excellent packages on CRAN, ...
[Read more...]

variance of an exponential order statistics

November 7, 2016 | xi'an

This afternoon, one of my Monte Carlo students at ENSAE came to me with an exercise from Monte Carlo Statistical Methods that I did not remember having written. And I thus “charged” George Casella with authorship for that exercise! Exercise 3.3 starts with the usual question (a) about the (Binomial) precision ...
[Read more...]

Read NetLogo BehaviorSpace data in R

November 7, 2016 | maycca

I recently started to use the NetLogo, a platform for agent-based modelling. As I am a truly R lover, I miss the direct connection between importing the data produced from NetLogo BehaviorSpace to R platform to facilitate data analysis and plotting.Even really helpful, I found R Marries NetLogo: Introduction ...
[Read more...]

Deceit in Politics; An Analysis of PolitiFact Data

November 7, 2016 | ntguardian

Naturally, both Hillary Clinton and Donald Trump have been accused of lying; if I had told you in 2012 that both candidates from both political parties were being accused of lies, you would likely have given me a blank, disinterested stare; this alone is not shocking. What is shocking, though, is ...
[Read more...]

How the Ghana Floods animation was created

November 7, 2016 | David Quartey

Ghana has always been getting flooded, but it seems that only floods in Accra are getting attention. I wrote about it here, and the key visualization was an animated map showing the floods in Ghana, and built in R. In this post, I document how I did it, hopefully you ... [Read more...]

Simple Evolutionary Model Tutorial in R

November 7, 2016 | Laurie Belcher

Simple Evolutionary Model Tutorial This tutorial will demonstrate how to construct a simple evolutionary model in R. More specifically, it will show how to set up a population where individuals interact and receive payoffs according to the well known Prisoner’s dilemma, and simulate that population evolving through many generations. ...
[Read more...]

RStudio v1.0 released

November 7, 2016 | David Smith

When the RStudio first came on the scene in February 2011, there wasn't much in the way of tools for developers using the R language. The R GUI on Windows and Mac had a basic code-editing window, and there were a couple of menu-based GUIs like Rattle and R Commander that ... [Read more...]

Conditional Formatting of a Table in R

November 7, 2016 | [email protected]

Background There are a few ways to approach the problem of a conditionally formatted table in R. You can use the ReporteRs package's FlexTable() function, the formattable package, or the condformat package. These allow you to produce a conditionally formatted tables in HTML. You can also use xtable package and ... [Read more...]

sparklyr: a test drive on YARN

November 7, 2016 | Christos - Iraklis Tsatsoulis

sparklyr is a new R front-end for Apache Spark, developed by the good people at RStudio. It offers much more functionality compared to the existing SparkR interface by Databricks, allowing both dplyr-based data transformations, as well as access to the machine learning libraries of both Spark and H2O Sparkling ... [Read more...]

Parallel Vectorized Operations

November 7, 2016 | Christopher Mooney

After using R for a few years people come to realize how inefficient loops are (in all languages), even after pre-allocating memory. Then you begin to use the apply functions and revel at their speed. However, once you have datasets __ 10-15 million the apply family can begin to creep along (... [Read more...]

Raccoon | Ch 2.2 – 2 sample t-test and paired t

November 7, 2016 | Quantide

Raccoon is a free web-book about Statistical Models with R. It's the collection of twenty years of notes, exercises and concepts working with statistics and R. This is the second section of the second chapter, about 2-sample t-test and paired t. The post Raccoon | Ch 2.2 – 2 sample t-test and paired t ... [Read more...]
1 10 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)