September 2015

mapview 0.5.0

September 13, 2015 | Tim Salabim

I have put some more effort into mapview. The current version 0.5.0 has some new features which make the whole experience much more user-friendly. In a nutshell, changes/additions are as follows: mapView() is now also defined for SpatialPixelsDataFrame all Spatial … Continue reading →
[Read more...]

How to perform a Logistic Regression in R

September 13, 2015 | Michy Alice

Logistic regression is a method for fitting a regression curve, y = f(x), when y is a categorical variable. The typical use of this model is predicting y given a set of predictors x. The predictors can be continuous, categorical or a mix of both. The categorical variable y, in ... [Read more...]

Exciting userR! 2016 Conference

September 12, 2015 | matloff

The 2016 meeting of the annual useR! conference will be held in June at Stanford University. This is a fantastic venue, and we believe it may be the largest useR! meeting to date. See the above link for details! [Read more...]

Using the apply family of functions in R

September 12, 2015 | Teja Kodali

In this article, I will demonstrate how to use the apply family of functions in R. They are extremely helpful, as you will see. apply apply can be used to apply a function to a matrix. For example, let’s create a sample dataset: data
[Read more...]

Recommendation Systems in R

September 12, 2015 | Pablo C.

These systems are used in cross-selling industries, and they measure correlated items as well as their user rate. This last point wasn't included the apriori algorithm (or association rules), used in market basket analysis. The link: http://blog.yha... [Read more...]

Building interactive web apps with Shiny

September 11, 2015 | Teja Kodali

In this post, I will show you how to build this app. I will be using the dataset for yellow taxis in the month of January 2015 provided by the NYC Taxi & Limousine Commission. You will need RStudio for this. Since the dataset is very big, I created a smaller dataset ... [Read more...]

Sentiment analysis on my girlfriend’s text messages

September 11, 2015 | Amit

When I told my friends that I wanted to give my girlfriend an infographic of us (centered around a sentimental analysis of our texts) as a gift for our first anniversary, most of them told me that was a terrible idea. Yeah… well… CHALLENGE ACCEPTED!! Without further ado, this is …
[Read more...]

Sampling distribution of Gini coefficient

September 11, 2015 | Peter's stats stuff - R

Inequality measures Part of my motivation for importing the New Zealand Income Survey(NZIS) simulated unit record file provided by Statistics New Zealand was to explore the characteristics of various measures of inequality. In particular, I’m interested in what happens to the sampling distributions as sample size changes of ... [Read more...]

Rcpp 0.12.1: First boat load of fixes!

September 10, 2015 | Thinking inside the box

The first updated in the 0.12.* series of Rcpp is now on the CRAN network for GNU R this morning, and I will push a Debian package. This follows the 0.12.0 release from late July which started to some serious new features. Rcpp has become the most popular way of enhancing GNU ... [Read more...]

Running Back and Wide Receiver Gold Mining – Week 1

September 10, 2015 | Michael Griebe

The graphs below summarize the projections from a variety of sources. This week’s summary includes projections from: CBS: CBS Average, Yahoo Sports, NFL, NumberFire, FantasySharks and FantasyFootballNerd.   For more details[...] The post Running Back and Wide Receiver Gold Mining – Week 1 appeared first on Fantasy Football Analytics. [Read more...]

The New Microsoft Data Science User Group Program

September 10, 2015 | Joseph Rickert

by Joseph Rickert We are very pleased to announce that Microsoft will not only continue the Revolution Analytics’ tradition of supporting R user groups worldwide, but is expanding the scope of the user group program. The new 2016 Microsoft Data Science User Group Sponsorship Program is open to all user groups ... [Read more...]

A Better Way To Read Nest Data Into R

September 10, 2015 | hrbrmstr

I glimpsed a post in the RSS feeds today on how to connect Nest data with a Shiny dashboard and was compelled to post a less brute-force way to get data from the Nest API. The authors of the Shiny+Nest post used system calls to curl and regular expression ... [Read more...]

Fitting Polynomial Regression in R

September 10, 2015 | Michy Alice

A linear relationship between two variables x and y is one of the most common, effective and easy assumptions to make when trying to figure out their relationship. Sometimes however, the true underlying relationship is more complex than that, and this is when polynomial regression comes in to help. Let ... [Read more...]

From SPSS to R: eoda offers assessment for SPSS users

September 10, 2015 | eoda GmbH

For a long time, SPSS has been presumed to be the standard tool for statistical data analysis in companies and public institutions. Now, more users are considering changing their programming language to R – the promising solution in regard to data mining and predictive analytics. R warrants the availability of current ... [Read more...]

Spatstat – An introduction and measurements with Bio7

September 10, 2015 | » R

10.09.2015 Here I present a summary of a small spatstat workshop I created. I also explain in several videos how to transfer and convert 2d and 3D ImageJ measurements to a spatial point pattern with Bio7. The example datasets and code samples used here were taken from the spatstat help and ... [Read more...]

Le Monde puzzle [#928]

September 9, 2015 | xi'an

A combinatorics Le Monde mathematical puzzle: How many distinct integers between 0 and 16 can one pick so that all positive differences are distinct? If k is the number of distinct integers, the number of positive differences is 1+2+…+(k-1) = k(k-1)/2, which cannot exceed 16, meaning k cannot exceed 6. From there, picking 6 integers […]
[Read more...]
1 6 7 8 9 10 12

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)