December 2016

Start with wordcloud

December 26, 2016 | Joris Muller's blog - Posts about R

I followed my good resolutions on practising data analysis in my previous post and started to play with the French drug database. After importing the data, I started classically with data visualisation. In this database, there is a lot of text data. To visualise this, some wordcloud is always welcome. ... [Read more...]

Data Preparation, Long Form and tl;dr Form

December 26, 2016 | John Mount

Data preparation and cleaning are some of the most important steps of predictive analytic and data science tasks. They are laborious, where most of the errors are made, your last line of defense against a wild data, and hold the biggest opportunities for outcome improvement. No matter how much time ...
[Read more...]

The Basics of Bayesian Statistics

December 26, 2016 | David Smith

Bayesian Inference is a way of combining information from data with things we think we already know. For example, if we wanted to get an estimate of the mean height of people, we could use our prior knowledge that people are generally between 5 and 6 feet tall to inform the results ... [Read more...]

Building Shiny App exercises part 3

December 25, 2016 | Euthymios Kasvikis

ADD CONTROL WIDGETS Welcome to the third part of our series. In this part you will learn how to build and place inside your app the rest of the widgets which were mentioned in part 2. More specifically we will analyze: 1) helptext, 2) numericInput, 3) radioButtons, 4) selectInput, 5) sliderInput and 6) textInput. As […] [Read more...]

New Release of ggguitar available on CRAN

December 24, 2016 | C

Based on feedback ggguitar has been updated and released on CRAN.  The updated vignette includes more examples of how the package can be used.  Example below as well: Update - Blogger was reformatting the R code - so made it available in this gist instead.Merry Christmas.
[Read more...]

Does replyr::let work with data.table?

December 24, 2016 | John Mount

I’ve been asked if the adapter “let” from our R package replyr works with data.table. My answer is: it does work. I am not a data.table user so I am not the one to ask if data.table benefits a from a non-standard evaluation to standard evaluation ...
[Read more...]

My free book has a cover!

December 23, 2016 | Econometrics and Free Software

I’m currently writing a book as a hobby. It’s titled Functional programming and unit testing for data munging with R and you can get it for free here. You can also read it online for free on my webpage What’s the book about? Here’s the teaser ... [Read more...]
1 2 3 4 5 18

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)