2013

Testing R Packages

September 29, 2013 | Yihui Xie

This guy th3james claimed Testing Code Is Simple, and I agree. In the R world, this is not anything new. As far as I can see, there are three schools of R users with different testing techniques: tests are put under package/tests/, and a foo-test.Rout.save from ... [Read more...]

Measuring Randomness in Capital Markets

September 29, 2013 | Kelly Littlepage

What is Random? As previously discussed, there’s no universal measure of randomness. Randomness implies the lack of pattern and the inability to predict future outcomes. However, The lack of an obvious model doesn’t imply randomness anymore than a curve fit one implies order. So what actually constitutes randomness, ... [Read more...]

Rcpp 0.10.5

September 29, 2013 | Thinking inside the box

A new version of Rcpp is now on the CRAN network for GNU R; binaries for Debian have been uploaded as well. Once more, this release brings a large number of exciting changes to Rcpp. Some concern usability, some bring new features, some increase pe... [Read more...]

Classification with O-PLS-DA

September 29, 2013 | dgrapov

Partial least squares (PLS) is a versatile algorithm which can be used to predict either continuous or discrete/categorical variables. Classification with PLS is termed PLS-DA, where the DA stands for discriminant analysis.  The PLS-DA algorithm has many favorable properties for dealing with multivariate data; one of the most important ... [Read more...]

Nice tutorials to discover R

September 28, 2013 | arthur charpentier

A series of tutorials, in R, by Anthony Damico. As claimed on http://twotorials.com/, “how to do stuff in r. two minutes or less, for those of us who prefer to learn by watching and listening“. So far, 000 what is r? the lingua statistica, s’il vous plaît 001 ... [Read more...]

Visualizing “ObamaCare-related” Job Cuts

September 28, 2013 | hrbrmstr

I was reviewing RSS feeds when I came across this story about “ObamaCare Employer Mandate: A List Of Cuts To Work Hours, Jobs” over on Investors.com. Efficacy of the law notwithstanding, I thought it might be interesting to visualize the data since the folks over at Investors.com provided ...
[Read more...]

Making of elliplot package

September 28, 2013 | tomizono

The elliplot package is my first package for R.  So I want to write down details of making that, both for myself and for people following. original source The ellipseplot … Continue reading → [Read more...]

Le Monde puzzle [#835]

September 28, 2013 | xi'an

The current puzzle is apparently suffering from combinatoric complexity : N persons (with 20≤N≤23) are sitting around a round table and everyone has a green or red token. Both colours are represented. First, each player with a red token take the token of the player immediately to her or his left. ...
[Read more...]

Conditional Formatting Tables using R

September 28, 2013 | Educate-R - R

One thing that I had the opportunity to develop while working last year at Saint Paul Public Schools was figuring out a quick, easy, and painless way to do interactive report generation. When I arrived in the REA department at Saint Paul Public Schools, the report generation process was roughly ... [Read more...]

elliplot 1.1.0 package released

September 27, 2013 | tomizono

I released R package elliplot version 1.1.0. This package contains ellipseplot and midpoints. It is to visualize a correlation between 2 sets of independent observation with common factors.  Details are … Continue reading → [Read more...]

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...]
1 36 37 38 39 40 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)