June 2017

The use of bicycles in Helsinki

June 15, 2017 | Alexis

Every six months, the city of Helsinki publishes data on the number of cyclists in Helsinki per hour. Since 2014, a number of meters have been planted in different areas of Helsinki (Kaisaniemi, Munkkiniemi 1 and 2, Hesperian, Eteläesplanadi and Baana) to count the number of bikes. The latest data is freely ...
[Read more...]

Lexicographic Permutations: Euler Problem 24

June 14, 2017 | Peter Prevos

Euler Problem 24 asks to develop lexicographic permutations which are ordered arrangements of objects in lexicographic order. Tushar Roy of Coding Made Simple has shared a great introduction on how to generate lexicographic permutations. Euler Problem 24 Definition A permutation is … Continue reading → The post Lexicographic Permutations: Euler Problem 24 appeared first on ... [Read more...]

Studying disease with R: RECON, The R Epidemics Consortium

June 14, 2017 | David Smith

For almost a year now, a collection of researchers from around the world has been collaborating to develop the next generation of analysis tools for disease outbreak response using R. The R Epidemics Consortium (RECON) creates R packages for handling, visualizing, and analyzing outbreak data using cutting-edge statistical methods, along ... [Read more...]

Exploratory Factor Analysis – Exercises

June 14, 2017 | Miodrag Sljukic

This set of exercises is about exploratory factor analysis. We shall use some basic features of psych package. For quick introduction to exploratory factor analysis and psych package, we recommend this short “how to” guide. You can download the dataset here. The data is fictitious. Answers to the exercises are ... [Read more...]

When the LASSO fails???

June 14, 2017 | insightr

By Gabriel Vasconcelos When the LASSO fails? The LASSO has two important uses, the first is forecasting and the second is variable selection. We are going to talk about the second. The variable selection objective is to recover the correct … Continue reading →
[Read more...]

Dynamic Networks: Visualizing Arms Trades Over Time

June 14, 2017 | Sam Weiss

I previously made some network graphs of Middle East country relationships here using Slate's Middle East Friendship Chart. I was thinking of a way to visualize these relationships (and possibly other ones) with more rule based and objective measure over time. What kind of public dataset could show countries relationships ...
[Read more...]

New course: Data Visualization in R with lattice

June 14, 2017 | Gabriel de Selding

Hello, R users! Today we're launching Data Visualization in R with lattice by Deepayan Sarkar, the creator of the lattice package. Visualization is an essential component of interactive data analysis in R. Traditional (base) graphics is powerful, but limited in its ability to deal with multivariate data. Trellis graphics is ... [Read more...]

Mapping Quandl Data with Shiny

June 13, 2017 | R Views

Today, we are going to wrap our previously built Quandl/world map Notebook into an interactive Shiny app that lets users choose both a country and a data set for display. As usual, we did a lot of the heavy lifting in the Notebook to make our work more reproducible ... [Read more...]

Use a Join Controller to Document Your Work

June 13, 2017 | John Mount

This note describes a useful replyr tool we call a "join controller" (and is part of our "R and Big Data" series, please see here for the introduction, and here for one our big data courses). When working on real world predictive modeling tasks in production, the ability to join ...
[Read more...]

Syberia: A development framework for R code in production

June 13, 2017 | David Smith

Putting R code into production generally involves orchestrating the execution of a series of R scripts. Even if much of the application logic is encoded into R packages, a run-time environment typically involves scripts to ingest and prepare data, run the application logic, validate the results, and operationalize the output. ... [Read more...]

Keeping Users Safe While Collecting Data

June 13, 2017 | hrbrmstr

I caught a mention of this project by Pete Warden on Four Short Links today. If his name sounds familiar, he’s the creator of the DSTK, an O’Reilly author, and now works at Google. A decidedly clever and decent chap. The project goal is noble: crowdsource and make ...
[Read more...]

Using purrr with APIs – revamping my code

June 13, 2017 | Steph

I wrote a little while back about using Microsoft Cognitive Services APIs with R to first of all detect the language of pieces of text and then do sentiment analysis on them. I wasn’t too happy with the some of The post Using purrr with APIs – revamping my code ... [Read more...]
1 7 8 9 10 11 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)