October 2018

How is content created at DataCamp?

October 10, 2018 | David Venturi

A decision was made early in DataCamp's history to outsource our instructors so we can attract the best talent and build as many high-quality courses and projects as quickly as possible. DataCamp instructors -- academics, data scientists in industry, a...
[Read more...]

BatchGetSymbols 2.2

October 10, 2018 | Marcelo S. Perlin

- One of the main requests I get for package BatchGetSymbols is to allow the choice of frequency of the financial dataset. I finally got some time to work on it. I just posted a new version of BatchGetSymbols in CRAN. The major c... [Read more...]

One-Sided Matches in the English Premier League

October 9, 2018 | Stefan Gouyet

While some English Premier League matches are bitterly even in nature, others are historically more one-sided. Using the engsoccerdata package in R, I looked at EPL results data from 1888 to 2017, and sought to find the answer to the question: what have been the most uneven matches in the English first ...
[Read more...]

neuralnet: Train and Test Neural Networks Using R

October 9, 2018 | Michael Grogan

CategoriesAdvanced Modeling Tags Data Visualisation Neural Networks Prediction R Programming A neural network is a computational system that creates predictions based on existing data. Let us train and test a neural network using the neuralnet library in R. How To Construct A Neural Network? A neural network consists of: Input ...
[Read more...]

October, grant proposal season

October 9, 2018 | arthur charpentier

In 2012, Danielle Herbert, Adrian Barnett, Philip Clarke and Nicholas Graves published an article entitled “on the time spent preparing grant proposals: an observational study of Australian researchers“, whose conclusions had been included in Nature under a more explicit title, “Australia’s grant system wastes time” ! In this study, they included 3700 ...
[Read more...]

Readable Code with Pipes

October 9, 2018 | Rsquared Academy Blog

Introduction R code contain a lot of parentheses in case of a sequence of multiple operations. When you are dealing with complex code, it results in nested function calls which are hard to read and maintain. The magrittr package by Stefan Milton Bache provides pipes enabling us to write R ...
[Read more...]

Political ideology & New Mexico’s 53rd State Legislature

October 9, 2018 | Jason Timm

Ideal points estimation Legislators in political space Legislation in 2D political space Political space and marijuana A quick geographical perspective Political ideology in NMSL53 Summary References This is the second in a series of posts investigating voting patterns in New Mexico’s 53rd State Legislature (NMSL53). In this post, we ...
[Read more...]

BatchGetSymbols 2.2

October 9, 2018 | R on msperlin

One of the main requests I get for package BatchGetSymbols is to add the choice of frequency of the financial dataset. Today I finally got some time to work on it. I just posted a new version of BatchGetSymbols in CRAN. The major change is that users can now set ... [Read more...]

R Consortium grant applications due October 31

October 9, 2018 | David Smith

Since 2015, the R Consortium has funded projects of benefit to, and proposed by, the R community. Twice a year, the R Consortium Infrastructure Steering Committee reviews grant proposals and makes awards based on merit and funds available. (Those funds come, in turn, from the annual dues paid by R Consortium ... [Read more...]

Geocoding with ggmap and the Google API

October 9, 2018 | Peter Prevos

Some of the most popular articles on the Devil is in the Data show how to visualise spatial data creatively. In the old days, obtaining latitude and longitude required a physical survey, with Google maps, this has become a lot easier. The geocode function from the ggmap package extracts longitude ...
[Read more...]

dqsample: A bias-free alternative to base::sample()

October 9, 2018 | Ralf Stubner

For many tasks in statistics and data science it is useful to create a random sample or permutation of a data set. Within R the function base::sample() is used for this task. Unfortunately this function uses a slightly biased algorithm for creating random integers within a given range. Most ...
[Read more...]

First steps of data exploration and visualization with Tidyverse

October 8, 2018 | Anisa Dhana

CategoriesIntroduction Tags Data Visualisation R Programming tidyverse Tips & Tricks In this post, I will show you, how to use visualization and transformation for exploring your data in R. I will use several functions that come with Tidyverse package. In general, there are two types of variables, categorical and continuous. In ...
[Read more...]
1 9 10 11 12 13 15

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)