1215 search results for "ggplot2"

Videos on Data Analysis with R: Introductory, Intermediate, and Advanced Resources

May 4, 2010
By

If you want to learn about R through videos, there are now a large number of options. This post provides links to many of these video under the headings of: (a) What is R? (b) Introductory R, and (c) Intermediate and Advanced R. What is R?If you are...

Read more »

Displaying data using level plots

May 3, 2010
By
Displaying data using level plots

A level plot is a type of graph that is used to display a surface in two rather than three dimensions – the surface is viewed from above as if we were looking straight down and is an alternative to a contour plot – geographic data is an example of where this type of graph

Read more »

The new GUI for ggplot2 (using Deducer) – the designer wants your opinion

May 1, 2010
By

After discovering that R is expected (this summer) to have a GUI for ggplot2 (through deducer), I later found Ian’s gsoc proposal for this GUI.  Since the system is in it’s early stages of development, Ian has invited people to give comments, input and critique on his plans for the project. For your convenience (and with Ian’s permission), I...

Read more »

R Project and Google Summer of Code: Welcome to our students!

April 26, 2010
By

A few hours ago, I sent the following to both the R development list and the informal R / GSoC list: Date: Mon, 26 Apr 2010 15:27:29 -0500 To: R Development List CC: gsoc-r Subject: R and the Google Summer of Code 2010 -- Please welcome our new st...

Read more »

R Project and Google Summer of Code: Welcome to our students!

April 26, 2010
By

A few hours ago, I sent the following to both the R development list and the informal R / GSoC list: Date: Mon, 26 Apr 2010 15:27:29 -0500 To: R Development List CC: gsoc-r Subject: R and the Google Summer of Code 2010 -- Please welcome our new st...

Read more »

R Project and Google Summer of Code: Welcome to our students!

April 26, 2010
By

A few hours ago, I sent the following to both the R development list and the informal R / GSoC list: Date: Mon, 26 Apr 2010 15:27:29 -0500 To: R Development List CC: gsoc-r Subject: R and the Google Summer of Code 2010 -- Please welcome our new stud...

Read more »

R is going to have a GUI to ggplot2! (by the end of this years google-summer-of-code)

April 26, 2010
By

I was delighted to see the following e-mail post from Dirk Eddelbuettel regarding the google-summer-of-code R google group: * * * Earlier today Google finalised student / mentor pairings and allocations for the Google Summer of Code 2010 (GSoC 2010). The R Project is happy to announce that the following students have been accepted: Colin Rundel, “rgeos – an...

Read more »

Summarising data using box and whisker plots

April 25, 2010
By
Summarising data using box and whisker plots

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 upper quartiles (25% and 75%)

Read more »

Doing Maximum Likelihood Estimation by Hand in R

April 21, 2010
By
Doing Maximum Likelihood Estimation by Hand in R

Lately I’ve been writing maximum likelihood estimation code by hand for some economic models that I’m working with. It’s actually a fairly simple task, so I thought that I would write up the basic approach in case there are readers who haven’t built a generic estimation system before. First, let’s start with a toy example

Read more »

Book Review – ggplot 2: Elegant Graphics for Data Analysis by Hadley Wickham (Springer 2009)

April 20, 2010
By
Book Review – ggplot 2: Elegant Graphics for Data Analysis by Hadley Wickham (Springer 2009)

Order this book from Amazon This book is written by the author of the ggplot2 package for R, which is a package with a design inspired by the grammar of graphics and can remove some of the effort required to put together impressive graphs. The book is just under 200 pages and covers a

Read more »