July 2017

useR!2017 In Retrospect

July 11, 2017 | DataCamp Blog

This week, the useR!2017 conference took place in Brussels. useR! is the annual international R User conference and is the main meeting of the R user and developer community. More than 1,000 people from all over the world came to Brussels to discover... [Read more...]

useR!2017 In Retrospect

July 11, 2017 | Karlijn Willems

This week, the useR!2017 conference took place in Brussels. useR! is the annual international R User conference and is the main meeting of the R user and developer community. More than 1,000 people from all over the world came to Brussels to discov...
[Read more...]

R 3.4.1 is released – with some Windows related bug-fixes

July 11, 2017 | Tal Galili

R 3.4.1 (codename “Single Candle”) was released several days ago. You can get the latest binaries version from here. (or the .tar.gz source code from here). As mentioned last week by David Smith, R 3.4.1 includes several Windows related bug fixed: including an issue sometimes encountered when attempting to install packages ...
[Read more...]

In case you missed it: June 2017 roundup

July 10, 2017 | David Smith

In case you missed them, here are some articles from June of particular interest to R users. R 3.4.1 "Single Candle" has been released. The Scientific Computing Coordinator at the FDA explains how R is used at the FDA and by sponsors for clinical trial submissions. Several useful tips related to ... [Read more...]

Useful dplyr Functions (w/examples)

July 10, 2017 | S. Richter-Walsh

The R package dplyr is an extremely useful resource for data cleaning, manipulation, visualisation and analysis. It contains a large number of very useful functions and is, without doubt, one of my top 3 R packages today (ggplot2 and reshape2 being the others). When I was learning how to use dplyr ... [Read more...]

What is magrittr’s future in the tidyverse?

July 10, 2017 | John Mount

For many R users the magrittr pipe is a popular way to arrange computation and famously part of the tidyverse. The tidyverse itself is a rapidly evolving centrally controlled package collection. The tidyverse authors publicly appear to be interested in re-basing the tidyverse in terms of their new rlang/tidyeval ...
[Read more...]

Volatility modelling in R exercises (Part-3)

July 10, 2017 | Bassalat Sajjad

This is the third part of the series on volatility modelling. For other parts of the series follow the tag volatility. In this exercise set we will use GARCH models to forecast volatility. Answers to the exercises are available here. Exercise 1 Load the rugarch and the FinTS packages. Next, load ... [Read more...]

R: Reduce() – apply’s lesser known brother

July 10, 2017 | mild

By Thoralf Mildenberger (ZHAW) Everybody who knows a bit about R knows that in general loops are said to be evil and should be avoided, both for efficiency reasons and code readability, although one could argue about both. The usual … Continue reading →
[Read more...]

Linear Mixed Effects Models in Agriculture

July 10, 2017 | Fabio Veronesi

This post was originally part of my previous post about linear models. However, I later decided to split it into several texts because it was effectively too long and complex to navigate.If you struggle to follow the code in this page please refer to this post (for example for ...
[Read more...]

A tour of the tibble package

July 9, 2017 | Higher Order Functions

Dataframes are used in R to hold tabular data. Think of the prototypical spreadsheet or database table: a grid of data arranged into rows and columns. That’s a dataframe. The tibble R package provides a fresh take on dataframes to fix some longstan... [Read more...]

How to Scrape Images from Google

July 9, 2017 | Florian Teschner

In my last post, I tried to train a deep neural net to detect brand logos in images. For that, I downloaded the Flickr27-dataset, containing 270 images of 27 different brands. As this dataset is rather small I turned to google image search and wrote a... [Read more...]
1 9 10 11 12 13 14

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)