August 2013

Applications of Interactivity to Finance

August 28, 2013 | klr

Of the nearly infinite ways of using crossfilter and dc.js in finance, the 2 that immediately came to my mind are signal analysis in system building and money manager analysis in due diligence.  My first very basic experiment explores a commonly k... [Read more...]

Bayesian Estimation of Correlation – Now Robust!

August 28, 2013 | Rasmus Bååth

So in the last post I showed how to run the Bayesian counterpart of Pearson’s correlation test by estimating the parameters of a bivariate normal distribution. A problem with assuming normality is that the normal distribution isn’t robust against outliers. Let’s see what happens if we take ... [Read more...]

An R function like “order” from Stata

August 27, 2013 | Ananda Mahto

A while ago, there was a question on Stackoverflow, Is there an equivalent R function to Stata ‘order’ command?. There isn’t really, and for the most part, you don’t really need one, but I decided that, for fun, I would write one anyway. Instead of operating directly on ... [Read more...]

Multicore (parallel) processing in R

August 27, 2013 | Wallace Campbell

Multicore (parallel) processing in R from Wallace Campbell on Vimeo. If you're not programming in parallel, you're only using a fraction of your computer's power! I demonstrate how to run "for" loops in parallel using the mclapply function from the multicore library. The code can be scaled to any number ... [Read more...]

In-Hadoop R-based Analytics coming to Cloudera

August 27, 2013 | David Smith

Revolution Analytics has teamed up with Cloudera to bring the scalable data manipulation and statistical modeling algorithms of Revolution R Enteprise to the massively-parallel computing environments of CDH3 and CDH4 Hadoop clusters. As ZDNet reports: Specifically, the upcoming version 7.0 of the Revolution R Enterpise distribution and its ScaleR algorithms will ... [Read more...]

Presenting Conformance Statistics

August 27, 2013 | andrew

A client came to me with some conformance data. She was having a hard time making sense of it in a spreadsheet. I had a look at a couple of ways of presenting it that would bring out the important points. The Data The data came as a spreadsheet with ... [Read more...]

Fantastic presentations from R using slidify and rCharts

August 27, 2013 | Abhijit Dasgupta

Dr. Ramnath Vaidyanathan of McGill University gave an excellent presentation at a joint Data Visualization DC/Statistical Programming DC event on Monday, August 19 at nclud, on two R projects he leads — slidify and rCharts. After the evening, all I can say … Continue reading → The post Fantastic presentations from R using ... [Read more...]

OpenCPU 1.0 release!

August 27, 2013 | Jeroen Ooms

After more than 3 years of development, we release the first official version of the OpenCPU system. Based on feedback and experiences from the beta series, OpenCPU version 1.0 has been rewritten entirely from scratch. The result is simple and flexible API that is easier to understand yet more powerful than before. ...
[Read more...]

R, Twitter and URLs

August 26, 2013 | arthur charpentier

Yesterday evening, I wanted to play with Twitter, and see which websites I was using as references in my tweets, to get a Top 4 list. The first problem I got was because installing twitteR on Ubuntu is not that simple ! You have to install properly RCurl… But you before install ... [Read more...]

MCMSki IV, Jan. 6-8, 2014, Chamonix (news #7)

August 26, 2013 | xi'an

More exciting (and important!) news about MCMSki IV: First, some if not all of the 9 invited and the 16 contributed sessions are about now documented by abstracts. The program is completely set! If you plan to present a poster, remember to send me by email (a) surname, name (institution): title as ... [Read more...]

Types of Data on R

August 26, 2013 | Abbas Keshvani

There are different types of data on R. I use type here as a technical term, rather than merely a synonym of “variety”.  There are three main types of data: Numeric: ordinary numbers Character: not treated as a number, but as a word. You cannot add two characters, even if ... [Read more...]
1 2 3 4 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)