Installing R and R Studio

Slides:



Advertisements
Similar presentations
Writing functions in R Some handy advice for creating your own functions.
Advertisements

Downloading, Installing, and Working with Dropbox.
PowerPoint 2002 Linking Video in Presentation and Delivering Presentation on the Road.
What is Dropbox ?– Dropbox is a file storage site which gives you an easy way to save your documents, files, and presentations online and access them from.
The “Cool” Way to Share Your PowerPoint. Slideshare 1. Go to 2. Sign up for a free account – Click.
Introduction to R Statistical Software Anthony (Tony) R. Olsen USEPA ORD NHEERL Western Ecology Division Corvallis, OR (541)
How to Export Question Bank. Step 1: Select Export Question Bank Over here!!!
Introduction to. What is Office 365 Office 365 is the same Office you already know and use every day. Office 365 is powered by “the cloud” which is a.
Computer Basics Tonya Wright. Identify and use computer hardware Open and close a desired program Switch back and forth between open windows Open an internet.
Website Design CLA – Transportation. Defining a Site Select: Site – New - Site Click Next.
Follow these simple directions to create a place to save and share files.
Follow these simple directions to create a place to save and share files.
Applications Software. Applications software is designed to perform specific tasks. There are three main types of application software: Applications packages.
How to Web Page with iModules First row of icons.
Websites 101 Technology Committee UPSOM. Web Class – Goals  Make a simple web page (or series of pages)  Upload that page to the internet  Feel comfortable.
Uploading Your Page to the Internet Configuring FTP on Dreamweaver.
Open Dreamweaver Start All programs Adobe design and web premium Adobe Dreamweaver.
Fall 2005 Using FrontPage to Enhance Blackboard - Darek Sady1 Using FrontPage to Enhance Blackboard 1.Introduction 2.Starting FrontPage 3.Creating Documents.
Use PowerPoint to make an E-BOOK with voice embedded.
Open Source Server Side Scripting ECA 236 Open Source Server Side Scripting Installation and Testing.
A guide for WTPS staff. Overview This document will show you how to link your Remind and Twitter feeds with your Schoolwires website. Post ONCE to either.
Moodle with Style Integrating new technologies to empower learning and transform leadership.
U1_a02_copyright text and images ADD NAME HERE. Insert below a copyright free IMAGE that could be used in your health and safety presentation.
archiving. archiving is for downloading, keeping and protecting all sent and received messages (including attachments)so they can be.
If you are reading this on YOUR computer… CONGRATULATIONS! You have a computer that works and is connected to enough components that it us up and running.
Creating and Saving College Essays and Documents Presented by Minnesota College Success Corps Anoka Ramsey Community College.
Click on your group to see your activity for today
Field Education: Site Evaluation Report In D2L, select your Field Education Course.
Getting Started with Word & Saving Guided Lesson.
Setting up Dreamweaver to use your local WAMP testing Server
PYP002 Intro.to Computer Science Microsoft Word1 Lab 04 - a Microsoft Windows Applications Common Features.
Quick Launch. Google Drive 30 GB Cloud Space Document.
Field Education: Weekly Tracking Sheet In D2L, select your Field Education Course.
1 HTML Tables. 22 Objectives You will be able to Create tables in HTML.
1 Getting Started with C++ Part 1 Windows. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Microsoft.
KompoZer. What is it? A FREE product used to design websites A FREE product used to design websites A WYSIWYG HTML Editor A WYSIWYG HTML Editor –WYSIWYG:
Field Education: Learning Contract In D2L, select your Field Education Course.
Navigating the Course 1. Course Materials 2 Software: Notepad (or TextEdit on a Mac) – comes with operating system Internet Explorer Web Browser FireFox.
Search for the app or visit my.showbie.com Getting started with Showbie “Showbie keeps you and your students on the same page, whether you’re using ipad,
Chris Knight Beginners’ workshop.
Using CVUSD Print Center Desktop Printer Chino Valley Unified School District.
Introduction to R Dr. Satish Nargundkar. What is R? R is a free software environment for statistical computing and graphics. It compiles and runs on a.
Physics 114: Lecture 1 Overview of Class Intro to MATLAB
Cloud-Computing Cloud Web-Blog Software Application Download Software.
Jacynthe Touchette, MSI JGH Health Sciences Library
R Brown-Bag Seminar 2.1 Topic: Introduction to R Presenter: Faith Musili ICRAF-Geoscience Lab.
Basic Computer Vocabulary
Android How to Program, 3/e
How to Submit a External Tool Assignment
Getting Started with R.
Step 1: Download R and install R:
Introduction to R.
Podcasting Using Audacity
Crash course in R – short introduction
Exporting EBSCO eBooks pages to Google Drive
Download Documents from HFM
Code is on the Website Outline Comparison of Excel and R
This is where R scripts will load
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
HOW TO MAKE PAGES FOR A WEB SITE
How to use Refworks to Cite a reference and to Create the Bibliography
Adding a Document to Your Report
Install MySQL Community Server and MySQL Workbench
This is where R scripts will load
This is where R scripts will load
A function that is initiated using an icon, drop-down menu, or mouse
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
Training Presentation For
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
How to type Chinese simplified character in your computer?
Presentation transcript:

Installing R and R Studio STT 315 Recitation #1

Install R Download R from http://cran.us.r-project.org/ and install it to your computer like any other software program. This gives you a table and a bookshelf

Install RStudio Download RStudio from https://www.rstudio.com/products/rstudio/download/ and install it to your computer. This gives you a nice work surface to put on your table. You must install R before you install RStudio!

Sit down at the table Open RStudio. Not Open a new R script file by clicking on the new file icon in the upper left corner. In a web browser, navigate to https://msu.edu/~fairbour/scripts/Day1Script.R, copy the text on that page and paste it into the script file space in RStudio.

Buy a book for your bookshelf (it’s free) Computer code and datasets in R come in “packages”. These are like books you can buy and put on your bookshelf. Run the command in the script file to “buy” the package “openintro”:

Put your book on the table so you can read it In order to use information in a book you have to take it off the shelf and open it. We do this in R with the require() command. The command library(openintro) will also work.

Coming back later Each time you close RStudio, it puts all your books back on the shelf, so you’ll have to use the “require” command for any package you want to use each time you open and use R.

Run the script Do some calculations Make some pictures Export the picture Put it in a document Save the document as a pdf Upload the document to the Recitation Day 1 Dropbox in D2L.