S-PLUS & R Class Links
Posted by Armando Brito Mendes | Filed under estatística, materiais ensino, materiais para profissionais, software
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
- Introduction to S language (S-Plus, R)
- S-Plus Windows Notes (MASS – Brian Ripley)
- S-Plus 6 Users Guide
- S-Plus 6 Users Guide to “Introduction to the Practice of Statistics”
- Datasets for “Introduction to the Practice of Statistics”
- S-Plus Tutorial
- S-Plus Website
- S-Plus Official Documentation
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
- SourceForge Download Site – Download Tinn-R Setup Files; Tinn-R can serve as a script editor and “pager” for R Console. See Tinn-R Convenient Script Editor for R on Win32 Platform
R
Download Site for the Current Windows Install Binary and R Packages
- Main CRAN Website
- CRAN Windows Binary – Installer for Win32 (also available for MacOS X and Linux
- CRAN R Package Descriptions – Pdf manuals available for packages
- R Packages Organized by Topic – Organized by discipline and methodology
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
- Introduction to R – ppt
- Using R with Excel – A (D)COM Server for the Windows Platform – Benchmarks article (needs updating badly – Rich)
- R(D)COM Server Homepage – Thomas Baier
- R(D)COM Listserve Archive
- Download for single install file – R-2.4.1, R(D)COM and RExcel only
- Download for single install file – R-2.4.1 – use this file for a comprehensive install of selectable components: R, Rcmdr, R(D)COM, RExcel, rcom, gobbi, Rgobbi, and Tinn-R. R Version 2.5.0 combined install found here.
- Installing The R(D)COM server – Help Pages
- Using The R(D)COM server – Help Pages
- Using R Within Excel – Help Pages
- Duncan Temple Lang’s R (D)COM Homepage
- Duncan Temple Lang’s R (D)COM Notes
- Duncan Temple Lang’s R (D)COM Client examples– directory listing
- Duncan Temple Lang’s R (D)COM Server – examples listing
- General Computing Considerations
Tags: Excel, 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
CRAN Task Views
Posted by Armando Brito Mendes | Filed under estatística, visualização
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: data mining, R-software, software estatístico
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
Base R Version
Posted by Armando Brito Mendes | Filed under estatística, materiais ensino, software, visualização
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: Estat Descritiva, R-software, software estatístico
Moving Past Default Charts
Posted by Armando Brito Mendes | Filed under estatística, visualização
Um excelente tutorial para aprender a trabalhar com os parâmetros dos gráficos em R.
Tags: belo, data mining, R-software, software estatístico
Using Open Source Technology in Higher Education
Posted by Armando Brito Mendes | Filed under estatística, software
Using R for Basic Cross Tabulation Analysis: Part Three, Using the xtabs Function
crosstabsrr programmingr statisticstable analysis
Using R to Work with GSS Survey Data: Cross Tabulation Tables
chi squaredcross tablescrosstabsrr programmingr statisticstable analysis
R Tutorial: Using R to Work With Datasets From the NORC General Social Science Survey
create csv filefile conversionrr programmingr statisticsr tutorialread spss filesresearch
How to Set Up SSH to Remotely Control Your Raspberry Pi
mmand lineraspberry piraspberry pi computingRaspberry Pi Software Configuationremote access with sshset up sshsshterminal program
Tags: análise de dados, data mining, desnvolvimento de software, Estat Descritiva, R-software, software estatístico
Resources for Getting Started with R
Posted by Armando Brito Mendes | Filed under estatística, software
Resources for Getting Started with R
R, the open source statistical software environment, is powerful but can be a challenge to approach for beginners. For me, the best way to learn R, especially on the visualization side of things, is to dive right in. Grab some data and make some charts, or better yet, find a graph you like and try to replicate it.
R core functionality and the many available packages let you do a lot without having to know what’s going on underneath. I use this approach in Visualize This and the tutorials around here. I like the satisfaction of immediate results. Then I learn the nitty gritty later.
That said, it doesn’t hurt to familiarize yourself with the environment. Also, visualization is a small part of what you can do with R, so it can help to know what else you can do analysis-wise.
Tags: data mining, R-software, software estatístico
An intro to R for new programmers
Posted by Armando Brito Mendes | Filed under estatística, software
Following the lead of JavaScript for Cats by Maxwell Ogden, Scott Chamberlain and Carson Sievert wrote R for Cats. It’s a playful introduction to R intended for those who have little to no programming experience.
The bulk of it so far is a primer on data structures, and there’s a little bit on functions and some dos and don’ts. It’s stuff you should know before you get into more advanced tutorials.
Mainly though: ooo look, kitty.
Once you’re done with that (It only takes about 30 minutes.), there are lots of other resources for getting started with R.