May 2010

R is like Ruby

May 6, 2010 | prasoonsharma

There are many similarities between R and Ruby. - Learning both has been fun - "dude, i'm playing with R and love it." The excitement doesn't end!I'm totally addicted. - I keep discovering new and nifty things. Every time I hit an interesting pr...
[Read more...]

Rearranging definitions in R

May 6, 2010 | ellbur

I came up with a handy little trick for programming in R. I like to define a lot of variables all at once without worrying about what order they’re in. The goal would be something like this: K  = -R2/R1 … Continue reading → [Read more...]

Candy branching process

May 5, 2010 | xi'an

The mathematical puzzle in the latest weekend edition of Le Monde is as follows: Two kids are given three boxes of chocolates with a total of 32 pieces. Rather than sharing evenly, they play the following game: Each in turn, they pick one of the three boxes, empty its contents in ... [Read more...]

Game of Life in R

May 5, 2010 | Matt Asher

Before I decided to learn R in a serious way, I thought about learning Flash/Actionscript instead. Most of my work involves evolutionary models that take place over time. I need visual representations of change. It’s certainly possible to represent change and tell an evolving story with a single ... [Read more...]

13 videos for learning R

May 5, 2010 | David Smith

Jeromy Anglim has just posted a nice round-up of instructional videos for learning R. The videos are categorized into four levels: What is R? Introductory R? Intermediate and Advanced Materials on R and Related Resources (including a link to written resources for getting started with R). Check out all the ... [Read more...]

Fun with R: Clustering and MDS

May 5, 2010 | Millsy

I've seen K-means clustering, PCA, etc. done some over at Beyond the Boxscore and Baseball Analysts (and the now defunct Statspeak), but I thought I'd just check out some clustering on the young fantasy season using the traditional 5x5 categories with ...
[Read more...]

Modifying basic plots in R

May 4, 2010 | Luke Miller

Below is a walk-through of some of the basics of customizing plot in R. These are all based on the graphics package that comes in the base installation of R. Let’s start by making a basic plot in R. In the code snippets below, green text behind a... [Read more...]

Difficulty with mcsm?

May 4, 2010 | xi'an

An email from Keith I got this morning: Professor Robert, I have loaded the mcsm package to windows. The following messages appear in the R console: trying URL 'http://cran.stat.ucla.edu/bin/windows/contrib/2.9/mcsm_1.0.zip' Content type 'application/zip' length 193590 bytes (189 Kb) opened URL downloaded 189 Kb package ... [Read more...]

Compcache on Ubuntu on Amazon EC2

May 4, 2010 | heuristicandrew

The following fully-automatic Bash script downloads, compiles, and initializes compcache version 0.6.2 on Ubuntu Karmic Koala (9.10). This script creates two swaps with a maximum of 4GB uncompressed size each. Two swaps are used to take advantage of 2 CPUs (or CPU cores in a multicore CPU). Compcache is a fascinating memory compression ... [Read more...]

Where do you want an R User Group?

May 4, 2010 | David Smith

Wishing there was a local R User's group in your area, but can't find one? New user groups are springing up all the time, but you can kickstart the process by registering interest for a group in your area at meetup.com. As you can see from the map below, ... [Read more...]

Developing a user-friendly regular expression function (easyGregexpr)

May 4, 2010 | Michael

In the past few months, I've developed a set of functions for automating model estimation and interpretation using Mplus, an outstanding latent variable modeling program that has unparalleled flexibility for complex models (e.g., factor mixture models). I recently rolled these functions into an R package called MplusAutomation. Because the ... [Read more...]

Virtual Conference: R the Language

May 3, 2010 | JD Long

On Tuesday May 4th at 9:30 PM central, 10:30 eastern, I’ll be giving a live online presentation as part of the Vconf.org open conference series. I’ll be speaking about R and why I started using R a couple years ago. This is NOT going to be a technical presentation ...
[Read more...]

Building Scoring and Ranking Systems in R

May 3, 2010 | bryan

This guest article was written by author and consultant Tristan Yates (see his bio below). It emphasizes R's data object manipulation and scoring capabilities via a detailed financial analysis example. Scoring and ranking systems are extremely valuabl... [Read more...]
1 6 7 8 9

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)