July 2019

EARLy bird ticket offer ends tomorrow!

July 30, 2019 | Mango Solutions

R fans, you have just one more day to get your hands on discounted EARL London 2019 tickets. Our early bird offer gets you £100 off the full price ticket, so it makes persuading your boss easier! Visit the EARL website for more details and see 2018’s highlights below: [Read more...]

useR!2019 Toulouse recap

July 30, 2019 | Filip Stachura

Conferences like userR & EARL are the R events to attend every year and personally, and as a company, I can’t imagine skipping one. It’s an important place to be if you want to be up-to-date with the R technology and build up your presence in the community. Our ...
[Read more...]

Summer Break: A Look back… and ahead

July 30, 2019 | Learning Machines

It was November last year when I seriously started blogging and it is time to share with you some experiences and highlights before the summer break… so read on! The first thing that really surprised me (and still surprises me) is the popularity of my blog – and I say this ... [Read more...]

Book Review: Advanced R

July 29, 2019 | Chris Carbone

When I first started using R, my code looked just like MATLAB code. I read an intro to R programming, did some data analysis using R, and I was using the arrow assignment operator! But otherwise, my R code looked very much like MATLAB. Then I read Advanced R by ... [Read more...]

Plotly for R – Multi-Layer Plots

July 29, 2019 | Rstats on pi: predict/infer

If you are new to plotly, consider first reading our introductory post:Introduction to Interactive Graphics in R with plotly   Often when analyzing data, it is necessary to produce a complex plot that requires multiple graphical layers. In plotly, multi-layer plots can be specified as a pipeline of data manipulations (... [Read more...]

Creating vectors

July 29, 2019 | Han de Vries

A vector is the most elementary way to store and structure data in R. For now, think of it as a list of numbers, which can be as short as a single number, or as long as about 2 billion(!) numbers. Perhaps you were used to working with lists of numbers ...
[Read more...]

How to do negation-proof sentiment analysis in R

July 28, 2019 | AbdulMajedRaja RS

Sentiment Analysis is one of those things in Machine learning which is still getting improvement with the rise of Deep Learning based NLP solutions. There are many things like Sarcasm, Negations and similar items make Sentiment Analysis a rather tough nut to crack. Deep learning as much as it’s ... [Read more...]

I didn’t mean() to ignore the median()

July 28, 2019 | Posts on R Lover ! a programmer

This week’s post follows directly from last week’s investigation of data from the 2016 US Census Bureau’s American Community Survey (ACS) Public Use Microdata Sample (PUMS). We explored mean differences in income across several different types of employment status (self-employed, private sector, government, etc.). We found, using bayesian ...
[Read more...]

PowerPoint Report Generation with Shiny

July 28, 2019 | Posts on Tychobra

In this post we generate a PowerPoint report from a Shiny app. This is Part 2 from the 3-post series about generating reports with Shiny. Part 1 covered Excel Report Generation with Shiny. See part 1 for a quick intro and description of the Shiny app that can generate Excel, PowerPoint, and PDF ...
[Read more...]

Predicting Qualifying — 2

July 28, 2019 | Part Time Analyst

In the last blog I outlined creating a model which predicts the fastest time for each driver in F1 qualifying. theparttimeanalyst.com/2019/07/10/predicting-f1-qualifying/ Today I am going to be dissecting the model to understands its strengths and weaknesses and to look if their is any bias within the model. ...
[Read more...]

anytime 0.3.5

July 28, 2019 | Thinking inside the box

A new release of the anytime package is arriving on CRAN. This is the sixteenth release, and comes a good month after the 0.3.4 release. anytime is a very focused package aiming to do just one thing really well: to convert anything in integer, numeri... [Read more...]

The Fibonacci sequence and linear algebra

July 28, 2019 | Fabian Dablander

Leonardo Bonacci, better known as Fibonacci, has influenced our lives profoundly. At the beginning of the $13^{th}$ century, he introduced the Hindu-Arabic numeral system to Europe. Instead of the Roman numbers, where I stands for one, V for five, X for ten, and so on, the Hindu-Arabic numeral system uses ...
[Read more...]

Unsupervised Machine Learning in R: K-Means

July 28, 2019 | datatechnik

K-Means clustering is unsupervised machine learning because there is not a target variable. Clustering can be used to create a target variable, or simply group data by certain characteristics. Here’s a great and simple way to use R to find clusters, visualize and then tie back to the data ...
[Read more...]

All Roads Lead to Rome

July 28, 2019 | R | datawookie

I was inspired by this visualisation, showing the optimal routes (by car) from the geographic centre of the USA to all counties. The proverb “All Roads Lead to Rome” immediately came to mind and I set out to hack together something along t...
[Read more...]

All Roads Lead to Rome

July 28, 2019 | R on datawookie

I was inspired by this visualisation, showing the optimal routes (by car) from the geographic centre of the USA to all counties. The proverb “All Roads Lead to Rome” immediately came to mind and I set out to hack together something along that theme. This is what was required: Find ...
[Read more...]

All Roads Lead to Rome

July 28, 2019 | R on datawookie

I was inspired by this visualisation, showing the optimal routes (by car) from the geographic centre of the USA to all counties. The proverb “All Roads Lead to Rome” immediately came to mind and I set out to hack together something along that theme. This is what was required: Find ...
[Read more...]
1 2 3 4 13

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)