CRAN Task Views

clique na imagem para seguir o link

clique na imagem para seguir o link

Uma lista de temas com uma descrição dos principais pacotes R ligados ao tema

CRAN Task Views

Bayesian Bayesian Inference
ChemPhys Chemometrics and Computational Physics
ClinicalTrials Clinical Trial Design, Monitoring, and Analysis
Cluster Cluster Analysis & Finite Mixture Models
DifferentialEquations Differential Equations
Distributions Probability Distributions
Econometrics Econometrics
Environmetrics Analysis of Ecological and Environmental Data
ExperimentalDesign Design of Experiments (DoE) & Analysis of Experimental Data
Finance Empirical Finance
Genetics Statistical Genetics
Graphics Graphic Displays & Dynamic Graphics & Graphic Devices & Visualization
HighPerformanceComputing High-Performance and Parallel Computing with R
MachineLearning Machine Learning & Statistical Learning
MedicalImaging Medical Image Analysis
MetaAnalysis Meta-Analysis
Multivariate Multivariate Statistics
NaturalLanguageProcessing Natural Language Processing
NumericalMathematics Numerical Mathematics
OfficialStatistics Official Statistics & Survey Methodology
Optimization Optimization and Mathematical Programming
Pharmacokinetics Analysis of Pharmacokinetic Data
Phylogenetics Phylogenetics, Especially Comparative Methods
Psychometrics Psychometric Models and Methods
ReproducibleResearch Reproducible Research
Robust Robust Statistical Methods
SocialSciences Statistics for the Social Sciences
Spatial Analysis of Spatial Data
SpatioTemporal Handling and Analyzing Spatio-Temporal Data
Survival Survival Analysis
TimeSeries Time Series Analysis
WebTechnologies Web Technologies and Services
gR gRaphical Models in R

To automatically install these views, the ctv package needs to be installed, e.g., via
install.packages("ctv")
library("ctv")
and then the views can be installed via install.views or update.views (which first assesses which of the packages are already installed and up-to-date), e.g.,
install.views("Econometrics")
or
update.views("Econometrics")

Tags: , ,

Montes de recursos sobre R

clique na imagem para abrir o link

clique na imagem para abrir o link

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: , , , ,

Using Open Source in Higher Education: R Tutorials

clique na imagem para seguir o link

clique na imagem para seguir o link

Alguns bons tutoriais para aprender mais.

Recent Posts

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 Example of R Versatility

clicar na imagem para seguir o link

clicar na imagem para seguir o link

An Example of R Versatility

By Dave Collingridge

In my last blog post I mentioned a few advantages to learning R. One of those advantages is that R opens up a world of new data analyses. There are novel techniques available in R that are not found in the ANALYZE drop down menus of SPSS, Stata, and Statistica. Novel techniques in R can be a big help in situations where data are not well-suited for traditional analyses like t-tests, ANOVA, and regression.

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: ,

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: , , ,