StatGraph

TwitterFacebook
Get flash to fully experience Pearltrees

Many Eyes

http://www-958.ibm.com/software/data/cognos/manyeyes/ Try out the newest version of IBM Many Eyes! New site design and layout Find visualization by category and industry New visualization expertise and thought leadership section

Package latticist

Latticist provides a graphical user interface for exploratory visualisation. It is primarily an interface to the Lattice graphics system, but also produces displays from the vcd package for categorical data. Given a multivariate dataset (either a data frame or a table), latticist attempts to produce useful displays based on the properties of the data. The displays can be customised by editing the calls used to generate them. http://cran.r-project.org/web/packages/latticist/index.html

Visualizing Likert Items

I have become quite a big fan of graphics that combine the features of traditional figures (e.g. bar charts, histograms, etc.) with tables. That is, the combination of numerical results with a visual representation has been quite useful for exploring descriptive statistics. I have wrapped two of my favorites (build around ggplot2) and included them as part of my irutils R package (currently under development). Here is the code and results utilizing two item from the 2009 Programme of International Student Assessment (PISA). http://www.r-bloggers.com/visualizing-likert-items/