March 2017

Introducing the PWFSLSmoke Package

March 11, 2017 | Jonathan Callahan

Mazama Science has just released the PWFSLSmoke package. Source code is available on GitHub. Here is the package description: Utilities for working with air quality monitoring data with a focus on small particulates (PM2.5) generated by wildfire smoke. Functions are provided for …   read more ... [Read more...]

Profanity in Twitch Chat

March 11, 2017 | Work Life Balance

This post contains references to profane language. All instances of profanity on this page have been censored. The post is part tutorial with code chunks, if you are uninterested in the data manipulation steps you can jump to Visualizing Profanity in Chat to see the results. Background In this post ... [Read more...]

Peter Lee (1940?-2017)

March 11, 2017 | xi'an

Just heard the sad news that Peter Lee, British Bayesian and author of Bayesian Statistics: An Introduction, has passed away yesterday night. While I did not know him, I remember meeting him at a few conferences in the UK and spending an hilarious evening at the pub. When the book ... [Read more...]

Native support for candlestick charts in Plotly and R

March 11, 2017 | Riddhiman

Plotly.js now supports candlestick charts as a chart-type and in this post we’ll highlight how to use this feature in R. We’ll use the quantmod package to retrieve data as well as generate some technical trading signals. Don’t forget to install the latest version of plotly ... [Read more...]

useRs Relationship with R

March 11, 2017 | Blog on FORWARDS

In our first post on the useR! 2016 survey we discussed the responses from the demographic section, finding in particular that: The useR! 2016 attendees were predominately men, typically under 40, White/Caucasian and employed full-time. Women attendees tended to be younger and less advanced in their careers. Non-Asian minority races and LGBT ... [Read more...]

useRs Relationship with R

March 11, 2017 | Blog on FORWARDS

In our first post on the useR! 2016 survey we discussed the responses from the demographic section, finding in particular that: The useR! 2016 attendees were predominately men, typically under 40, White/Caucasian and employed full-time. Women attend... [Read more...]

Multiple Regression (Part 3) Diagnostics

March 11, 2017 | Anastasios Markitsis

In the exercises below we cover some more material on multiple regression diagnostics in R. This includes added variable (partial-regression) plots, component+residual (partial-residual) plots, CERES plots, VIF values, tests for heteroscedasticity (nonconstant variance), tests for Normality, and a test for autocorrelation of residuals. These are perhaps not as common ... [Read more...]

cricketr flexes new muscles: The final analysis

March 11, 2017 | Tinniam V Ganesh

Twas brillig, and the slithy toves Did gyre and gimble in the wabe: All mimsy were the borogoves, And the mome raths outgrabe. Jabberwocky by Lewis Carroll No analysis of cricket is complete, without determining how players would perform in the host country. Playing Test cricket on foreign pitches, in ...
[Read more...]

Madrid R User Group, A Brief History

March 10, 2017 | Joseph Rickert

by Carlos Ortega (Editors note: A Spanish verison of the post follows the English text) In the first meeting we were 5, now we are consistently over 60. It was not difficult for us to start up the group of users of R of Madrid. Gregorio Serrano, Carlos Gil Bellosta, Pedro Concejero ... [Read more...]

Updates to the Data Science Virtual Machine for Linux

March 10, 2017 | David Smith

The Data Science Virtual Machine (DSVM) is a virtual machine image on the Azure Marketplace assembled for data scientists. The goal of the DSVM is provide a broad array of popular data-oriented tools in a single environment, and make data scientists and developers highly productive in their work. It's available ... [Read more...]

Making a Case for case_when

March 10, 2017 | hrbrmstr

This is a brief (and likely obvious, for some folks) post on the dplyr::case_when() function. Part of my work-work is dealing with data from internet scans. When we’re performing a deeper inspection of a particular internet protocol or service we try to capture as much system and ... [Read more...]

RDocumentation: Scoring and Ranking

March 10, 2017 | DataCamp Blog

One of the core features of RDocumentation.org is its search functionality. From the start, we wanted to have a super simple search bar that finds what you are looking for, without a complex form asking for a package name, function name, versions or an... [Read more...]

About

March 9, 2017 | Work Life Balance

I’m an Analytics Consultant at Eastman Chemical Company. I have a passion for learning (especially in the realm of data science and natural language processing). I’m a huge fan of programming in R, and I currently have 1 package published on CRAN (lexRankr) for extractrive text summarization using lexrank. ...
[Read more...]

Madrid R User Group, A Brief History

March 9, 2017 | R Views

(Editors note: A Spanish verison of the post follows the English text) In the first meeting we were 5, now we are consistently over 60. It was not difficult for us to start up the group of users of R of Madrid. Gregorio Serrano, Carlos Gil Bellosta, Pedro Concejero and I started ... [Read more...]

Madrid R User Group, A Brief History

March 9, 2017 | R Views

(Editors note: A Spanish verison of the post follows the English text) In the first meeting we were 5, now we are consistently over 60. It was not difficult for us to start up the group of users of R of Madrid. Gregorio Serrano, Carlos Gil Bellost... [Read more...]

Lesser known dplyr tricks

March 9, 2017 | Econometrics and Free Software

In this blog post I share some lesser-known (at least I believe they are) tricks that use mainly functions from dplyr. Removing unneeded columns Did you know that you can use - in front of a column name to remove it from a data frame?
mtcars %>% 
    select(-disp) %>% 
    head()
##                    mpg cyl  hp drat    wt  qsec vs am gear carb
## Mazda RX4         21.0   6 110 3.90 2.620 16.46  0  1    4    4
## Mazda RX4 Wag     21.0   6 110 3.90 2.875 17.02  0  1    4    4
## Datsun 710        22.8   4  93 3.85 2.320 18.61  1  1    4    1
## Hornet 4 Drive    21.4   6 110 3.08 3.215 19.44  1  0    3    1
## Hornet Sportabout 18.7   8 175 3.15 3.440 17.02  0  0    3    2
## Valiant           18.1   6 105 2.76 3.460 20.22  1  0    3    1
Re-ordering columns Still ... [Read more...]

Employee Retention with R Based Data Science Accelerator

March 9, 2017 | Guest Blogger

by Le Zhang (Data Scientist, Microsoft) and Graham Williams (Director of Data Science, Microsoft) Employee retention has been and will continue to be one of the biggest challenges of a company. While classical tactics such as promotion, competitive perks, etc. are practiced as ways to retain employees, it is now ... [Read more...]
1 11 12 13 14 15 19

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)