May 2018

Meteorites

May 6, 2018 | Dragos Ilas

Meteors are small pieces of space debris that fall down on the Earth every day. The vast majority of meteors burn up high in the atmosphere, but those few that reach the ground intact are called meteorites. For this project, I wanted to get a sense of where on the ...
[Read more...]

ggplot2: Themes

May 6, 2018 | Rsquared Academy Blog

Introduction This is the last post in the series Elegant Data Visualization with ggplot2. In the previous post, we learnt to combine multiple plots. In this post, we will learn to modify the appearance of all non data components of the plot such as: axis legend panel plot area background ...
[Read more...]

RcppMsgPack 0.2.2

May 6, 2018 | Thinking inside the box

Am maintenance release of RcppMsgPack got onto CRAN this afternoon. It contains a single static_cast fix to address a warning which g++-8.1 shows whereas older compilers remained silent---and CRAN asked us to address this. MessagePack itself is an ef... [Read more...]

Statistics Sunday: Tokenizing Text

May 6, 2018 |

Statistics Sunday: Tokenizing TextI recently started working my way through Text Mining with R: A Tidy Approach by Julia Silge and David Robinson. There are many interesting ways text analysis can be used, not only for research interests but for marketing and business insights. Today, I'd like to introduce one ...
[Read more...]

On Relocating to Github/Netlify

May 5, 2018 | Posts on Anything Data

Deep, labored breathing Hello everyone, this is the opening post on my new blog, which I’m relocating from Wordpress to GitHub Pages and Netlify. It’s so nice I’ve given it a name - because nice things have names! But, why was I panting? The relocation effort wasn’... [Read more...]

Bad Stock Photos of My Job? Data Science on Pexels

May 5, 2018 | Maëlle Salmon

I couldn’t miss the fun Twitter hashtag #BadStockPhotosOfMyJob thanks to a tweet by Julia Silge and another one by Colin Fay. The latter inspired me to actually go and look for what makes a data science photo… What characterizes “data science” stock photos? My (not bad) stock photo source ... [Read more...]

Remove password protection from Excel sheets using R

May 5, 2018 | markheckmann

Most data scientists wished that all data lived neatly managed in some DB. However, in reality, Excel files are ubiquitous and often a common way to disseminate results or data within many companies. Every now and then I found myself in the situation where I wanted to protect Excel sheets ...
[Read more...]

Install github package on safe haven server

May 5, 2018 | Ewen Harrison

I’ve had few enquires about how to install the summarizer package on a server without internet access, such as the NHS Safe Havens. Upload summarizer-master.zip from here to server. Unzip. Run this: library(devtools) source = devtools:::source_pkg("summarizer-master") install(source) [Read more...]

R as learning tool: solving integrals

May 5, 2018 | Roberto Palloni

Integrals are so easy only math teachers could make them difficult.When I was in high school I really disliked math and, with hindsight, I would say it was just because of the the prehistoric teaching tools (when I saw this video I thought I’m not alone). I strongly ...
[Read more...]

NYC Real Estate Market Visualization

May 5, 2018 | Phoebe Zhou

Did you ever wonder where the most popular neighborhoods are in New York City? Where the most expensive neighborhoods are located at? What kind of properties are people buying and what is their median price? With these questions in mind. I started my project hoping to map all the answers ...
[Read more...]

RStudio:addins part 1. – code reproducibility testing

May 5, 2018 | Jozef's Rblog

Contents Introduction Prerequisites and recommendations Step 1 - Creating a package Step 2 - Writing the first functions Step 3 - Setting up an addin Step 4 - Updating our DESCRIPTION and NAMESPACE What is next - Always paying our (technical) debts Wrapping up TL;DR - Just give me the package References Introduction ... [Read more...]
1 12 13 14 15 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)