March 2017

Follow-up forecasting forum in Eindhoven

March 7, 2017 | R on Rob J Hyndman

Last October I gave a 3-day masterclass on “Forecasting with R” in Eindhoven, Netherlands. There is a follow-up event planned for Tuesday 18 April 2017. It is particularly designed for people who attended the 3-day class, but if anyone else wants to attend they would be welcome. Please register here if you ... [Read more...]

Follow-up forecasting forum in Eindhoven

March 7, 2017 | R on Rob J Hyndman

Last October I gave a 3-day masterclass on “Forecasting with R” in Eindhoven, Netherlands. There is a follow-up event planned for Tuesday 18 April 2017. It is particularly designed for people who attended the 3-day class, but if anyone else wants to attend they would be welcome. Please register here if you ... [Read more...]

Follow-up forecasting forum in Eindhoven

March 7, 2017 | Rob J Hyndman

Last October I gave a 3-day masterclass on “Forecasting with R” in Eindhoven, Netherlands. There is a follow-up event planned for Tuesday 18 April 2017. It is particularly designed for people who attended the 3-day class, but if anyone else wants to attend they would be welcome. Please register here if you ... [Read more...]

Building views with R

March 7, 2017 | Andrea Spanò

In database theory, a view is a table that actively depend on a data frame and on a query on it, so that if you change something in the data frame, the view will change accordingly. To have something similar to a view in R here we propose the ‘%____%’ operator, ... [Read more...]

In case you missed it: February 2017 roundup

March 7, 2017 | David Smith

In case you missed them, here are some articles from February of particular interest to R users. Public policy researchers use R to predict neighbourhoods in US cities subject to gentrification. The ggraph package provides a grammar-of-graphics framework for visualizing directed and undirected graphs. Facebook has open-sourced the "prophet" package ... [Read more...]

sigr: Simple Significance Reporting

March 7, 2017 | John Mount

sigr is a simple R package that conveniently formats a few statistics and their significance tests. This allows the analyst to use the correct test no matter what modeling package or procedure they use. Model Example Let’s take as our example the following linear relation between x and y: ...
[Read more...]

R 3.3.3 is released!

March 7, 2017 | Tal Galili

R 3.3.3 (codename “Another Canoe”) was released yesterday You can get the latest binaries version from here. (or the .tar.gz source code from here). The full list of bug fixes and new features is provided below. A quick summary by David Smith: R 3.3.3 fixes an issue related to attempting to ...
[Read more...]

The Ramones. Punk is Data, Too

March 7, 2017 | Salvino

  The starting point of this post is a simple question: can we use R to analyze punk bands ? And, as a result: what can we learn from applying data analytics methods to punk music ?   Whether we like it or not “punk rock is arguably the most Read More ... [Read more...]

Missing values imputation with missMDA

March 7, 2017 | francoishusson

“The best thing to do with missing values is not to have any” (Gertrude Mary Cox) Unfortunately, missing values are ubiquitous and occur for plenty of reasons. One solution is single imputation which consists in replacing missing entries with plausible values. It leads to a complete dataset that can be ... [Read more...]

Announcing Icarus v0.3

March 7, 2017 | Antoine R

This weekend I released version 0.3.0 of the Icarus package to CRAN. Icarus provides tools to help perform calibration on margins, which is a very important method in sampling. One of these days I’ll write a blog post explaining calibration on margins! In the meantime if you want to learn ... [Read more...]

Ensemble Learning in R

March 7, 2017 | blogisr

Previous research in data mining has devised numerous different algorithms for learning tasks. While an individual algorithm might already work decently, one can usually obtain a better predictive by combining several. This approach is referred to as ensemble learning. Common examples include random forests, boosting and AdaBost in particular. Our ... [Read more...]

Discover hydrological data using the hddtools R package

March 7, 2017 | Claudia Vitolo

I've worked for over 12 years in hydrology and natural hazard modelling and one of the things that still fascinates me is the variety of factors that come into play in trying to predict phenomena such as river floods. From local observations of meteorological and hydrological variables and their spatio-temporal patterns ... [Read more...]

MariaDB monitor

March 7, 2017 | INWT-Blog-RBloggers

MariaDB is currently the fastest growing open source database solution. It is mainly developed by the MariaDB corporation and is a fork of MySQL. The DBMS MariaDB with its various free features offers much, which MySQL does not provide or... [Read more...]

Frankenstein

March 7, 2017 | @aschinchon

Remember me, remember me, but ah! forget my fate (Dido’s Lament, Henry Purcell) A Voronoi diagram divides a plane based on a set of original points. Each polygon, or Voronoi cell, contains an original point and all that are closer to that point than any other. This is a ...
[Read more...]

RProtoBuf 0.4.9

March 6, 2017 | Thinking inside the box

RProtoBuf provides R bindings for the Google Protocol Buffers ("Protobuf") data encoding and serialization library used and released by Google, and deployed as a language and operating-system agnostic protocol by numerous projects. The RProtoBuf 0.4.9 release is the fourth and final update this weekend following the request by CRAN to not ... [Read more...]

RVowpalWabbit 0.0.9

March 6, 2017 | Thinking inside the box

The RVowpalWabbit package update is the third of four upgrades requested by CRAN, following RcppSMC 0.1.5 and RcppGSL 0.3.2. This package being somewhat raw, the change was simple and just meant converting the single entry point to using Rcpp Attribu... [Read more...]

Starting with blogdown

March 6, 2017 | R on R for Biology

So it started… again. This is not my first attempt to create a blog for data science and R, but previously I was trying with Jekyll pages. It looked very nice after the long struggle of setups, I was very happy with it. I used to post my R class ... [Read more...]

Shiny Website for Primer Documentation

March 6, 2017 | R on R for Biology

I am working in a relatively big molecular biology laboratory where sometimes the common stocks and orders documentation can be a hassle. Recently I ran into one of this problem and decided to change the way to maintain a documentation of our oligonucleotide storage. If you are not familiar with ... [Read more...]
1 13 14 15 16 17 19

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)