July 2017

My Presentation at useR! 2017, Etc.

July 8, 2017 | matloff

I gave a talk titled, “Parallel Computation in R:  What We Want, and How We (Might) Get It,” at last week’s useR! 2017 conference in Brussels. You can view my slides here, and I think the conference organizers said the videos would be placed online, not sure of that though. ... [Read more...]

Learning Club 16: Genetic Algorithms

July 8, 2017 | Verena

Some time ago I published a blog post with the title Know your data structures!. In this previous post I explained how I improved the running time of a genetic algorithm. I promised to go more into detail about other noteworthy things in the code in a separate article since ... [Read more...]

xts 0.10-0 on CRAN!

July 7, 2017 | Joshua Ulrich

A new, and long overdue, release of xts is now on CRAN!  The major change is the completely new plot.xts() written by Michael Weylandt and Ross Bennett, and which is based on Jeff Ryan's quantmod::chart_Series code.Do note that the new plot.xts() includes breaking changes to ... [Read more...]

Stan Weekly Roundup, 7 July 2017

July 7, 2017 | Bob Carpenter

Holiday weekend, schmoliday weekend. Ben Goodrich and Jonah Gabry shipped RStan 2.16.2 (their numbering is a little beyond base Stan, which is at 2.16.0). This reintroduces error reporting that got lost in the 2.15 refactor, so please upgrade if you want to debug your Stan programs! Joe Haupt translated the JAGS examples in ... [Read more...]

Stan Weekly Roundup, 7 July 2017

July 7, 2017 | Bob Carpenter

Holiday weekend, schmoliday weekend. Ben Goodrich and Jonah Gabry shipped RStan 2.16.2 (their numbering is a little beyond base Stan, which is at 2.16.0). This reintroduces error reporting that got lost in the 2.15 refactor, so please upgrade if you want to debug your Stan programs! Joe Haupt translated the JAGS examples in ... [Read more...]

In praise of syntactic sugar

July 7, 2017 | John Mount

There has been some talk of adding native pipe notation to R (for example here, here, and here). I think a critical aspect of such an extension would be to treat such a notation as syntactic sugar and not insist such a pipe match magrittr semantics, or worse yet give ... [Read more...]

XGBoost support added to Rattle

July 7, 2017 | Guest Blogger

by Fang Zhou, Data Scientist; and Graham Williams, Director of Data Science, all at Microsoft Rattle — the R Analytical Tool To Learn Easily — is a popular open-source GUI for data mining using R. It presents statistical and visual summaries of data, transforms data that can be readily modelled, builds both ... [Read more...]

Generalized Additive Models

July 6, 2017 | Anish Singh Walia

This is also a flexible and smooth technique which captures the Non linearities in the data and helps us to fit Non linear Models.In this article I am going to discuss the implementation of GAMs in R using the 'gam' package .Simply saying GAMs are just a Generalized version ...
[Read more...]

useR!2017

July 6, 2017 | o2r project blog -- R

This o2r team members Daniel and Edzer had the pleasure to participate in the largest conference of R developers and users, useR!2017 in Brüssels, Belgium. Daniel Nüst @nordholmen presenting containerit, creates a docker img from an R session to archive reproducibly @o2r_project @cboettig pic.twitter....
[Read more...]

useR!2017 Day3 recap

July 6, 2017 | Blog

Another day in the city of Brussels and another day of fantastic R talks at useR!2017. As mentioned in yesterday’s recap this conference is packed with great talks and...
[Read more...]

useR!2017

July 6, 2017 | o2r project blog -- R

This o2r team members Daniel and Edzer had the pleasure to participate in the largest conference of R developers and users, useR!2017 in Brüssels, Belgium. Daniel Nüst @nordholmen presenting containerit, creates a docker img from an R session to archive reproducibly @o2r_project @cboettig pic.twitter....
[Read more...]

Introducing tidygraph

July 6, 2017 | Data Imaginist - R posts

I’m very pleased to announce that my new package tidygraph is now available on CRAN. As the name suggests, tidygraph is an entry into the tidyverse that provides a tidy framework for all things relational (networks/graphs, trees, etc.). tidygraph ... [Read more...]

Working With R and Big Data: Use Replyr

July 6, 2017 | John Mount

In our latest R and Big Data article we discuss replyr. Why replyr replyr stands for REmote PLYing of big data for R. Why should R users try replyr? Because it lets you take a number of common working patterns and apply them to remote data (such as databases or ... [Read more...]

Parallel Computing Exercises: Snowfall (Part-1)

July 6, 2017 | Kostiantyn Kravchuk

R has a lot of tools to speed up computations making use of multiple CPU cores either on one computer, or on multiple machines. This series of exercises aims to introduce the basic techniques for implementing parallel computations using multiple CPU cores on one machine. The initial step in preparation ... [Read more...]
1 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)