S-PLUS & R Class Links

clicar na imagem para seguir o link

clicar na imagem para seguir o link

montes de materiais para R e S-PLUS.

S-PLUS & R Class Links

Instructor: Richard Herrington

Why Do We Care To Use the “S” Language?  Does anyone care besides us? The Association for Computing Machinery (ACM) cares

S-Plus

S-PLUS Student Edition Download (Free)

  • Student Edition 6.2 – This version of S-Plus has a 20,000 cell or 1,000 row limitation; is only for educational use; is good for only one year; and is a rather large download (100+ meg).

S-PLUS Free Experimental Libraries and User Contributed Libraries

  • Research Libraries – Includes: S+CorrelatedData (mixed effects generalized linear models), S+Best (B-Spline methods), S+Resample (bootstrap library), S+Bayes (bayesian analysis), S+FDA (functional data analysis).
  • User Contributed Libraries

Tinn-R Script Editor

R

Download Site for the Current Windows Install Binary and R Packages

Web Interfaces to R Web Servers and Example R Scripts

  • R Web Interfaces – Web/browser based interfaces to R script processing on a server
  • Example R Scripts – Some of these scripts run on a server and results are communicated thru a web browser
  • RSS Rweb Server – Link to http:/rss.acs.unt.edu R server

R, R(D)COM and Excel

Tags: , ,

Rtips. Revival 2014!

Uma animação com todos os lugares referidos numa canção de johnny cash

Uma animação com todos os lugares referidos numa canção de johnny cash

Montes de exemplos de R numa única longa página.

Table of Contents
Section: Original Preface
Section 1: Data Input/Output
Section 2: Working with data frames: Recoding, selecting, aggregating
Section 3: Matrices and vector operations
Section 4: Applying functions, tapply, etc
Section 5: Graphing
Section 6: Common Statistical Chores
Section 7: Model Fitting (Regression-type things)
Section 8: Packages
Section 9: Misc. web resources
Section 10: R workspace
Section 11: Interface with the operating system
Section 12: Stupid R tricks: basics you can’t live without
Section 13: Misc R usages I find interesting

Tags: , , , ,

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

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

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

Using Open Source Technology in Higher Education

Um blog com muitos posts sobre a utilização do R

Um blogue com muitos posts sobre a utilização do R

Using R for Basic Cross Tabulation Analysis: Part Three, Using the xtabs Function

Using R to Work with GSS Survey Data: Cross Tabulation Tables

R Tutorial: Using R to Work With Datasets From the NORC General Social Science Survey

How to Set Up SSH to Remotely Control Your Raspberry Pi

Tags: , , , , ,