September 2013

Volume-weighted Exponential Moving Average

September 27, 2013 | enguyen

While I was working on a smoothing function, I came across the EMA (exponential moving average) which basically applies exponentially-decreasing weights to older observations. This is commonly used in finance, and can offer some protection against lags in trend movements. As I was looking to combine this moving average with ... [Read more...]

MRMR on CRAN

September 27, 2013 | PirateGrunt

MRMR version 0.1.3 is now available on CRAN. This is (almost) the same version that was discussed at the CLRS two weeks ago. MRMR – Multivariate Regression Models for Reserving- is a tool for non-life actuaries to estimate liability reserves. The emphasis is on exploratory data analysis, visualization and model diagnostics. At ... [Read more...]

Forecasting Using R: A new online course from Rob Hyndman

September 27, 2013 | David Smith

Statistical forecasting is a critical component of every modern business, and Rob J Hyndman, Professor of Statistics at Monash University, is an expert in the field. He's the co-author of several books on forecasting, including Forecasting: Principles and Practice, a free on-line book that provides a comprehensive introduction to forecasting ... [Read more...]

Google Summer of Code experiences

September 27, 2013 | Dániel Nagy

In the followings you could hopefully read an enjoyable summary about my summer. Instead of going out regularly, like in the years before, I spent the majority of my time on R package-development. Before that change obviously there were some previous signs which showed me, life is not what it ...
[Read more...]

Logistic regression and categorical covariates

September 26, 2013 | arthur charpentier

A short post to get back – for my nonlife insurance course – on the interpretation of the output of a regression when there is a categorical covariate. Consider the following dataset __ db = read.table("http://freakonometrics.free.fr/db.txt",header=TRUE,sep=";") __ tail(db) Y X1 X2 X3 995 1 4.801836 20.82947 A 996 1 9.867854 24.39920 C 997 1 5.390730 21.25119 ... [Read more...]

A Conversation with Hadley Wickham

September 26, 2013 | Yixuan's Blog - R

Dr. Hadley Wickham is the Chief Scientist of RStudio and Assistant Professor of Statistics at Rice University. He is the developer of the famous R package ggplot2 for data visualization and the author of many other widely used packages like plyr and reshape2. On Sep 13, 2013 he gave a talk at ... [Read more...]

Perform a Function on Each File in R

September 26, 2013 | Mollie

Sometimes you might have several data files and want to use R to perform the same function across all of them. Or maybe you have multiple files and want to systematically combine them into one file without having to open each file and manually copy the... [Read more...]

R 3.0.2 and RStudio 0.9.8 are released!

September 26, 2013 | Tal Galili

R 3.0.2 (codename “Frisbee Sailing”) was released yesterday. The full list of new features and bug fixes is provided below. Also, RStudio v0.98 (in a “secret” preview) was announced two days ago with MANY new features, including: Amazing new debugging …Read more » [Read more...]

Direction of Change Forecasting III: One Signal, Many Markets

September 26, 2013 | alexios

In the global economic landscape, national borders have become increasingly blurred. Local economies depend on competitively priced global inputs and on well functioning and prosperous global markets for their exports. This interdependency also means that as a system, a crisis in one area quickly spreads to others areas like a ... [Read more...]

Construire un moteur de reco simple avec R (1/2)

September 25, 2013 | G-Tch

Construire un moteur de rechercheOn va montrer comment on peut construire un moteur de recommandation simple en utilisant les outils de Textmining. Cette construction se fera en deux temps : On construit un moteur de recherche pour identifier par exemple, dans la base de données les éléments les plus ... [Read more...]

Ode to Systematic Clusters

September 25, 2013 | klr

Extending the d3 remixes of the fine work at Systematic Investor, I thought it woud be fun to do some dimple.js and nvd3 scatterplots of clusters of PIMCO mutual funds.  As always, I welcome thoughts, comments, and suggestions.  Click here or... [Read more...]

NFL week 3 update

September 25, 2013 | Cory Lesmeister

With another NFL week down we are starting to see separation from the contenders and the “better luck next year” teams.  Any paid TV mouthpiece worth their salt will tell you it is a quarterback driven league.  Driven indeed.  In the last post, I dabbled in the simple code of ... [Read more...]

R 3.0.2 "Frisbee Sailing" now available

September 25, 2013 | David Smith

The latest update to the open source R project, R 3.0.2, is now available. This incremental update, codenamed "Frisbee Sailing", mainly fixes some minor bugs, improves the organization of the distribution, improves performance in some areas, and adds a few small features (see the NEWS file for a complete list). There's ... [Read more...]

Forecasting with R

September 25, 2013 | Rob J Hyndman

The following video has been produced to advertise my upcoming course on Forecasting with R, run in partnership with Revolution Analytics. The course will run from 21 October to 4 December, for two hours each week. More details are available at http:/... [Read more...]

K-Fold Cross validation: Random Forest vs GBM

September 25, 2013 | Wallace Campbell

K-Fold Cross validation: Random Forest vs GBM from Wallace Campbell on Vimeo. In this video, I demonstrate how to use k-fold cross validation to obtain a reliable estimate of a model's out of sample predictive accuracy as well as compare two different types of models (a Random Forest and a ... [Read more...]
1 2 3 4 11

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)