R

Association Rule Learning and the Apriori Algorithm

September 26, 2012 | Wesley

Association Rule Learning (also called Association Rule Mining) is a common technique used to find associations between many variables. It is often used by grocery stores, retailers, and anyone with a large transactional databases. It’s the same way that Target knows your pregnant or when you’re buying an ... [Read more...]

Some regressions on school data

September 26, 2012 | Luis

Eric and I have been exchanging emails about potential analyses for the school data and he published a first draft model in Offsetting Behaviour. I have kept on doing mostly data exploration while we get a definitive full dataset, and … Continue reading → [Read more...]

Minimum Correlation Algorithm Speed comparison

September 25, 2012 | systematicinvestor

The Minimum Correlation Algorithm is a heuristic method discovered by David Varadi. Below I will benchmark the execution speed of 2 versions of the Minimum Correlation Algorithm versus the traditional minimum variance optimization that relies on solving a quadratic programming problem. I have run the code above for n=10 (10 assets), n=100 (100 ... [Read more...]

Thanks to our guest bloggers

September 25, 2012 | David Smith

I'm back from a very relaxing holiday in Australia. Many thanks to our guest bloggers for filling in over the last couple of weeks with some great information about R while I was away. If you missed any of the posts, be sure to check them out: Douglas McNair, "Population ... [Read more...]

Data Frames and Transactions

September 24, 2012 | Wesley

Transactions are a very useful tool when dealing with data mining.  It provides a way to mine itemsets or rules on datasets. In R the data must be in transactions form.  If the data is only available in a data.frame then to create (or coerce) the data frame to ... [Read more...]

Coursera’s free online R course starts today

September 24, 2012 | David Smith

Coursera offers a number of on-line courses, all available for free and taught by experts in their fields. Today, the course Computing for Data Analysis begins. Taught by Johns Hopkins Biostatistics professor (and co-author of the Simply Statistics blog) Roger Peng, the course will teach you how to program in ... [Read more...]

New Zealand school performance: beyond the headlines

September 24, 2012 | Luis

I like the idea of having data on school performance, not to directly rank schools—hard, to say the least, at this stage—but because we can start having a look at the factors influencing test results. I imagine the opportunity in … Continue reading → [Read more...]

Minimum Correlation Algorithm Example

September 23, 2012 | systematicinvestor

Today I want to follow up with the Minimum Correlation Algorithm Paper post and show how to incorporate the Minimum Correlation Algorithm into your portfolio construction work flow and also explain why I like the Minimum Correlation Algorithm. First, let’s load the ETF’s data set used in the ... [Read more...]

Project Euler — problem 20

September 23, 2012 | Tony

It’s been quite a while since my last post on Euler problems. Today a visitor post his solution to the second problem nicely, which encouraged me to keep solving these problems. Just for fun! 10! = 10 * 9 * … * 3 * 2 * 1 … Continue reading → [Read more...]

Core [still] minus one…

September 22, 2012 | xi'an

Another full day spent working with Jean-Michel Marin on the new edition of Bayesian Core (soon to be Bayesian Essentials with R!) and the remaining hierarchical Bayes chapter… I have reread and completed the regression and GLM chapters, sent to very friendly colleagues for a last round of comments. Now, ... [Read more...]

Power Analysis and the Probability of Errors

September 22, 2012 | Wesley

Power analysis is a very useful tool to estimate the statistical power from a study. It effectively allows a researcher to determine the needed sample size in order to obtained the required statistical power. Clients often ask (and rightfully so) what the sample size should be for a proposed project. ... [Read more...]

Minimum Correlation Algorithm Paper

September 21, 2012 | systematicinvestor

Over summer I was busy collaborating with David Varadi on the Minimum Correlation Algorithm paper. Today I want to share the results of our collaboration: Minimum Correlation Algorithm Paper Back Test reports Supporting R code The Minimum Correlation Algorithm is fast, robust, and easy to implement. Please add it to ... [Read more...]

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

September 21, 2012 | xi'an

As advertised on the ‘Og, the ISBA mailing list and now the birth certificate of BayesComp (!), MCMSki IV is taking place for sure in Chamonix-Mont-Blanc, January 6-8 2014. The webpage has been started, thanks to Merrill Liechty, and should grow with informations about the location, the hotels, registration, transportation, and of ... [Read more...]

A video map of the hottest songs in the US

September 21, 2012 | Luba Gloukhov

Today's guest post comes from Revolution Analytics data scientist Luba Gloukhov — ed. As a big fan of R’s ever-expanding geospatial plotting capabilities, I jumped at the chance create a map using The Million Song Dataset (MSD). For each of the 10,000 songs in the million song subset containing non-missing latitudes & ... [Read more...]

Obviousness of REITs?

September 20, 2012 | klr

I very much enjoy papers such as Antonacci, Gary, Risk Premia Harvesting Through Momentum (September 5, 2012). Available at SSRN: http://ssrn.com/abstract=2042750 or http://dx.doi.org/10.2139/ssrn.2042750 Faber, Mebane T., A Quantitative Approach to T...
[Read more...]

How to use your favorite fonts in R charts

September 20, 2012 | David Smith

Today's guest post comes from Winston Chang, a software developer at RStudio — ed. When it comes to making figures in R, you can use any font you like, as long as it's Helvetica, Times, or Courier. Using other fonts that are installed on your computer can seem an impossible task, ... [Read more...]
1 4 5 6 7 8 176

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)