Map of Best Breweries in America
Posted by Armando Brito Mendes | Filed under Investigação Operacional, mapas SIG's, visualização
Um mapa com as melhores produtoras de cerveja artesanal nos EUA e uma rota otimizada com algoritmos genéticos
RateBeer puts out a list every year for top 100 breweries in the world. The rankings are based on reviews, range across styles, and historical performance (and maybe a bit of subjectivity). RateBeer just published the list for 2018. Here’s a map of the 73 U.S.-based breweries.
Brewery Road Trip, Optimized With Genetic Algorithm
Now that we know where they are, let’s find out how to visit all of them in one go.
Tags: belo, grafos, mapas, otimização, R-software, SIG
Time Series Analysis using R-Forecast package
Posted by Armando Brito Mendes | Filed under estatística, Investigação Operacional
Demonstra algumas das funcionalidades do pacote R forecast
In today’s blog post, we shall look into time series analysis using R package – forecast. Objective of the post will be explaining the different methods available in forecast package which can be applied while dealing with time series analysis/forecasting.
Tags: data mining, previsão, R-software
Raynald’s SPSS Tools
Posted by Armando Brito Mendes | Filed under estatística, materiais para profissionais, software
Bons recursos sobre SPSS e ligação com R e Pyton
Raynald’s SPSS Tools
The collection of syntaxes, macros, scripts and hints for better solutions of data management and data analysis problems in IBM SPSS Statistics
Tags: análise de dados, decisão médica, Estat Descritiva, IBM SPSS Statistics, R-software, software estatístico
R and the Nobel Prize API
Posted by Armando Brito Mendes | Filed under estatística, software, visualização
Um bom exemplo do que se pode fazer com o R e uma API q serviços de dados.
he Nobel Prizes. Love them? Hate them? Are they still relevant, meaningful? Go on admit it, you always imagined you would win one day.
Whatever you think of them, the 2015 results are in. What’s more, the good people of the Nobel Foundation offer us free access to data via an API. I’ve published a document over at RPubs, showing some of the ways to access and analyse their data using R. Just to get you started:
Tags: análise de dados, belo, data mining, Estat Descritiva, R-software
Ternary Diagrams Using R
Posted by Armando Brito Mendes | Filed under estatística, materiais ensino, visualização
Exemplo de criação de diagramas ternários no R
Ternary Diagrams Using R: An Example Using Election Outcomes
A tutorial by D. M. Wiig
In part one of this tutorial I discussed creating a ternary diagram using a simple data frame that contained five hypothetical cases. In this tutorial I will expand on that foundation by creating a more informative ternary diagram using live data.
A useful application of this package in social science research is creating a visual display of parliamentary election outcomes. Specifically we can use a ternary graph to examine the distribution of seats in the British House of Commons over a period of time. Since the UK uses a proportional system to allocate seats in the House of Commons there can be a variety of outcomes in any given national election.
Tags: Estat Descritiva, R-software
Statistical Atlas
Posted by Armando Brito Mendes | Filed under estatística, mapas SIG's, materiais ensino, visualização
Um projeto em curso que pretende criar mapas temáticos de todos os dados existentes nos EUA, ambicioso, não?
Age and Sex
This is the age and biological sex of the population.
Disability
This is disability status.
Education
This is who goes to school.
Geology
This is the land and water.
Government
This is how the government functions.
Income and Earnings
This is how much money people make.
Language
This is how people communicate.
Living Arrangement
This is the household makeup.
Mortality
This is how people die.
Origins
This is where people come from.
Population
This is how many people there are.
Poverty
This is who lives below the poverty thresholds.
Transportation
This is how people get around.
Work
This is where and how people work.
Tags: belo, Estat Descritiva, mapas, R-software
Real Chart Rules to Follow
Posted by Armando Brito Mendes | Filed under estatística, materiais ensino, visualização
Excelente guia sobre construção de gráficos para representar dados.
There are a lot of “rules” for visualization. Some are actual rules, and some are suggestions to help you make choices. Many of the former can be broken, if that’s what the data dictates and you know what you’re doing.
But, there are rules—usually for specific chart types meant to be read in a specific way and with few exceptions—that you shouldn’t break. When they are, everyone loses. This is that small handful.
Tags: data mining, definição, Estat Descritiva, R-software
Ternary Diagrams Using R
Posted by Armando Brito Mendes | Filed under visualização
Ensina a construir um diagrama ternário no R
Ternary Diagrams Using R: The ggtern Package
A tutorial by Douglas M. Wiig
There are a number of very useful and popular graphics packages available for R such as lattice, ggplot, ggplot2 and others. Some of these offer general purpose graphics capabilities and others are more specialized. A recently developed extension to the ggplot2 package is ggtern. This package is essentially a wrapper for a number of functions that can be used to create a variety of ternary diagrams. Ternary diagrams are useful when analyzing the relationship among three factors or elements. A ternary diagram essentially represents the proportions of three related factors in two-dimensional space.
Tags: análise de dados, R-software
Comprehensive Guide to Data Visualization in R
Posted by Armando Brito Mendes | Filed under estatística, visualização
Bom resumo de alguns tipos de gráficos que podem ser obtidos no R, do mais simples a alguns mais complexos.
This visualization (originally created using Tableau) is a great example of how data visualization can help decision makers. Imagine telling this information to an investor through a table. How long do you think you will take to explain it to him?
With ever increasing volume of data in today’s world, it is impossible to tell stories without these visualizations. While there are dedicated tools like Tableau, QlikView and d3.js, nothing can replace a modeling / statistics tools with good visualization capability. It helps tremendously in doing any exploratory data analysis as well as feature engineering. This is where R offers incredible help.
R Programming offers a satisfactory set of inbuilt function and libraries (such as ggplot2, leaflet, lattice) to build visualizations and present data. In this article, I have covered the steps to create the common as well as advanced visualizations in R Programming.
Tags: análise de dados, data mining, Estat Descritiva, R-software, software estatístico
R news and tutorials R bloggers
Posted by Armando Brito Mendes | Filed under estatística, matemática, software
Montes de blogs sobre R.
Here you will find daily news and tutorials about R, contributed by over 573 bloggers.
Top 3 Posts from the past 2 days
Top 9 articles of the week
- Installing R packages
- In-depth introduction to machine learning in 15 hours of expert videos
- New Version of RStudio (v0.99) Available Now
- Using apply, sapply, lapply in R
- Review of ‘Advanced R’ by Hadley Wickham
- Scatterplots
- An R Enthusiast Goes Pythonic!
- Open data sets you can use with R
- Basics of Histograms
Tags: R-software