R Statistical Language

Slides:



Advertisements
Similar presentations
WHAT IS ELINK? Thermoflow, Inc.
Advertisements

Alejandro Buren & Paul Regular Introduction to BIOL 7220 September 2012.
ComfortLink™ II Control. ComfortLink™ II Smart Control This is not just a thermostat. It’s an energy command center. Trane ComfortLink™ II is an easy-to-use,
How to access AUXDATA March If you have not received a Username from your DSO-IS, do not go any further. Send a request to your FSO-IS/SO-IS asking.
R Mohammed Wahaj. What is R R is a programming language which is geared towards using a statistical approach and graphics Statisticians and data miners.
Financial Data Calculator© Produced by: Mathematical Investment Decisions, Inc. 95 West Gate Drive – 2 nd Floor Cherry Hill, NJ Web site:
Copyright 2003 The McGraw-Hill Companies, Inc CHAPTER Application Software computing ESSENTIALS    
Cambodia-India Entrepreneurship Development Centre - : :.... :-:-
Installing software on personal computer
11 MAINTAINING THE OPERATING SYSTEM Chapter 5. Chapter 5: MAINTAINING THE OPERATING SYSTEM2 CHAPTER OVERVIEW Understand the difference between service.
11 MAINTAINING THE OPERATING SYSTEM Chapter 5. Chapter 5: MAINTAINING THE OPERATING SYSTEM2 CHAPTER OVERVIEW  Understand the difference between service.
Automating Practice Partner with Macro Express Donald T. Stewart, MD 2007User Group Meeting.
Linux Basics CS 302. Outline  What is Unix?  What is Linux?  Virtual Machine.
Lecturer: Ghadah Aldehim
Operating Systems Operating System
1 An Introduction – UCF, Methods in Ecology, Fall 2008 An Introduction By Danny K. Hunt & Eric D. Stolen Getting Started with R (with speaker notes)
London April 2005 London April 2005 Creating Eyeblaster Ads The Rich Media Platform The Rich Media Platform Eyeblaster.
Publish Calendars to the Web. CCUweb Presentation (10 Minutes) 1 Demonstration of published calendars (10 minutes) 2 Demonstration of importing calendar.
Sheri Lynn Lemon - 30 Mar Logan Utah Regional Family History Center Programs That Sync with New FamilySearch Ancestral Quest Family Insight Legacy.
Part 1. Persistent Data Web applications remember your setting by means of a database linked to the site.
PowerPoint Lesson 10 Sharing and Delivering Presentations Microsoft Office 2010 Advanced Cable / Morrison 1.
Microsoft FrontPage 2003 Illustrated Complete Finalizing a Web Site.
Piotr Wolski Introduction to R. Topics What is R? Sample session How to install R? Minimum you have to know to work in R Data objects in R and how to.
Contents 1.Introduction, architecture 2.Live demonstration 3.Extensibility.
1 UNIT 15 Webpage Creator Lecturer: fadwa tlaelan.
Innovations in Data Dissemination Thomas L. Mesenbourg, Jr. Acting Director U.S. Census Bureau United Nations Seminar on Innovations in Official Statistics.
Database Design and Management CPTG /23/2015Chapter 12 of 38 Functions of a Database Store data Store data School: student records, class schedules,
Unique Social Computing Applications Zaffar Ahmed.
United Nations Economic Commission for Europe Statistical Division The Importance of Databases in the Dissemination Process Steven Vale, UNECE.
Capabilities of Software. Object Linking & Embedding (OLE) OLE allows information to be shared between different programs For example, a spreadsheet created.
Connexion Comparison Client or Browser? Fran Juergensmeyer Waukegan Public Library 2 nd Annual WILIUG Conference June 16, 2006 Cataloging from A (Authority)
Department of Computer Science Internet Performance Measurements using Firefox Extensions Scot L. DeDeo Professor Craig Wills.
RUBRIC IP1 Ruben Botero Web Design III. The different approaches to accessing data in a database through client-side scripting languages. – On the client.
An Introduction to R Statistical Computing AMS 597 Stony Brook University Spring 2009 By Tianyi Zhang.
 Linux Mint is a computer operating system designed to work on most modern systems, including typical x86 and x64 PC’s. Linux Mint can be thought of.
