November 2012

Discovering the quality of portfolio decisions

November 26, 2012 | Pat

Performance analysis of an example portfolio. The portfolio We explore a particular portfolio during 2007.  It invests in S&P 500 stocks and starts the year with a value of $10 million.  Initially there are 50 names in the portfolio.  It also ends the year with 50 names but has up to 53 names during the … ... [Read more...]

Minimizing Bias in Observational Studies

November 26, 2012 | diffuseprior

Measuring the effect of a binary treatment on a measured outcome is one of the most common tasks in applied statistics. Examples of these applications abound, like the effect of smoking on health, or the effect of low birth weight on cognitive development. In an ideal world we would like ... [Read more...]

Fast Conway’s game of life in R

November 25, 2012 | petrkeil

Here I demonstrate a simple way to code Conway's game of life (GoL) in R and to produce the animation above. Cellular automata in R are usually painfully slow if you iterate through all grid cells in an array. A…Read more → [Read more...]

The perks (and quirks) of being a referee

November 25, 2012 | Gianluca Baio

The other day I was talking to a friend at work, who was rather annoyed that one of his papers had been rejected by a journal, given the negative comments of the reviewers. This is, of course, part of the game, so you don't really get annoyed just because a ... [Read more...]

digest 0.6.0

November 25, 2012 | Thinking inside the box

A new version of the digest package (which generates hash function summaries for arbitrary (and possibly nested) R objects using any of the standard md5, sha-1, sha-256, sha-512 or crc32 algorithms) is now on CRAN, and I will push the corresponding ve... [Read more...]

Yahoo Tickers for DAX,MDAX,SDAX

November 25, 2012 | Thomas Huben

  In my various R - Tests I'm using usually the Yahoo Dataservice implemented in quantmod suppressWarnings(try(getSymbols(ticker, index.class="POSIXct", from=initDate, to=to,src="yahoo"),silent=TRUE))  If you would like to run ... [Read more...]

Hello world!

November 25, 2012 | NP

Welcome to WordPress.com! This is your very first post. Click the Edit link to modify or delete it, or start a new post. If you like, use this post to tell readers why you started this blog and what you plan to do with it. Happy blogging!Filed under: ... [Read more...]

Modis R: Package tutorial

November 24, 2012 | Steven Mosher

The MODIS package for R For people who work in GIS in R there has been a bit of challenge in working with data from  Modis. I’ll use an example from my own work on UHI to illustrate. A while back I decided that I wanted to look at ... [Read more...]

Simulating weak gravitational lensing

November 24, 2012 | Corey Chivers

In the search for dark matter, I have been having mixed success. It seems that locating DM in single halo skies is a fairly straightforward problem. However, when there are more than one halo, things get quite a bit trickier. As I have advocated many times before, including here and ... [Read more...]

Personal CRAN-repository

November 24, 2012 | Max Gordon

[caption id="attachment_414" align="aligncenter" width="500"] Offering - the backbone of open source. The image is CC by TenthMusePhotography[/caption] This is part II of the previous package creation post. I've created my own CRAN repository since I wanted a quick upload. Perhaps in the future I'll post on the ... [Read more...]

Secret Santa – unfinished business

November 24, 2012 | Wingfeet

Last week I wrote:This is actually a more difficult calculation (or I forgot too much probability). Luckily a bit of brute force comes in handy. To reiterate, in general simulated data shows 0.54 redraws because of the first person etc.colSums(countsto... [Read more...]

ESSA2013 Conference

November 24, 2012 | Bogumił Kamiński

It has been just announced that during ESSA2013 conference I am planning to organize a special track on "Statistical analysis of simulation models". I hope to get some presentations using GNU R to promote it in social simulation community.It is obvious that GNU R excels in analysis of simulation ... [Read more...]

A Light Touch on RPy2

November 23, 2012 | statcompute

For a statistical analyst, the first step to start a data analysis project is to import the data into the program and then to screen the descriptive statistics of the data. In python, we can easily do so with pandas package. Tonight, I’d like to add some spice to ... [Read more...]

R is (Almost) Platform Independent

November 23, 2012 | 6y588

I write R scripts on both my laptop and desktop, so the main issue I have is making sure that the R scripts are updated on these devices. There are several ways to ensure this happens:Use a version control system (on the cloud), e.g GithubWrite R scrip... [Read more...]

Shootout 2012 : first PLS regressions

November 23, 2012 | jrcuesta

It´s time to start developing some regressions in order to find the best math treatment, the best number of terms, the best spectral regions, the best regression method,....This time I´m working with the PLS  package in R, and just to make ...
[Read more...]
1 2 3 4 5 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)