Step 1: Download R and install R:

Slides:



Advertisements
Similar presentations
Using Microsoft PowerPoint in the Classroom
Advertisements

A Guide to INCTR s Portal Enhancing international communication in the service of global cancer control.
Introduction to Windows File Management
Activity One Use the Windows Explorer program to create a new folder. Name the folder by your first name. Click on the windows explorer icon then highlight.
Using the Unity 98 Cordless Response System Directions : Courtesy of IHC public relations.
Creating Clusters in a Virtual Environment Purpose: To create a development environment with limited hardware resources that allows the testing of parallel.
Installing the Core FTP Client Go to Click on “Download Core FTP now!” Under the Core FTP LE 2.2: free version heading Select.
To get to the Progress Toward Degree worksheets, click on “Contents” on the menu bar…
ATM 315 Environmental Statistics Course Goto Follow the link and then choose the desktop application.
The Blue “W” is placed on your Desktop or in your system tray area.
Streaming Twitter. Install pycurl library Use a lab computer From the course website Download the links from pycurl and twitter streamer Extract site-packages.zip,
CIS 205—Web Design & Development Flash Chapter 1 Getting Started with Adobe Flash CS3.
Thank you for your decision to try vTreePro Practice Tree Software! Your satisfaction is very important to us. Please feel free to send us an if.
Adding User Interactivity – Lesson 51 Adding User Interactivity Lesson 5.
1. Freight Price October 1, 2008 Version : 5.0. UG_ _A User ManualGlovis India TMS Project Price Management Overview Firstly, a freight price.
Updating the Laboratory Website. Useful Info Address: Everything is saved in the desktop.
Codewriters – Website Management Overview of Codewriters Website management services. Including, design templates, content and document publishing, auto.
Downloading and Installing Autodesk Revit 2016
Creating Projects in JCreator Computer Science 40S.
Website Editing From Gingerweb The Image Gallery.
Topic Java EE installation (Eclipse, glassfish, etc.) Eclipse configuration for EE Creating a Java Web Dynamic Project Creating your first servlet.
SAFARI ODBC INSTALLATION Go to the TRECA home WEB page.
Topics Introduction Scene Graphs
Photoshop CC Workspace
Installing MySQL BCIS 3680 Enterprise Programming.
Python Interpreter and Pycharm Community Edition
How to Install Eclipse Click hereClick here to download Eclipse.
The Diagnostic Pathfinder System Introduction Getting Started.
Windows Installation Tutorial NASA ARSET For Python help, contact: Justin Roberts-Pierel
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.
How to find your textbooks … ©Wellner Design, 2010.
Learn R Toolkit D Kelly O'DayInstall & SetupMod 1 - Setup: 1 Module 1 Installing & Setting Up R Do See & HearRead Learn PowerPoint must be in View Show.
Windows Installation Tutorial NASA ARSET For Python help, contact: Justin Roberts-Pierel
Resources in Moodle Dubravka Crnić. Moodle supports a range of resource types which teachers can add to their courses. In edit mode, a teacher can add.
SP5 - Neuroinformatics 3DSomaMS Tutorial Computational Intelligence Group Technical University of Madrid.
GETTING THE MOST OUT OF THE INFORMATION CONTAINED IN YOUR FCRB E-PACKET E-Packet Tricks & Tips.
Getting Visual Studio You can download Visual Studio 2015 Community Edition for free from the Microsoft web site.
Presenter: Suzy Belonga BTOP/EUPISD Instructional TechnologistWelcome!
FAQ 01 How our courses work… Once you are enrolled, simply select the appropriate course link to display its information. If I were enrolled in the Certificate.
Installing RMS 3.0 Contractor Mode
Block 1: Introduction to R
Creating Clusters in a Virtual Environment
Installing Analysis Tool Pak
Installation and Training
ΑΓΓ66 Creating a wiki Contact Session 3
Getting Started with R.
Eform Generator.
DATA MINING Python.
Installing R and R Studio
R Programming.
Bomgar Remote support software
Tutorial for using Case It for bioinformatics analyses
Welcome to the [Course Name] course.
How to install the Enterprise Agent using Active Directory
How Our Courses Work To progress through this slide show, simply click your mouse or use your arrow keys next back.
Crash course in R – short introduction
File Upload.
This is where R scripts will load
Installing Analysis Tool Pak
CSCI N207 Data Analysis Using Spreadsheet
Download and Installation of code::blocks
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
Windows Installation Tutorial
Submit Grades Electronically from MicroGrade Exports
This is where R scripts will load
This is where R scripts will load
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
Packages Maria Novosolov.
Presentation transcript:

Step 1: Download R and install R: https://cran.rstudio.com/ Step 2: Download and install Rstudio after you install R: http://www.rstudio.com/products/rstudio/download/ For some potentially useful tips, see: http://socserv.mcmaster.ca/jfox/Courses/R/ICPSR/ R-install-instructions.html

Installing R on Windows From: http://socserv.mcmaster.ca/jfox/Courses/R/ICPSR/R-install-instructions.html Installing R on Windows Instead of installing R in the standard location, C:\Program Files\R\R-3.1.1, I suggest that you use C:\R\R-3.1.1. This will allow you to install packages without running R with administrator privileges and will avoid problems that sometimes occur when there are spaces in paths.

https://cran.rstudio.com/

http://www.rstudio.com/products/rstudio/download/ Scroll down until you get to installers

This is where you type commands

If you would like to learn R or statistics or data analysis via Swirl: http://swirlstats.com/students.html

After you have installed a package using > install.packages(“swirl”) You can load the package using the library command: > library(swirl) Use the following to install Swirl courses: > install_from_swirl("Course Name Here") The following will start swirl: > swirl() For a list of courses: http://swirlstats.com/scn/title.html https://github.com/swirldev/swirl_courses#swirl-courses

Some notes: 1.) Normally you only need to install a package once. e.g > install.packages(“TDAmapper”) 2.) If you want to use a package, you must load it e.g > library(“TDAmapper”) You only need to do this once per session. 3.) If you want to repeat a command, you can use the up-arrow on your keyboard to obtain previously typed commands in the console. 4.) When you start typing commands, R will show you some choices. You can click on the one you want.

https://CRAN.R-project.org/package=TDAmapper Click on README for info about package Click on pdf for description of all TDAmapper commands

If you click on a .r file, it will load in the upper left box of R-studio. You should download the following files from: http://homepage.divms.uiowa.edu/~idarcy/COURSES/TDA/SPRING17/Rfiles Matrices_and_Data_Frames.R: commands from the Swirl course by this name. uploadDatatoRetc.R: How to upload and work with data. Modified from Swirl course. clustering.r: contains code for k-means and hierarchical clustering. Also discusses how to reduce the size of a data set.

imageclustering.r: download an image from the web and use clustering to reduce the number of colors. TDAmapper.r: code from the TDAmapper website for running TDAmapper on some data. The files mappersummary2a.pdf and mappersummary.pdf refer to the python version of mapper which can be found at http://danifold.net/mapper/

1.) Select the section you want to run and click run To run an R file: 1.) Select the section you want to run and click run 2.) Click on the line you want to run and click run. Continue clicking run to run the code line by line. Run blue highlighted portion Run line 8