Portal Update Plan Ashok Adiga (512)
GEOPAK Update Jeff Wyatt - C.O. L&D AES Section Falcon WebSuite Sam Perkins – C.O. L&D AES Section DGNConform Server Vallarie Douglas – C.O. L&D AES Section.
System Software Chapter 5 The Director Computer Components & Networks, 2002.
© 2015 by Wade Rogers Introduction to R Cytomics Workshop December, 2015.
1Software Development Using KIDS Software Development using KIDS Developed by David Whitten WorldVistA Education Meeting Las Cruces, NM May 2007.
Managing Servers Lesson 10. Skills Matrix Technology SkillObjective DomainObjective # Using Remote DesktopPlan server management strategies 2.1 Delegating.
COMPUTER NETWORKS Quizzes 5% First practical exam 5% Final practical exam 10% LANGUAGE.
Statistical Exploratory Analysis with “EnQuireR” 1.Introduction 2.Installation 3.How to 4.Report.
Chapter 25 – Configuration Management 1Chapter 25 Configuration management.
Introduction to Data Manipulation, Analysis, and Visualization with R Patrick Grof-Tisza.
9.1 The Need for Integrating Data among Different Types of Software Tasks of composing a project.
Exploring ProFile cont’d.
Distributed Control and Measurement via the Internet
Development Environment
What are they? The Package Repository Client is a set of Tcl scripts that are capable of locating, downloading, and installing packages for both Tcl and.
Operating System Concepts
R programming language
Tech Guide B: The Details of Software
Second Annual Cytomics Workshop April, 2017
PYTHON: AN INTRODUCTION
Enterprise Computing Collaboration System Example
UNIT 15 Webpage Creator.
R Programming.
Bomgar Remote support software
Microsoft FrontPage 2003 Illustrated Complete
Facebook Clone Script | Social Network Script - Open Source Social Network Script
How to Install an old version of Adobe Reader on Mac OS.
Christopher W.V. Hogue, Ph.D
Introduction to R.
Today’s Beginner Workshop
CSCI N207 Data Analysis Using Spreadsheet
Experience with the process automation at SORS
Install MySQL Community Server and MySQL Workbench
Using R for Data Analysis and Data Visualization
Web Application Development Using PHP
Presentation transcript:

R Statistical Language Introduction/Tutorial/Demonstration Patrick R. McMullen Wake Forest University Schools of Business mcmullpr@wfu.edu

R History Initially developed by Ross Ihaka and Robert Gentleman at the University of Aukland, New Zealand The software was developed to be a free version of the already existing S Statistics Language The name “R” has dual-meaning: it is a reference to the “S” software, and a reference to the first names of the two developers

R History R is part of the GNU Project, a free-software collaborative initiative Part of R’s mission is to keep the software evolving to meet the needs of its continuously-growing body of users Regular users of R can make modifications to the software to customize their needs R has a governing board that decides which of these modifications should be distributed with the R installation

R History R was initially used mainly in New Zealand, Australia and Western Europe Since then, its use has become more international, including the US and Canada Its market share in statistical computing software has rapidly grown Manufacturers of competing products, such as SAS, have offset their reduced market share with consulting services Universities are huge proponents of R

R Packages When a user creates some new feature that adds to the capability of R, they have created a “package” The user can send the “package” to the governing body of R, and the governing body can include this package in their next update of the free software This type of process is a trademark feature of what is called the “Open Source” movement R is updated about once per year, but there is no fixed pattern to their updates. The current version of R is 2.15, although I used 2.12.1

R Packages Presently, there are more than 3,000 packages available in the most current version of R These packages run the gamut from the very trivial to the very complex (structural equation modeling, for example) The packages used to perform basic statistics and graphics are included in the basic installation of R Other packages that perform more specialized things must be downloaded, installed and loaded This process is quite straightforward

R Installation R can be installed via my web-site: http://www.joydivisionman.com/R/ Choose the “R Installation Link” R can be installed via their web-site: http://www.r-project.org

R Installation After basic installation, packages can be installed as needed

R Usage Interactive Batch Files When a user has communication with R on an as-needed basis Batch Files When a user submits a file containing multiple commands Some combination of interactive and batch file usage Batch files are frequently used to load data sets, and interactive commands are used to manipulate and analyze data

Using R Interactively Type commands at the prompt

Using R via Batch Files Load a text file with the “R” extension

R Packages That I Use stats – package that provides basic statistical functionality (automatically installed/loaded) graphics – package that permits basic graphics (not automatically installed/loaded) MASS – multivariate statistical functionality (not automatically installed/loaded)

R Packages That I Use scatterplot3d – package that enables 3-dimensional graphics (not automatically installed/loaded) sem – package that provides functionality for Structural Equation Modeling (not automatically installed/loaded)

R Tutorial/Demonstration What was it that Jackie Gleason said ???