April 2010

Social Network Analysis using R and Gephis

April 28, 2010 | prasoonsharma

After learning the basics of R, I decided to learn something harder last week. I picked Social Network Analysis (SNA) to learn the concepts of SNA and R. My primary interest in SNA is visual exploration of networks, so I needed to find a tool first.&n...
[Read more...]

Transitions in R redux

April 28, 2010 | Samuel Brown

Previously, I shared with the world a function to create a pairwise matrix of the number of transitions and transversions between two DNA sequences. Klaus Schliep kindly pointed out the possibility of a bug in the function and offered a faster, more accurate version. Thanks Klaus! titv mat res for(... [Read more...]

How to do this graph using R

April 26, 2010 | enayet

I am showing three examples that will help an average R user to create beautiful graphs. The interesting (may be useful) parts of these examples are the use of some very smart but tricky functions to, for example, add a Greek symbol on a plot, add a title to a ... [Read more...]

R Project websites down

April 26, 2010 | David Smith

The main R Project website, www.r-project.org, many of the primary CRAN mirrors (including cran.r-project.org), and r-forge.r-project.org are currently unavailable following a power failure at the master host in Austria. The US CRAN mirror, cran.us.r-project.org, and other mirrors not under the r-project.... [Read more...]

A serial Connection for R

April 26, 2010 | Matt Shotwell

***UPDATED: June 3, 2010 – revert name from “tty” to “serial“, R version (2.11.1)*** I’m working on a patch for R (currently 2.11.1) that adds a serial connection feature for POSIX systems (i.e. Linux, Mac OS X, …). The serial connection works like the other connections. For example, the following code opens, writes a ... [Read more...]

Summarising data using box and whisker plots

April 25, 2010 | Ralph

A box and whisker plot is a type of graphical display that can be used to summarise a set of data based on the five number summary of this data. The summary statistics used to create a box and whisker plot are the median of the data, the lower and ...
[Read more...]

Some LaTeX Gems – Part 1: TikZ, Loops and more

April 23, 2010 | Ryan

This logo means that the blog post is about something I have found interesting, but does not apply directly to the exact purpose of this blog. Note: These commands have been tested in pdflatex. I am not sure if they work in other distributions. Over the past couple of months, ... [Read more...]

Because it’s Friday: Four chords, and the truth

April 23, 2010 | David Smith

This one's for the musicians out there. (By the way, in my purely anecdotal experience, musical aptitude appears to have a higher-then-expected representation amongst stats folks. I however am the exception that proves the rule, as anyone who's suffered through my Rock Band vocals can attest. But I digress.) What ... [Read more...]

R/Finance 2010 … and unicorns

April 23, 2010 | David Smith

At the Information Management blogs, Steve Miller has posted a great roundup of last weekend's R/Finance 2010 conference in Chicago. Here's Steve's overall take: This year's conference was even better than the 2009 inaugural, the in-excess-of-200 participants consumed by more than 20 consecutive high-powered presentations over the fast-paced day and a half. ... [Read more...]

R 2.11.0 just landed…

April 23, 2010 | M. Parzakonis

The new version is here. R version 2.11.0 has been released on 2010-04-22. The source code is first available in this directory, and eventually via all of CRAN. Binaries will arrive in due course (see download instructions above). [Read more...]

Top 10 Algorithms in Data Mining

April 23, 2010 | Stephen Turner

The authors here invited ACM KDD Innovation Award and IEEE ICDM Research Contributions Award winners to each nominate up to 10 best-known algorithms in data mining, including the algorithm name, justification for nomination, and a representative public... [Read more...]

Trouble with ESS and Sweave

April 23, 2010 | Shige

Last time I tried to sweave a document from with Emacs+ESS, I was using an earlier version of ESS (the current version is 5.8), and things seemed to be fine. Today when I tried to sweave a simple document and produced PDF output, I got error message of...
[Read more...]

Simple Linear Regression

April 23, 2010 | Ralph

One of the most frequent used techniques in statistics is linear regression where we investigate the potential relationship between a variable of interest (often called the response variable but there are many other names in use) and a set of one of more variables (known as the independent variables or ...
[Read more...]

Fun with the Vasicek Interest Rate Model

April 22, 2010 | Lee

A common model used in the financial industry for modelling the short rate (think overnight rate, but actually an infinitesimally short amount of time) is the Vasicek model. Although it is unlikely to perfectly fit the yield curve, it has some nice properties that make it a good model to ... [Read more...]
1 2 3 4 8

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)