Data visualization

Revision as of 15:31, 20 July 2018 by Maria jones (talk | contribs)
Jump to: navigation, search

Data visualization is creating a visual representation of your data, for example in the form of a chart or a graph. Choosing the right format to visualize your data is critical to effectively communicating the results of your study. Good visualizations can be more memorable and persuasive than pure text.


Read First

Specific code for data visualization is available on the software-specific tools (e.g. iegraph). This page discusses general principles for data visualization.

Guidelines

What type of data visualization should I use?

The best format for data visualization will depend on the type of data and results you wish to display, as well as the medium in which they will be displayed. For example, online interfaces allow for more dynamic visualizations than printed articles.

Stata Visual Library

The DIME Analytics team has created a Visual Library for Impact Evaluation which shows examples of graphs and provides the codes used to create them. You can contribute to the library our github.

Data Visualization in R

R has many options for data visualization; the ggplot package is one of the best. Here is a list of ggplot2 Visualizations with full R code .

Back to Parent

This article is part of the topic Data Analysis


Additional Resources