June 2016

Clustering Mixed Data Types in R

June 21, 2016 | Wicked Good Data - r

Clustering allows us to better understand how a sample might be comprised of distinct subgroups given a set of variables. While many introductions to cluster analysis typically review a simple application using continuous variables, clustering data of mixed types (e.g., continuous, ordinal, and nominal) is often of interest. The ... [Read more...]

Euro 2016 Squads Part Deux

June 21, 2016 | Guy Abel

Between some of the games I had a go at replicating a plot from liberation.fr on the connections between Euro 2016 players and the country of birth using the circlize package in R. As with the previous post, the colours are based on the home shirt of each team and ...
[Read more...]

LDAvis Show Case on R-Bloggers

June 21, 2016 | Marcin Kosiński

Text mining is a new challenge for machine wandering practitioners. The increased interest in the text mining is caused by an augmentation of internet users and by rapid growth of the internet data which is said that in 80% is a text data. Extracting information from articles, news, posts and comments ... [Read more...]

EARL London Agenda Announced

June 21, 2016 | Angela Roberts

We are delighted to announce the full agenda and impressive line up of speakers for September’s EARL Conference. EARL 2016 will feature the largest number of talks yet with 3 streams and 48 presentations. We have a fantastic range of cross-industry representation … Continue reading → [Read more...]

Exploring Global Internet Performance Data Using R

June 21, 2016 | Joseph Rickert

by Lourdes O. Montenegro Lourdes O. Montenegro is a PhD candidate at the Lee Kuan Yew School of Public Policy, National University of Singapore. Her research interests cover the intersection of applied data science, technology, economics and public policy. Many of us now find it hard to live without a ... [Read more...]

Introduction to R for Data Science :: Session 8 [Intro to Text Mining in R, ML Estimation + Binomial Logistic Regression]

June 21, 2016 | The Exactness of Mind

Welcome to Introduction to R for Data Science, Session 8: Intro to Text Mining in R, ML Estimation + Binomial Logistic Regression [Web-scraping with tm.plugin.webmining. The tm package corpora structures: assessing document metadata and content. Typical corpus transformations and Term-Document Matrix production. A simple binomial regression model with tf-idf scores ... [Read more...]

Useless but fun R packages

June 20, 2016 | Ista Zahn

R is useful for many things. But, it is not only useful! There is plenty of fun to be had as well. In celebration of Summer I'm going to take a look at some useless (but fun!) R packages. Fortune teller fortunes is probably the best-known "just... [Read more...]

Introduction to R for Data Science :: Session 8 [Appendix]

June 20, 2016 | The Exactness of Mind

Appendix to Session 8: Intro to Text Mining in R, ML Estimation + Binomial Logistic RegressionWelcome to Introduction to R for Data Science, Session 8: Intro to Text Mining in R, ML Estimation + Binomial Logistic Regression [Web-scraping with tm.plugin.webmining. The tm package corpora structures: assessing document metadata and content. Typical corpus ... [Read more...]

represtools is on CRAN

June 20, 2016 | Brian A. Fannin

I’m happy to say that the represtools package is now on CRAN. I’m so giddy that I’m writing this post not that long after it was accepted. This means that binaries haven’t been built yet and it may not have been propagated to all of the ... [Read more...]

Careful with tryCatch

June 20, 2016 | Bruno Rodrigues

tryCatch is one of the functions that allows the users to handle errors in a simple way. With it, you can do things like: if(error), then(do this). Take the following example:
sqrt("a")
Error in sqrt("a") : non-numeric argument to mathematical function
Now maybe you’d want something to happen when such an error happens. You can achieve ... [Read more...]

Updates to the ‘forecast’ package for R

June 20, 2016 | David Smith

The forecast package for R, created and maintained by Professor Rob Hyndman of Monash University, is one of the more useful R packages available available on CRAN. Statistical forecasting — the process of predicting the future value of a time series — is used in just about every realm of data analysis, ... [Read more...]
1 3 4 5 6 7 13

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)