October 2012

Adding a background to your ggplot

October 19, 2012 | is.R()

I really enjoy using the DW-NOMINATE data for examples, as I do here. Sometimes it’s useful to indicate regions in the background of a plot — perhaps two-dimensional regions of interest, perhaps one-dimensional periods in time. It’s... [Read more...]

Visualizing colors()

October 19, 2012 | Fellgernon Bit - rstats

The other day I learnt about the existance of the colors() vector in R which specifies all the character-based colors like “light blue”, “black”, etc. So I made a simple plot to visualize them all. Here’s the code: mat [Read more...]

Company Valuation using Discounted Cash Flows

October 18, 2012 | systematicinvestor

Today I want to show a simple example of how we can value a company using Discounted Cash Flow (DCF) analysis. The idea is to compute the company’s Intrinsic Value based on the discounted future cash-flows. To compute future cash-flows I will use the historical Free Cash Flow growth ... [Read more...]

Using FAFSA Data to Define Competitor Density

October 18, 2012 | btibert3

I have been thinking a lot about how to define and discuss competition at the undergraduate level.   I will save the chat on which dataset is better (ASQ, Student Clearinghouse, social media, etc.) for another day. One common question I get as an analyst in Enrollment Management is how to “... [Read more...]

Benchmarking distance calculation in R

October 18, 2012 | Data * Science + R

A typical step in a lot of data mining methods is the calculation of a distance between entities. For example using the nearest-neighbor method it is crucial to do this calculation very efficiently because it is the most time-consuming step of the procedure. Just imagine you want to compute the ... [Read more...]

slides for my simulation course

October 18, 2012 | xi'an

Similar to last year, I am giving a series of lectures on simulation jointly as a Master course in Paris-Dauphine and as a 3rd year course in ENSAE. The course borrows from both the books Monte Carlo Statistical Methods and from Introduction to Monte Carlo Methods with R, with George ... [Read more...]

Faceting as a preferable alternative to 3-D

October 18, 2012 | is.R()

Sometimes, people want to plot things in three dimensions. Others have spoken more eloquently than I could on the potential problems with plotting multiple two-dimensional relationships in a two-dimensional medium with an artificial three-dimensional ... [Read more...]

R library for spatial microsimulation

October 17, 2012 | Dimitris

Spatial microsimulation is a method where we construct small area population data from the combination of various data sources. In order to perform this combination of census and survey data, we need an R library to standardize the procedure. I’ve recently developed “sms” R library which combines census and ... [Read more...]

Deploy Rook Apps: Part II

October 17, 2012 | Jeffrey Horner

In Part I, I described how you can deploy your Rook applications with rApache. This post describes how you can do it with R itself. But before we get into that, I’d like to explain the off-again on-again relationship Rook has had with CRAN, R’s package archive network. ... [Read more...]

Basic ideas on aggregate, plyr and crosstables!

October 17, 2012 | fibosworld

A common task using R is the investigation of one particular dataset. Usually we have a mixture of numerical and categorial data and are interested in some statistics (e.g. means and so on). And there are a lot of threads, blogs etc around that. Sorry for adding another one, ... [Read more...]
1 5 6 7 8 9 16

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)