2013

Patterns in the Ivy: The Small World of Metal

September 18, 2013 | benjamin

A few months ago I started listening to Tomahawk, a band described on Wikipedia as “an experimental alternative metal/alternative rock supergroup.” Beyond the quality of their music, I found myself intrigued by the musical background of their members. In addition to Tomahawk, their other bands include acclaimed groups such ... [Read more...]

Revolution Analytics and Teradata bring R into the Database

September 18, 2013 | David Smith

Today, Teradata announced the new Teradata Database 14.10 and with it some exciting news for R programmers: the first next-generation in-database R analytics that are fully parallel and scalable. In conjunction with Revolution R Enterprise, R users will soon be able to use the power of the Teradata Database as a ... [Read more...]

Where’s the Magic? (EMD and SSA in R)

September 17, 2013 | Wayne

When I first heard of SSA (Singular Spectrum Analysis) and the EMD (Empirical Mode Decomposition) I though surely I’ve found a couple of magical methods for decomposing a time series into component parts (trend, various seasonalities, various cycles, noise). And … Continue reading → [Read more...]

Clustering Search Keywords Using K-Means Clustering

September 17, 2013 | Randy Zwitch

One of the key tenets to doing impactful digital analysis is understanding what your visitors are trying to accomplish. One of the easiest methods to do this is by analyzing the words your visitors use to arrive on site (search keywords) and what words they are using while on the ... [Read more...]

A nifty area plot (or a bootleg of a ggplot geom)

September 17, 2013 | beckmw

The ideas for most of my blogs usually come from half-baked attempts to create some neat or useful feature that hasn’t been implemented in R. These ideas might come from some analysis I’ve used in my own research or from some other creation meant to save time. More ... [Read more...]

Revolution Newsletter: September 2013

September 17, 2013 | David Smith

The most recent edition of the Revolution Newsletter is now available. In case you missed it, the news section is below, and you can read the full September edition (with highlights from this blog and community events) online. You can subscribe to the Revolution Newsletter to get it monthly via ... [Read more...]

Using planel.groups in lattice

September 17, 2013 | Markus Gesmann

Last Tuesday I attended the LondonR user group meeting, where Rich and Andy from Mango argued about the better package for multivariate graphics with R: lattice vs. ggplot2. As part of their talk they had a little competition in visualising London Unde...
[Read more...]

PirateGrunt goes to the CLRS

September 16, 2013 | PirateGrunt

Yesterday, I had the great pleasure to speak about using R for loss reserving at the Casualty Loss Reserving Seminar in Boston. My time was spent talking about MRMR, an R package that I’ve created. Version 0.1.2 is now on CRAN, but as there are a couple of bugs, I’... [Read more...]

Attendance in parliament (in Italy)

September 16, 2013 | Gianluca Baio

Earlier today, I found some interesting data on Italian MPs voting records in the current parliament (which was opened last April). The data are available for both Houses (the Italian system has a lower house, called Camera $-$ effectively the same as the House of Commons in the UK $-$ ... [Read more...]

R tips for moderately large data

September 16, 2013 | Robert

Some useful tips recently featured on r-bloggers and originally posted at Mollie’s Research Blog are worth reading. I say moderately large because I don’t really believe there is such a thing as big data (and it looks like Mollie doesn’t … Continue reading → [Read more...]

Putting the R in Cloudera and Hortonworks Hadoop

September 16, 2013 | David Smith

Datanami interviews Revolution Analytics' Bill Jacobs about the upcoming Revolution R Enterprise 7, which will be available later this year. A key feature of this release is that that the big-data predictive analytics R functions in the ScaleR package will run on data situated in a Hadoop cluster, and use the ... [Read more...]

R GIS: Polygon Intersection with gIntersection{rgeos}

September 16, 2013 | Kay Cichini

A short tutorial on doing intersections in R GIS. gIntersection{rgeos} will pick the polygons of the first submitted polygon contained within the second poylgon - this is done without cutting the polygon's edges which cross the clip source polygon. For the function that I use to download the example ... [Read more...]

Batch Downloading Zipped Shapefiles with R

September 16, 2013 | Kay Cichini

Here's a function I use to download multiple zipped shapefiles from url and load them to the workspace:URLs "http://gis.tirol.gv.at/ogd/umwelt/wasser/wis_tseepeicher_pl.zip")url_shp_to_spdf require(rgdal) wd td setwd(td) temp download.file(URL, temp) unzip(temp) shp lyr ... [Read more...]

SABR calibration on Shiny

September 16, 2013 | teramonagi

As you already know(if you often use R!!), Shiny allows us to create web applications in R easily. It doesn't require the knowledge of HTML, CSS, javascript, I mean, we don't need to write HTML, CSS and javascript directly to create web application.The... [Read more...]

Rstudio starts to codefold markdown

September 16, 2013 | steve

Rstudio is a great tool for working with R and R scripts. And Markdown is a great way to write even complex, reproducible documents in plain text. So they make a great combination. BUT: before when writing markdown in rstudio, you had to write “—-” after your headings to get ... [Read more...]
1 40 41 42 43 44 158

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)