February 2013

Additional Plots on French Breakpoints as Valuation

February 21, 2013 | klr

I feel like there might be some merit in Slightly Different Measure of Valuation using Ken French’s Market(ME) to Book(BE) Breakpoints by percentile to offer an additional valuation metric for US stocks.  I thought some additional plots might he...
[Read more...]

Elevation Profiles in R

February 21, 2013 | Mollie

First, let's load up our data. The data are available in a gist. You can convert your own GPS data to .csv by following the instructions here, using gpsbabel.gps [Read more...]

A slightly different introduction to R, part IV

February 21, 2013 | mrtnj

Now, after reading in data, making plots and organising commands with scripts and Sweave, we’re ready to do some numerical data analysis. If you’re following this introduction, you’ve probably been waiting for this moment, but I really think it’s a good idea to start with graphics ... [Read more...]

Plot ranges of data in R

February 21, 2013 | Patrick Burns

How to control the limits of data values in R plots. R has multiple graphics engines.  Here we will talk about the base graphics and the ggplot2 package. We’ll create a bit of data to use in the examples: one2ten [Read more...]

plot textual differences in Shiny

February 21, 2013 | Rolf Fredheim

Wordclouds such as Wordle are pretty rubbish, so I thought I'd try to make a better one, one that actually produces (statistically) meaningful results. I was so happy with the outcome I decided to make it interactive, so go on, have a play!Compare any two files texts (turns out ... [Read more...]

Social Media Monitoring tools in R with just a few lines

February 21, 2013 | nivangio

Social Media Analysis has become some kind of new obsession in Marketing. Every company wants to engage existing customers or attract new ones through this communication channel. Therefore, they hire designers, editors, community managers, etc. However, when it comes to … Continue reading → [Read more...]

Video: Survey Package in R

February 20, 2013 | jeromyanglim

Sebastián Duchêne presented a talk at Melbourne R Users on 20th February 2013 on the Survey Package in R. Talk Overview: Complex designs are common in survey data. In practice, collecting random samples from a populations is costly and impractical. … Continue reading →
[Read more...]

RcppArmadillo 0.3.6.3

February 20, 2013 | Thinking inside the box

A new Armadillo version 3.6.3 came out this morning, and the corresponding RcppArmadillo version is now on CRAN. Changes are incremental: Changes in RcppArmadillo version 0.3.6.3 (2013-02-20) Upgraded to Armadillo release Version 3.6.3 ... [Read more...]

Model Selection and Multi-Model Inference

February 20, 2013 | Noam Ross

At D-RUG this week Rosemary Hartman presented a really useful case study in model selection, based on her work on frog habitat. Here is her code run through ‘knitr’. Original code and data are posted here. (yes, I am just doing this for the flying monkey) Editor’s note: we’... [Read more...]

Quandl: A Wikipedia for Time Series Data

February 20, 2013 | David Smith

This guest post is by Tammer Kamel, Founder of Quandl Finding and formatting numerical data for analysis in R or Excel or indeed any application is a pain that all real world data analysts know all too well. In aggregate I have probably spent weeks of my life trying to ... [Read more...]

Analysis of Public .Rhistory Files

February 20, 2013 | Jeff Allen

GitHub recently launched a more powerful search feature which has been used on more than one occasion to identify sensitive files that may be hosted in a public GitHub repository. When used innocently, there are all sorts of fun things you can find with this search feature. Inspired by Aldo ... [Read more...]

Fixing My Internet With R and Python

February 20, 2013 | Jacob Simmering

Last summer, I had some internet connectivity problems. Specifically, I would have massive latency issues that affected my conversations on Skype and my relatively pathetic under the best of circumstances efforts at online gaming. It was driving me up a wall and I couldn't figure it out. It hadn't occurred ... [Read more...]

Interactive two-host SIR model

February 20, 2013 | Maxwell B. Joseph

This is an example of interfacing R, shiny, and deSolve to produce an interactive environment where users can explore model behavior by altering parameters in an easy to use GUI. The model tracks the number of susceptible, infectious, and recovered individuals in two co-occuring host species. The rates of change ... [Read more...]

Another Way to Look at Vanguard and Pimco

February 20, 2013 | klr

I like the results of the analysis shown in my post Applying Tradeblotter’s Nice Work Across Manager Rather than Time, but I was not satisfied that the plot allowed a quick summary comparison of the two massive fund complexes.  I am much more pl...
[Read more...]

Progress bar in R

February 20, 2013 | frenkiboy

A decent percentage of working time in R, I spend looping over chromosomes, transcription factors or tissues, usually, using parallelization.To get the stuff to run simultaneously I use the foreach function from the doMC package, and for monitoring of ... [Read more...]

Momentum in R: Part 4 with Quantstrat

February 19, 2013 | rbresearch

The past few posts on momentum with R focused on a relatively simple way to backtest momentum strategies. In part 4, I use the quantstrat framework to backtest a momentum strategy. Using quantstrat opens the door to several features and options as well as an order book to check the trades ... [Read more...]
1 3 4 5 6 7 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)