February 2017

Yes, you can run R in the cloud securely

February 20, 2017 | Karis Bouher

Once thought of as the ‘little programming language that could’, R has fundamentally transformed the way data scientists and organisations use their data. It gives businesses the power to leverage big data and develop predictive models that enable action, not … Continue reading → [Read more...]

More tidyverse: using dplyr functions

February 20, 2017 | geraldbelton

This week, we return to our “Getting Started With R” series. Today we are going to look at some tools from the “dplyr” package. Hadley Wickham, the creator of dplyr, calls it “A Grammar of Data Manipulation.” filter() Use filter() for […] [Read more...]

Is my time series additive or multiplicative?

February 20, 2017 | Steph

Time series data is an important area of analysis, especially if you do a lot of web analytics. To be able to analyse time series effectively, it helps to understand the interaction between general seasonality in activity and the underlying The post Is my time series additive or multiplicative? appeared ... [Read more...]

strcode – structure your code better

February 19, 2017 | Posts on Lorenz Walthert

I am pleased to announce my package strcode, a package that should make structuring code easier. You can install it from GitHub, a CRAN submission is planned at a later stage.
devtools::install_github("lorenzwalthert/strcode")
A concept for code structuring The main feature of the package is its function to insert code breaks. ...
[Read more...]

strcode – structure your code better

February 19, 2017 | Lorenz Walthert

I am pleased to announce my package strcode, a package that should make structuring code easier. You can install it from GitHub, a CRAN submission is planned at a later stage.
devtools::install_github("lorenzwalthert/strcode")
A concept for code structuring The main feature of the package is its function to insert code breaks. ...
[Read more...]

Animated Spirals

February 19, 2017 | max humber

Ed Hawkins’ Global Temperature Spiral is my new favourite visualization. It’s powerful, compelling, and super tangible. I wanted to apply the spiral to my own data, so I got janky with ggplot2 and figured out how to do it. Here’s my own spiral... [Read more...]

Building Shiny App exercises part 7

February 19, 2017 | Euthymios Kasvikis

Connect widgets & plots In the seventh part of our journey we are ready to connect more of the widgets we created before with our k-means plot in order to totally control its output. Of cousre we will also reform the plot itself properly in order to make it a real ... [Read more...]

Television Trends as a Social Indicator

February 19, 2017 | Emil Parikh

Contributed by Emil Parikh. He is currently in the NYC Data Science Academy 12-week, full-time Data Science Bootcamp program taking place between January 9th to March 31st, 2017. This post […] The post Television Trends as a Social Indicator appeared first on NYC Data Science Academy Blog.
[Read more...]

Bar bar plots but not Babar plots

February 18, 2017 | Maëlle Salmon

You might have heard of the “bar bar plots” movement whose goal is to prevent using (let’s use ggplot2 language shall we) geom_bar when you could have used e.g. geom_boxplot or geom_histogram because the bar plot hides the variability of the dist... [Read more...]

padr::pad does now do group padding

February 18, 2017 | That’s so Random

A few weeks ago padr was introduced on CRAN, allowing you to quickly get datetime data ready for analysis. If you have missed this, see the introduction blog or vignette("padr") for a general introduction. In v0.2.0 the pad function is extended with a group argument, which makes your life ... [Read more...]

Bar bar plots but not Babar plots

February 18, 2017 | Maëlle Salmon

You might have heard of the “bar bar plots” movement whose goal is to prevent using (let’s use ggplot2 language shall we) geom_bar when you could have used e.g. geom_boxplot or geom_histogram because the bar plot hides the variability of the dist... [Read more...]
1 3 4 5 6 7 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)