May 2017

Blockvoting in the Eurovision Song Contest

May 13, 2017 | dmathlete

The Eurovision Song Contest is one of, if not THE biggest international TV song competition in the world. Hundreds of millions of people tune in every year, for stunning voices, weird performances and unforgettable singers. Remember the Epic Sax Guy? He is back again this year! The winner of the ... [Read more...]

Shiny Application Layouts Exercises (Part-8)

May 13, 2017 | Euthymios Kasvikis

Shiny Application Layouts – Dynamic UI In the eightth part of our series we will see how we can build a user interface with dynamically generated components. The UI components are generated on the server side with the use of renderUI() and are displayed with uiOutput() on the ui side. Every ... [Read more...]

Bump Charts in R

May 13, 2017 | Tamas Markó

Recently I found this guy who create beautiful charts in Tableau. Especially I like this Bump Chart style visualization. I just wondered it can be easy to reproduce it in […] [Read more...]

Analyzing the home advantage in English soccer, with R

May 12, 2017 | David Smith

It's well-known that the home team has an advantage in soccer (or football, as it's called in England). But which teams have made the most of their home-field advantage over the years? Evolutionary biologist (and Liverpool fan) Joe Gallagher analyzed the percentage of points won in the UK Premier League (... [Read more...]

R Weekly Bulletin Vol – VIII

May 12, 2017 | R programming

This week’s R bulletin will cover topics on plotting charts like saving the plot, adding a grid, and plotting multiple data sets in a single plot. Hope you like this R weekly bulletin. Enjoy reading! Shortcut Keys 1. Run current document – Ctrl+Alt+R 2. Run from document beginning to current ...
[Read more...]

Shiny Application Layouts Exercises (Part-7)

May 12, 2017 | Euthymios Kasvikis

Shiny Application Layouts – Conditional Panel In the seventh part of our series we will use the rnorm() function to create a UI with a Conditional Panel. This type of Panel is visible only when the value of a JavaScript expression is true. The JS expression is re-evaluated every time shiny ... [Read more...]

Control Charts with ggQC: XbarR

May 12, 2017 | Kenith Grey

XbarR charts are useful when monitoring a continuous process over time and your taking multiple samples in a given period. Some examples might include, the first, middle, and last parts coming off an assembly line, subgroups of molded parts produced several at a time over several cycles, batch uniformity of ... [Read more...]

How to go about interpreting regression cofficients

May 12, 2017 | Steph

Following my post about logistic regressions, Ryan got in touch about one bit of building logistic regressions models that I didn’t cover in much detail – interpreting regression coefficients. This post will hopefully help Ryan (and others) out. @SteffLocke This was The post How to go about interpreting regression cofficients ... [Read more...]

New Book in Text Analysis for R

May 11, 2017 | Ian

Focus for books on R tend to be highly focused on either statisticians or programmers. There is a dearth of material to assist those in typically less quantitative field access the powerful tools in the R ecosystem. Enter Text Analysis with R for Students of Literature. I haven't done a ... [Read more...]

Looking Forward to R/Finance 2017

May 11, 2017 | R Views

R / Finance 2017 starts next Friday, and once again, I am excited about going. It’s true that there are quite a few fun and informative R gatherings these days, but R / Finance is a “big deal” because it is the “real deal”. Finance has been, and remains, one of the ... [Read more...]

Analyzing data on CRAN packages

May 11, 2017 | David Smith

There's a handy new function in R 3.4.0 for anyone interested in data about CRAN packages. It's not documented, but it's pretty simple: tools::CRAN_package_db() returns a data frame with one row for every package on CRAN and 65 columns of data on those packages, as shown below. __ names(tools::... [Read more...]
1 9 10 11 12 13 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)