Best Uses of Data Visualization

clique na imagem para seguir o link

clique na imagem para seguir o link

Um curto mas bom vídeo sobre as várias facetas da visualização de dados.

Best Uses of Data Visualization
February 1, 2015

Data visualizations are everywhere these days, and why? Think of data visualization as information at a glance, a kind of language of statistics for the eyes.

Tags: ,

Base R Version

clicar na imagem para seguir o link

clicar na imagem para seguir o link

Excelentes exemplos de gráficos que podem usar nos trabalhos.

One Variable: Numeric Variable

One Variable: Factor Variable

Two Variables: Two Numeric Variables

Two Variables: Two Factor Variables

Two Variables: One Factor and One Numeric

Three Variables: Three Factor Variables

Three Variables: One Numeric and Two Factor Variables

Three Variables: Two Numeric and One Factor Variables

Three Variables: Three Numeric Variables

Scatterplot Matrix of all Numeric Vars, colored by a Factor variable

Tags: , ,

SticiGui – online statistics book

clique na imagem para seguir a ligação

clique na imagem para seguir a ligação

Tags: ,

The beautiful R charts in London: The Information Capital

clique na figura para seguir o link

clique na figura para seguir o link

Um bom exemplo de utilização de gráficos do R em ilustração.

If you’ve lived in or simply love London, a wonderful new book for your coffee-table is London: The Information Capital. In 100 beautifully-rendered charts, the book explores the data that underlies the city and its residents. To create most of these charts, geographer James Cheshire and designer Oliver Uberti relied on programs written in R. Using the R programming language not only created beautiful results, it saved time: “a couple of lines of code in R saved a day of manually drawing lines”.

Tags: , ,

Spreadsheet Addiction

clicar na imagem para seguir o link

clicar na imagem para seguir o link

Um bom e muito completo relato dos defeitos do MS Excel para análise de dados.
Some people will think that the “addiction” in the title is over the top, or at least used metaphorically. It is used literally, and is not an exaggeration.

Addiction is the persistent use of a substance where that use is detrimental to the user. It is not the substance that is the problem — more limited use may be beneficial. It is the extent and circumstances of the use that determine if the behavior is addictive or not.

Spreadsheets are a wonderful invention. They are an excellent tool for what they are good at. The problem is that they are often stretched far beyond their home territory. Dangerous abuse of spreadsheets is only too common.

I know there are many spreadsheets in financial companies that take all night to compute. These are complicated and commonly fail. When such spreadsheets are replaced by code more suited to the task, it is not unusual for the computation time to be cut to a few minutes and the process much easier to understand.

A 2012 example of spreadsheet addiction.

The technology acceptance model holds that there are two main factors that determine the uptake of a technology: the perceived usefulness and the perceived ease-of-use. Perception need not correspond to reality.

The perception of the ease-of-use of spreadsheets is to some extent an illusion. It is dead easy to get an answer from a spreadsheet, however, it is not necessarily easy to get the right answer. Thus the distorted view.

The difficulty of using alternatives to spreadsheets is overestimated by many people. Safety features can give the appearance of difficulty when in fact these are an aid.

The hard way looks easy, the easy way looks hard.

The remainder of this page is divided into the sections:

Spreadsheet Computation
The Treatment Center (Alternatives)
If You Must Persist
Specific Problems with Excel
Additional Links

Tags: , ,

Data Visualization with JavaScript

clique na figura para seguir o link

clique na figura para seguir o link

Um bom e-book sobre como construir visualizações com JavaScript

It’s getting hard to ignore the importance of data in our lives. Data is critical to the largest social organizations in human history. It can affect even the least consequential of our everyday decisions. And its collection has widespread geopolitical implications. Yet it also seems to be getting easier to ignore the data itself. One estimate suggests that 99.5% of the data our systems collect goes to waste. No one ever analyzes it effectively.

Data visualization is a tool that addresses this gap.

Effective visualizations clarify; they transform collections of abstract artifacts (otherwise known as numbers) into shapes and forms that viewers quickly grasp and understand. The best visualizations, in fact, impart this understanding subconsciously. Viewers comprehend the data immediately—without thinking. Such presentations free the viewer to more fully consider the implications of the data: the stories it tells, the insights it reveals, or even the warnings it offers. That, of course, defines the best kind of communication.

If you’re developing web sites or web applications today, there’s a good chance you have data to communicate, and that data may be begging for a good visualization. But how do you know what kind of visualization is appropriate? And, even more importantly, how do you actually create one? Answers to those very questions are the core of this book. In the chapters that follow, we explore dozens of different visualizations and visualization techniques and tool kits. Each example discusses the appropriateness of the visualization (and suggests possible alternatives) and provides step-by-step instructions for including the visualization in your own web pages.

To give you a better idea of what to expect from the book, here’s a quick description of what the book is, and what it is not.

Tags: , ,

F1Timeline

clicar na figura para seguir o link

clicar na figura para seguir o link

mais uma excelente animação, neste caso com tudo sobre os pilotos da F1 desde tempos imemoriais.

Hi, I’m Peter Cook and I love turning data into insightful, beautiful and interactive works.

Tags: ,

Moving Past Default Charts

clicar na imagem para seguir o link

clicar na imagem para seguir o link

Um excelente tutorial para aprender a trabalhar com os parâmetros dos gráficos em R.

Posted to Tutorials |  Tags: , ,
By Nathan Yau
Customizing your charts doesn’t have to be a time-intensive process. With just a teeny bit more effort, you can get something that fits your needs.

Tags: , , ,

income rise hints at recovery

clicar na imagem para seguir o link

clicar na imagem para seguir o link

Mais uma excelente representação gráfica interativa de um jornal on-line.

By Ted Mellnik and Lazaro Gamio, Published: Sept. 18, 2014

Although incomes are still lower than five years ago, most large metropolitan areas showed at least a tiny gain last year. The patterns suggest that while many regional economies may have turned a corner on the recession, incomes are making a slow advance toward 2009 levels. These charts show data for median household incomes released on Thursday by the Census Bureau in its American Community Survey. Related story.

Tags:

PlotDevice: Draw with Python

clicar na imagem para seguir o link

clicar na imagem para seguir o link

Uma biblioteca de funções em Pyton para construir visualizações de dados.

You’ve been able to visualize data with Python for a while, but Mac application PlotDevice from Christian Swinehart couples code and graphics more tightly. Write code on the right. Watch graphics change on the right.

The application gives you everything you need to start writing programs that draw to a virtual canvas. It features a text editor with syntax highlighting and tab completion plus a zoomable graphics viewer and a variety of export options.

PlotDevice’s simple but com­pre­hen­sive set of graphics commands will be familiar to users of similar graphics tools like NodeBox or Processing. And if you’re new to programming, you’ll find there’s nothing better than being able to see the results of your code as you learn to think like a computer.

Looks promising. Although when I downloaded it and tried to run it, nothing happened. I’m guessing there’s still compatibility issues to iron out at version 0.9.4. Hopefully that clears up soon. [via Waxy]

Tags: , , ,