January 2012

Geopolitics

January 30, 2012 | geotheory.org

The graduated symbol schematics below have been created in R (using ‘symbols’). They plot combinations of country territorial and population sizes. Instead of dividing for population density we multiply for a function of both. The total of box areas is … Continue reading → [Read more...]

Some new functions I’ve discovered in R

January 29, 2012 | markbulling

I’ve been writing a fair amount of R recently and have been going through a good learning period, here are some functions that I’ve discovered (mainly plyr and reshape related) and thought I would share: merge_all is a good way to merge multiple different data frames, rather ... [Read more...]

Removing Multibyte Characters from Strings

January 29, 2012 | Thiemo Fetzer

I was a bit annoyed by the error when loading a dataset that contains multi-byte characters. R basically just chokes on them. I have not really understood the intricacies of this, but it was basically just an annoyance and since I did not really use these characters in the strings ... [Read more...]

Multiple Factor Model – Fundamental Data

January 28, 2012 | systematicinvestor

The Multiple Factor Model can be used to decompose returns and calculate risk. Following are some examples of the Multiple Factor Models: The expected returns factor model: Commonality In The Determinants Of Expected Stock Returns by R. Haugen, N. Baker (1996) The expected returns factor model: CSFB Quantitative Research, Alpha Factor ... [Read more...]

Categorizing my expenses

January 28, 2012 | Karsten W.

In order to analyse my expenses, a classification scheme is necessary. I need to identify categories that are meaningful to me. I decided to go with the “Classification of Individual Consumption by Purpose” (COICOP), for three reasons:It is made by people who have thought more about consumption classification than ...
[Read more...]

Le Monde puzzle [#755?]

January 27, 2012 | xi'an

Le Monde puzzle of last weekend was about sudoku-like matrices. Consider an (n,n) matrix containing the integers from 1 to n². The matrix is “friendly” if the set of the sums of the rows is equal to the set of the sum of the columns. Find examples for n=4,5,6. Why ... [Read more...]

Distressing Numbers for Women

January 27, 2012 | Josef Fruehwald

Sometimes I play with non-linguistic data sets recreationally. It's a totally valid hobby! I tend to gravitate towards data on the disparities between men and women, because gender equality is something that matters to me.I've had this one data set for... [Read more...]

Replicating NetLogo Fire model

January 27, 2012 | Bogumił Kamiński

While preparing for the new semester I have started reimplementing standard NetLogo examples in R. The first is Fire model.The simulation in R is presented here:# Forest matrix trees encoding:# 3 – green, 2 – burning, 1 – burnt, 0 – no treesimu...
[Read more...]

New R User Group in Cleveland

January 27, 2012 | David Smith

Another new local R user group has just started up, this time in Cleveland, OH. The Cleveland R User Group is the brainchild of R user Nicholas Hermez, and their first meeting on February 22 is a get-together to plan future topics, presenters and venues. If you're in the Cleveland area ... [Read more...]

RStudio, BibTex, and LaTeX

January 27, 2012 | Jared Knowles

I was having a little trouble getting RStudio to process BibTex entries and compile a LaTeX file. Bumping around on the great RStudio help forum, I found this entry, which pointed me in the direction. I needed to set a system environment variable in R ... [Read more...]
1 2 3 4 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)