October 2011

Drawing maps using shape files and R

October 3, 2011 | Daniel's Blog

Sometimes, the only thing we want is a chart that speaks for itself rather than boring regression tables in our research paper. Graphs are efficient at showing the broad picture of an issue. In fact, graphs in research papers seem to be gaining a momentum in political science. If you ... [Read more...]

Oracle’s Big Data Appliance to include R

October 3, 2011 | David Smith

At the Oracle OpenWorld conference in San Francisco today, Oracle announced the new Oracle Big Data Appliance, "a new engineered system that includes an open source distribution of Apache™ Hadoop™, Oracle NoSQL Database, Oracle Data Integrator Application Adapter for Hadoop, Oracle Loader for Hadoop, and an open source distribution of ... [Read more...]

Visualizing Climbing Ropes

October 3, 2011 | gastonsanchez

Today’s market of climbing ropes offers a huge variety of models to choose from. If you don’t have a good idea of what you want, the task of selecting a rope can become a true challenge, or worst, almost a … Continue reading → [Read more...]

OLS beta VS. Robust beta

October 3, 2011 | Eran

In financial context, is suppose to reflect the relation between a stock and the general market. A broad based index such as the S&P 500 is often taken as proxy for the general market. The , without getting into too … Continue reading → [Read more...]

Predictability of kurtosis and skewness in S&P constituents

October 3, 2011 | Pat

How much predictability is there for these higher moments? Data The data consist of daily returns from the start of 2007 through mid 2011 for almost all of the S&P 500 constituents. Estimates were made over each half year of data.  Hence there are 8 pairs of estimates where one estimate immediately follows ... [Read more...]

Visual Illusions: Google vs Facebook vs Yahoo

October 3, 2011 | Neil Gunther

The ability to visualize data, enabled by the advent of graphical computer tools, has been a great boon to Cap and Perf. The power derives from the way graphical displays provide an efficient impedance match to the visual system in our brain. The weakness derives from the way graphical displays ... [Read more...]

Jeff Augen Volatility Spike Code in R

October 2, 2011 | Pete

[Update: I have updated this so the number of days used for standard deviation can be passed as a parameter, you can find the code at Trading Mean Reversion with Augen Spikes ]Jeff Augen has written many excellent books on options trading, including&nb... [Read more...]

Adding a volatility filter with VIX

October 2, 2011 | Pete

We saw in the basic system how we could add a factor, namely the 200 day moving average, to improve the overall performance of our system. You could spend a lot of time playing with different moving averages, and different combinations of crossovers if... [Read more...]

vectorplot in rasterVis

October 2, 2011 | Oscar Perpiñán Lamigueiro

The function slopeAspect from raster provides the vector field (gradient) from a scalar field stored in a RasterLayer object. The magnitude (slope) and direction (aspect) of the vector field is usually displayed with a set of arrows (e.g. quiver in Matlab). rasterVis includes now a method, vectorplot, to calculate ... [Read more...]

Modelling with R: part 2

October 2, 2011 | MK

I apologize for the delay in the second post (just in case anybody was waiting), I had been vary involved with work the past week. I shall try to be more regular. Well, in the previous post, we successfully imported data into R and got a basic "feel" o...
[Read more...]

Latent class mixed models – with graphics

October 2, 2011 | nzcoops

Foreword Apologies that the output isn’t showing well as far as spacing and alignment is concerned. Am working on fixing that! Background Generally when we have a set of data, we have known groupings. Be that three different treatment groups, … Continue reading → [Read more...]

Let R fly: Visualizing Export Data using R

October 2, 2011 | xingmowang

Having been using R for 5+ years, visiting www.r-bloggers.com daily, learning cool tricks from it and knowing cool UseRs from it, I finally decide to quit being an observer and start to be a contributor to this wonderful community. In this very … Continue reading → [Read more...]

Overhead cost of a function call

October 1, 2011 | TszKin Julian

Recently, I would like to apply unit testing method to my R program. The first thing i need to chop every few lines of the code into functions so that I can test each of them. A Question comes up to my mind: What is the overhead cost of a ... [Read more...]

How to run regression on large datasets in R

October 1, 2011 | Yixuan's Blog - R

It’s well known that R is a memory based software, meaning that datasets must be copied into memory before being manipulated. For small or medium scale datasets, this doesn’t cause any troubles. However, when you need to deal with larger ones, for instance, financial time series or log ... [Read more...]
1 12 13 14

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)