2011

Factor to class-membership matrix

November 4, 2011 | Bogumił Kamiński

Recently on R-bloggers I found a post from chem-bla-ics blog concerning conversion of factors to integer vectors. At the end it stated a problem of conversion of factor variable to class-membership matrix. In comments several nice solutions were p...
[Read more...]

Help: stemming and stem completion with package tm in R

November 3, 2011 | Yanchang Zhao

I came across a problem below when doing stemming and stem completion with package tm in R. Word “mining” was stemmed to “mine” with stemDocument(), and then completed to “miners”with stemCompletion(). However, I prefer to keep “mining” intact. For stemCompletion(), … Continue reading → [Read more...]

Webinar on Portfolio Rebalancing with R and Sybase

November 3, 2011 | David Smith

R users in the financial industry may be interested in the following webinar hosted by Revolution Analytics' partner Sybase on November 10: Portfolio Rebalancing Using R and Sybase RAP for Intraday Risk Management With volatility and violent intraday swings becoming the new normal, intraday risk controls are now needed to not ... [Read more...]

Variability of volatility estimates from daily returns

November 3, 2011 | Pat

Investment Performance Guy has a post “Periodicity of risk statistcs (and other measures)” in which it is wondered how valid volatility estimates are from a month of daily returns. Here is a quick look.  Figure 1 shows the variability (and a 95% confidence interval) of volatility estimates for the S&P 500 index ... [Read more...]

Maximizing Omega Ratio

November 3, 2011 | systematicinvestor

The Omega Ratio was introduced by Keating and Shadwick in 2002. It measures the ratio of average portfolio wins over average portfolio losses for a given target return L. Let x.i, i= 1,…,n be weights of instruments in the portfolio. We suppose that j= 1,…,T scenarios of returns with equal ... [Read more...]

First thoughts on R

November 2, 2011 | DomPazz

Having worked just a little with R, I have some first impressions to share.  I'll give you some links to resources I found helpful with writing the previous project. First, the documentation is not very good.  I struggled on previous attempts to figure things out.  I still find it crap ... [Read more...]

Please use sensible colours in your maps

November 2, 2011 | Robin Wilson

If you are creating maps then for goodness sake Use sensible colours!  I was helping some undergraduates with some work the other day, and they decided to use the following colour scheme for representing river depth: Deep water: Red Medium-depth water: Bright green Shallow water: Pink Why did they do ... [Read more...]

The next generation of parallel R

November 2, 2011 | Markus (cloudnumbers.com)

In view of open-source parallel computing with R this week presents a big step to the future. R 2.14.0 was released at October 31th, 2011. Now, R base ships with a parallel computing package called “parallel”.  library(parallel) It combines advantages of the packages multicore and snow and it contains support for ... [Read more...]

"Applications of R" contest submissions online

November 2, 2011 | David Smith

Thanks to everyone for participating in the "Applications of R in Business" contest. R users submitted more than 25 entries, describing how R is used in industries including life sciences, finance, manufacturing, sentiment analysis, and even sports. Some entries are just outlines for now (competitors have until November 30 to finalize their ... [Read more...]

Using Sweave with Beamer: A note on fonts

November 2, 2011 | Samuel Brown

Recently, I've been preparing a poster using the LaTeX packages Beamer and beamerposter. The poster discusses a bunch of R stuff that I've been doing lately, so I successfully used Sweave to incorporate R code into the poster. However, I had some troub... [Read more...]

Generating PPC Keywords in R

November 1, 2011 | Abraham Mathew

Paid search marketing refers to the process of driving traffic to a website by purchasing ads on search engines. Advertisers bid on certain keywords that users might search for, and that determines when and where their ads appear. For example, an individual who owns an auto dealership would want to ... [Read more...]

Selecting statistics for ABC model choice [R code]

November 1, 2011 | xi'an

As supplementary material to the ABC paper we just arXived, here is the R code I used to produce the Bayes factor comparisons between summary statistics in the normal versus Laplace example. (Warning: running the R code takes a while!) Filed under: R, Statistics, University life Tagged: ABC, Bayesian model ... [Read more...]
1 23 24 25 26 27 143

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)