Articles by Joseph Rickert

More R User Group Sites

February 16, 2016 | Joseph Rickert

by Joseph Rickert Last month I wrote about how several R user groups were making use of GitHub and listed some sites that I thought had interesting material. A few readers were kind enough to point out sites that I had missed; so I would just like to give a ... [Read more...]

R User Groups in Poland

February 9, 2016 | Joseph Rickert

by Przemyslaw Biecek The first meeting of R users in Poland took place in Wroclaw in 2008. It was a one-day conference with 27 participants and 6 talks. Today, we have three large groups of R users in major Polish cities (according to meetup.com there is 640 users in SER - Warsaw, 235 in ... [Read more...]

Using Microsoft R Open with RStudio

February 4, 2016 | Joseph Rickert

by Joseph Rickert A frequent question that we get here at Microsoft about MRO (Microsoft R Open) is: can be used with RStudio? The short answer is absolutely yes! In fact, more than just being compatible, MRO is the perfect complement for the RStudio environment. MRO is a downstream distribution ... [Read more...]

R User Groups on GitHub

January 28, 2016 | Joseph Rickert

by Joseph Rickert Quite a few times over the past few years I have highlighted presentations posted by R user groups on their websites and recommended these sites as a source for interesting material, but I have never thought to see what the user groups were doing on GitHub. As ... [Read more...]

Pipelining R and Python in Notebooks

January 26, 2016 | Joseph Rickert

by Micheleen Harris Microsoft Data Scientist As a Data Scientist, I refuse to choose between R and Python, the top contenders currently fighting for the title of top Data Science programming language. I am not going to argue about which is better or pit Python and R against each other. ... [Read more...]

Getting Started with Markov Chains: Part 2

January 22, 2016 | Joseph Rickert

by Joseph Rickert In a previous post, I showed some elementary properties of discrete time Markov Chains could be calculated, mostly with functions from the markovchain package. In this post, I would like to show a little bit more of the functionality available in that package by fitting a Markov ... [Read more...]

A gentle introduction to parallel computing in R

January 19, 2016 | Joseph Rickert

by John Mount Ph.D. Data Scientist at Win-Vector LLC Let's talk about the use and benefits of parallel computation in R. IBM's Blue Gene/P massively parallel supercomputer (Wikipedia). Parallel computing is a type of computation in which many calculations are carried out simultaneously." Wikipedia quoting: Gottlieb, Allan; Almasi, ... [Read more...]

New Data Sources for R

January 14, 2016 | Joseph Rickert

by Joseph Rickert Over the past few months, a number of new CRAN packages have appeared that make it easier for R users to gain access to curated data. Most of these provide interfaces to a RESTful API written by the data publishers while a few just wrap the data ... [Read more...]

Getting Started with Markov Chains

January 7, 2016 | Joseph Rickert

by Joseph Rickert There are number of R packages devoted to sophisticated applications of Markov chains. These include msm and SemiMarkov for fitting multistate models to panel data, mstate for survival analysis applications, TPmsm for estimating transition probabilities for 3-state progressive disease models, heemod for applying Markov models to health ... [Read more...]

Looking forward to 2016

December 24, 2015 | Joseph Rickert

by Joseph Rickert The following map of all of the R user groups listed in Microsoft's Local R User Group Directory is good way to visualize the R world as we rocket into 2016. As a member of the useR!2016 planning committee, foremost in my mind right now is that in ... [Read more...]

Wald’s graphical sequential inspection procedure

December 10, 2015 | Joseph Rickert

by John Mount Ph.D. Data Scientist at Win-Vector LLC Our most recent article was a dynamic programming solution to the A/B test problem. Explicitly solving such dynamic programs is a long and tedious process, so you are well served by finding and introducing clever invariants to track (something ...
[Read more...]

Fun with ddR: Using Distributed Data Structures in R

December 8, 2015 | Joseph Rickert

by Edward Ma and Vishrut Gupta (Hewlett Packard Enterprise) A few weeks ago, we revealed ddR (Distributed Data-structures in R), an exciting new project started by R-Core, Hewlett Packard Enterprise, and others that provides a fresh new set of computational primitives for distributed and parallel computing in R. The package ... [Read more...]

Feature Selection with caret’s Genetic Algorithm Option

December 3, 2015 | Joseph Rickert

by Joseph Rickert If there is anything that experienced machine learning practitioners are likely to agree on, it would be the importance of careful and thoughtful feature engineering. The judicious selection of which predictor variables to include in a model often has a more beneficial effect on overall classifier performance ... [Read more...]

Exploring Recursive CTEs with sqldf

December 1, 2015 | Joseph Rickert

by Bob Horton Sr. Data Scientist at Microsoft Common table expressions (CTEs, or “WITH clauses”) are a syntactic feature in SQL that makes it easier to write and use subqueries. They act as views or temporary tables that are only available during the lifetime of a single query. A more ... [Read more...]

R User Group Activity 2015

November 27, 2015 | Joseph Rickert

by Joseph Rickert 2015 has been a good year for R user groups, both in terms of activity and the number of new groups founded. The plot below which runs 12/30/2012 through the week beginning with Monday 11/23/2015 shows that the number of weekly meeting continues to drift up to the right. You ... [Read more...]

Mapping out Marriott’s Starwood Acquisition

November 24, 2015 | Joseph Rickert

by Michael Helbraun The software business includes travel, and that means hotels. The news that Marriott was acquiring Starwood was of particular interest to me – especially since more than 75% of my 95 nights so far this year on the road have been spent with one of those two companies. While other ... [Read more...]
1 3 4 5 6 7 17

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)