SurfStat
Posted by Armando Brito Mendes | Filed under estatística, lições, materiais ensino
Um bom livro on-line com apps e muito mais…
SURFSTAT australia |
This site has already benefited from the contributions of many people. Please do your bit and let us know of errors, missing topics or things you think could be better explained. |
Tags: análise de dados, Estat Descritiva
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
The Statistics Portal
Posted by Armando Brito Mendes | Filed under estatística, materiais para profissionais, visualização
We pride ourselves in being one of the world’s first and only companies to bring together data from over 18,000 sources.
Our research analysts source the most up-to-date statistical data from around the globe; our analytical approach and efficient research processes enable us to supply our clients with the data that is relevant to them.
Tags: análise de dados, Estat Descritiva, software estatístico
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
Rtips. Revival 2014!
Posted by Armando Brito Mendes | Filed under estatística, matemática, software
Montes de exemplos de R numa única longa página.
Tags: análise de dados, Estat Descritiva, inferência, R-software, software estatístico
Electronic Statistics Textbook: StatSoft
Posted by Armando Brito Mendes | Filed under estatística, materiais ensino, refs bibliográficas
Uma referência muito completa sobre métodos estatísticos e de data mining.
Proper citation:
- (Electronic Version): StatSoft, Inc. (2013). Electronic Statistics Textbook. Tulsa, OK: StatSoft. WEB: http://www.statsoft.com/textbook/.
- (Printed Version): Hill, T. & Lewicki, P. (2007). STATISTICS: Methods and Applications. StatSoft, Tulsa, OK.
Overview of Elementary Concepts in Statistics. In this introduction, we will briefly discuss those elementary statistical concepts that provide the necessary foundations for more specialized expertise in any area of statistical data analysis. The selected topics illustrate the basic assumptions of most statistical methods and/or have been demonstrated in research to be necessary components of one’s general understanding of the “quantitative nature” of reality (Nisbet, et al., 1987). Because of space limitations, we will focus mostly on the functional aspects of the concepts discussed and the presentation will be very short.
Further information on each of those concepts can be found in the Introductory Overview and Examples sections of this manual and in statistical textbooks. Recommended introductory textbooks are: Kachigan (1986), and Runyon and Haber (1976); for a more advanced discussion of elementary theory and assumptions of statistics, see the classic books by Hays (1988), and Kendall and Stuart (1979).
Tags: análise de dados, data mining, Estat Descritiva, qualidade
Montes de recursos sobre R
Posted by Armando Brito Mendes | Filed under estatística, materiais ensino, software
Muitos recursos para o R que vão de exemplos introdutórios até ao multivariado.
Do it yourself Introduction to R R is a free statistical programming language environment. It is completely free to anyone — like the air you breath is free. For more information on why everyone should be using R, see here. |
|
---|---|
The goal of this site is to allow someone to overcome the intimidation associated with learning the very basics of R and showing them the tools for continued usage. Let’s get started. Some assumptions: This site assumes you are using a Windows operating system and have a basic understanding of file structures and paths. You will also need to have administrator privileges in order to install R. Some of the notes linked on this page are standard HTML pages; most of the links on this page are in R script file format (they have the file extension.R). Beyond that; the site and any instructions or links on it should be self-explanatory. It is STRONGLY recommended that one progress through the modules in order. A brief explanation of this page is here. UPDATE NOTE: April 23, 2015: current R version is 3.2.0 These pages have been tested for use with Firefox, other browsers may display the pages incorrectly. |
Tags: análise de dados, data mining, Estat Descritiva, R-software, software estatístico
Using Open Source in Higher Education: R Tutorials
Posted by Armando Brito Mendes | Filed under estatística, software
Alguns bons tutoriais para aprender mais.
Recent Posts
- R Tutorial: A Simple Script to Create and Analyze a Data File, Part Two
- Book Review: R High Performance Programming
- R Tutorial: A Script to Create and Analyze a Simple Data File, Part One
- Nonparametric Statistical Analysis Using R: The Sign Test
- Book Review: Mastering Beaglebone Robotics
Recent Comments
R Tutorial: A Script… on R Tutorial: A Script to Create… | |
Rees Morrison on Using R for Basic Cross Tabula… |
Archives
Categories
Tags: análise de dados, R-software, software estatístico
Best Uses of Data Visualization
Posted by Armando Brito Mendes | Filed under videos, visualização
Um curto mas bom vídeo sobre as várias facetas da visualização de dados.
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: análise de dados, belo