1338 search results for "ggplot"

Analyze Online R User Conference Data

July 19, 2010
By
Analyze Online R User Conference Data

The R User Conference 2010 will be underway shortly - and what better way to commemorate the event than to  blast out some R code related to the conference?  HTML tables on websites for the past three years list participants an...

Read more »

Cherry Picking to Generalize ~ retrospective meta-power analysis using Cohen’s f^2 of NASA temp + visualization

July 17, 2010
By
Cherry Picking to Generalize ~ retrospective meta-power analysis using Cohen’s f^2 of NASA temp + visualization

Previously, I plotted a grid of NASA GISS global temps in ggplot2 to show general trends by the brute force method. Here, I will again use the brute force method to do a simple power analysis on a portion of the data (data here). The general aim is to figure out what the minimum sample

Read more »

What (Search Engines Think) People Want

July 17, 2010
By
What (Search Engines Think) People Want

R O How G8 U R!Hey, R U there? Having used the R language for awhile now, I would like to let you know that R works - in fact R works really well. If you keep up with R news this should be no surprise...this is, after all...an r blog! R and R alone c...

Read more »

In case you missed it: June Roundup

July 16, 2010
By

Wow, is it the middle of July already? Anyway, in case you missed them, here are some articles from June of particular interest to R users. We noted that the program for the annual R user conference, useR! 2010, has been announced. (I and the rest of the Revolution team are looking forward to seeing all the R folks...

Read more »

Because it’s Friday: Analytics of an Engagement

July 16, 2010
By
Because it’s Friday: Analytics of an Engagement

The always-interesting R blogger and political scientist Drew Conway -- and self-styled luckiest man on earth -- just announced some very happy news: he just got engaged to his future wife! Congratulations, Drew! (Drew proposed the traditional way, on a lovely European vacation. But if he'd just held off a couple of days he could have proposed via towel-clad...

Read more »

Anatomy of a Life-Milestone Announcement on Facebook

July 15, 2010
By
Anatomy of a Life-Milestone Announcement on Facebook

As I have mentioned, I recently returned for a lovely trip to Europe. While on vacation my brilliant, beautiful, funny, and all around perfect girlfriend accepted my invitation to be my wife.

Pause for shared overwhelming feeling of joy…

While I am still basking in the glow of being the luckiest man on Earth, as

Read more »

ggplot2 GSOC progress

July 15, 2010
By
ggplot2 GSOC progress

(Written by Ian Fellows) The RForge build error has been fixed. the package can now be tried with: install.packages("Deducer",,"http://www.rforge.net",type="source")

Read more »

ggplot2 GSOC progress

July 15, 2010
By
ggplot2 GSOC progress

(Written by Ian Fellows) The next installment of the vlog is here. All of ggplot2 has been implemented, including layers, scales, facets, and themes. For some reason rforge.net is having some troubles with my package, so you would need to build it from...

Read more »

Creating a Presentation with LaTeX Beamer – Tables

July 14, 2010
By
Creating a Presentation with LaTeX Beamer – Tables

Tables of information can be included in a LaTeX beamer presentation in the same way that they would be incorporated into any other LaTeX document. The tabular environment is used and, if necessary, the tables could be numbered but this probably doesn’t make as much sense as labelling and numbering tables within an article or

Read more »

QQ plot of p-values in R using base graphics

July 14, 2010
By

Update Tuesday, September 14, 2010: Fixed the ylim issue, now it sets the y axis limit based on the smallest observed p-value. A while back Will showed you how to create QQ plots of p-values in Stata and in R using the now-deprecated sma package. A bi...

Read more »