May 2015

Data Science – Short lesson on cluster analysis

May 13, 2015 | Pablo C.

Introduction In clustering you let data to be grouped according to their similarity. A cluster model is a group of segments -clusters- containing cases (such as clients, patients, cars, etc.). Once a cluster model is developed, one question arises: How can I describe my model? Here we present a way ... [Read more...]

Assessing Clustering Tendency in R

May 13, 2015 | Ashish

In clustering one of major problem a researcher/analyst face are two question. First, does the given dataset has any clustering tendency?And second, how to determine an optimal number of clusters in a dataset validate the clustered results. In this post, I have attempted to answer this using R [Read more...]

OpenMP, OS-X and R

May 12, 2015 | bhejbiostat

This is a quick technical post, that is as much about disseminating the information as putting it in a place where I can find it again in the future. I have been trying to use openMP in an R package … Continue reading → [Read more...]

Copulas and Financial Time Series

May 12, 2015 | arthur charpentier

I was recently asked to write a survey on copulas for financial time series. The paper is, so far, unfortunately, in French, and is available on https://hal.archives-ouvertes.fr/. There is a description of various models, including some graphs and statistical outputs, obtained from read data. To illustrate, I’... [Read more...]

The 2015 Strata + Hadoop World London

May 12, 2015 | Mango Solutions

By Mark Sellors, Mango UK On Tuesday 5th of May, O’Reilly Media and Cloudera, a distributor of a Hadoop based big data platform, brought their ‘Strata + Hadoop World‘ conference to London. The conference features a mixture of Data Science, … Continue reading → [Read more...]

Using Azure as an R data source, Part 1

May 12, 2015 | Joseph Rickert

by Gregory Vandenbrouck Software Engineer at Microsoft This post is the first in a series that covers pulling data from various Windows Azure hosted storage solutions (such as MySQL, or Microsoft SQL Server) to an R client on Windows or Linux. We’ll start with a relatively simple case of ... [Read more...]

Global Economic Maps

May 12, 2015 | Fabio Veronesi

IntroductionIn this post I am going to show how to extract data from web pages in table format, transform these data into spatial objects in R and then plot them in maps.ProcedureFor this project we need the following two packages: XML and raster.The first package is used to ... [Read more...]

Hello Stan!

May 12, 2015 | Markus Gesmann

In my previous post I discussed how Longley-Cook, an actuary at an insurance company in the 1950's, used Bayesian reasoning to estimate the probability for a mid-air collision of two planes.Here I will use the same model to get started with Stan/RStan, a probabilistic programming language for Bayesian ... [Read more...]

Data Mining the California Solar Statistics with R: Part III

May 11, 2015 | John

Data Mining the California Solar Statistics with R: Part III Today I want to combine the California solar statistics with information about the annual solar insolation in each county as well as information about the population and median income. These can then be used as predictors in the models I'll ...
[Read more...]

Git pushing Shiny Apps with Docker & Dokku

May 11, 2015 | Flavio Barros

At this post i will show you how to deploy Shiny Apps easily with a simple git push. But, what’s a git push? I’m referring to the git command used with remote repositories. With this command you can deploy apps easily with a PaaS (Platform as a Service) ... [Read more...]

quantile functions: mileage may vary

May 11, 2015 | xi'an

When experimenting with various quantiles functions in R, I was shocked [ok this is a bit excessive, let us say surprised] by how widely the execution times would vary. To the point of blaming a completely different feature of R. Borrowing from Charlie Geyer’s webpage on the topic of ... [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)