February 2013

Japanese Government Bonds (JGB) Total Return Series

February 3, 2013 | klr

In a follow up to Yen and JGBs Short-Term vs Long Term and a series of posts on Japan, I thought the Bloomberg article "Japan Pension Fund’s Bonds Too Many If Abe Succeeds, Mitani Says" was particularly interesting.  It is difficult to find a to...
[Read more...]

An Example of Seasonality Analysis

February 3, 2013 | systematicinvestor

Today, I want to demonstrate how easy it is to create a seasonality analysis study and produce a sample summary report. As an example study, I will use S&P Annual Performance After a Big January post by Avondale Asset Management. The first step is to load historical prices and ... [Read more...]

Clustering using dynamic tree cut

February 3, 2013 | Mathieu

Summary: Two methods for hierarchical clustering are introduced: (i) dynamic tree cut; and (ii) dynamic hybrid cut. Dynamic tree cut is a top-down algorithm that relies solely on the dendrogram. The algorithm implements an adaptive, iterative process of cluster decomposition … Continue reading → [Read more...]

Arc Diagrams in R: Les Miserables

February 3, 2013 | Gaston Sanchez

In this post we will talk about the R package “arcdiagram” for plotting pretty arc diagrams like the one below: Arc Diagrams An arc diagram is a graphical display to visualize graphs or networks in a one-dimensional layout. The main idea is to display nodes along a single axis, while ... [Read more...]

XLConnect 0.2-4

February 3, 2013 | Mirai Solutions

Mirai Solutions GmbH (http://www.mirai-solutions.com) is very pleased to announce the release of XLConnect 0.2-4, which is available from CRAN. This newest release comes along with a number of new features: Ability to read cached cell values. There is a new … Continue reading → [Read more...]

A package for agricultural statistic: FAOSTAT

February 3, 2013 | Michael kao

After 8 years of using R, today I finally become a contributor to the community and released my first package, FAOSTAT.The package is designed to provide user with direct access to the FAOSTAT data base via R and to support the open data and methodology philosophy used in the Statistical ... [Read more...]

Scatterplot with marginal boxplots

February 3, 2013 | Sandy Muspratt

Using R and ggplot2 to draw a scatterplot with the two marginal boxplotsDrawing a scatterplot with the marginal boxplots (or marginal histograms or marginal density plots) has always been a bit tricky (well for me anyway). The approach I take here is, first, to draw the three separate plots using ... [Read more...]

Maize trade Part II: Comparison and analysis

February 3, 2013 | Michael kao

Following my last post about the maize network, although interesting but is not very informative. What we are going to do today is to contrast the maize network with the wine trade network.The choice why we have chose wine will become clear after the network and the analysis. Lets ... [Read more...]

Comparing individual team run production

February 3, 2013 | Martin Monkman

Or, The 2010 Mariners: How Bad Were They?In earlier posts, I used the statistical software R to plot the trends in league average run scoring since 1901. This was the first step to answering other questions I had on my mind:How poor was the offensive performance of the 2010 Seattle Mariners?... [Read more...]

data.table or data.frame?

February 2, 2013 | AJ

I spent a portion of today trying to convince a colleague that there are times when the data.table package is faster than traditional methods in R. It took a few of the tests below to prove the point. Generate a data.frame of characters and numbers for easy plotting. {{... [Read more...]

A random walk ? What else ?

February 2, 2013 | arthur charpentier

Consider the following time series, What does it look like ? I know, this is a stupid game, but I keep using it in my time series courses. It does look like a random walk, doesn’t it ? If we use Philipps-Perron test, yes, it does, __ PP.test(x) Phillips-Perron Unit ... [Read more...]

R scripts for analyzing survey data

February 2, 2013 | Ari F.

Another site pops up with open code for analyzing public survey data: http://www.asdfree.com/ It will be interesting to see whether this gets used by the general public--given the growing trend of data journalism and so forth--versus academics. It is... [Read more...]

A slightly different introduction to R, part III

February 2, 2013 | mrtnj

I think you’ve noticed by now that a normal interactive R session is quite messy. If you don’t believe me, try playing around for a while and then give the history() command, which will show you the commands you’ve typed. If you’re anything like me, a ... [Read more...]
1 12 13 14 15

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)