CSCI N207 Data Analysis Using Spreadsheet

Slides:



Advertisements
Similar presentations
A gentle introduction to R – how to load in data and produce summary statistics BRC MH Bioinformatics group.
Advertisements

DL Windows Software “Rules” Import a CSV File From Excel
Setting up Eclipse PSC 120 Jeff Schank. Outline Find our user account Create “PSC120” Folder Create a “workspace” folder Link it to Eclipse Install Mason.
TM Graphical Monitoring Electronic Service Tools.
 Statistics package  Graphics package  Programming language  Can be used to share/reproduce analyses  Many new packages being created - can be downloaded.
FUNDAMENTALS OF PROGRAMMING SM1204 Semester A 2010/2011.
Java Programming Working with TextPad. Using TextPad to Work with Java This text editor is designed for working with Java You can download a trial version.
CS320n –Visual Programming Introduction to LabVIEW.
1a – Getting Started Lingma Acheson Department of Computer and Information Science, IUPUI CSCI N331 VB.NET Programming.
Publishing a Web Page at the University of DE FREC 135.
USER GUIDE TO OPEN OFFICE BY MARTIN ROCHE 11K. CONTENTS.
Introduction to R Statistical Software Anthony (Tony) R. Olsen USEPA ORD NHEERL Western Ecology Division Corvallis, OR (541)
1b – Inside Visual Studio Lingma Acheson Department of Computer and Information Science, IUPUI CSCI N331 VB.NET Programming.
TC2-Computer Literacy Mr. Sencer February 8, 2010.
Python Mini-Course University of Oklahoma Department of Psychology Day 1 – Lesson 1 Getting Started 4/5/09 Python Mini-Course: Day 1 - Lesson 1 1.
FUNDAMENTALS OF PROGRAMMING SM1204 SEMESTER A 2012.
CS Tutorial 1 Getting Started with Visual Studio 2012 (Visual Studio 2010 are no longer available on MSDNAA, please choose Visual Studio 2012 which.
QT - a C++ based GUI QT’s Designer and Assistant.
Introduction to HTML Reporting with SAS Welcome to HTML reporting with SAS Sam Gordji, Weir 107.
GRAP 3175 Computer Applications for Drafting Unit IV Application Software.
Setting Up Eclipse. What is Eclipse? Eclipse is a free, downloadable software that allows us to create, compile, and run JAVA programs.
Publishing a Web Page at the University of DE APEC 135.
INTRODUCTION TO MINECRAFT FORGE CSCI 3130 SUMMER 2014.
Java Programming, Second Edition Appendix A Working with Java SDK 1.4.
Introduction to R Introductions What is R? RStudio Layout Summary Statistics Your First R Graph 17 September 2014 Sherubtse Training.
Our project main purpose is to develop a tool for a combinatorial game researcher. Given a version of combinatorial puzzle game and few more parameters,
How to Install Eclipse Click hereClick here to download Eclipse.
7. Data Import Export Lingma Acheson Department of Computer and Information Science IUPUI CSCI N207 Data Analysis Using Spreadsheets 1.
Installing NVU A full-featured web page editor. NVU has two great virtues: 1. It’s good 2. Its’ free!
® IBM Software Group © 2006 IBM Corporation Rational Asset Manager v7.2 Using Scripting Tutorial for using command line and scripting using Ant Tasks Carlos.
Introduction to CADStat. CADStat and R R is a powerful and free statistical package [
Illustrator lecture 1: how to use Adobe Illustrator with raster maps? Yhd Water and people.
Class Orientation Lingma Acheson Department of Computer and Information Science IUPUI CSCI N207 Data Analysis with Spreadsheets 1.
Introduction to Data Manipulation, Analysis, and Visualization with R Patrick Grof-Tisza.
Introduction to FOSS. Classes of software  Operating System (OS)  Software that manages all the application programs in a computer  Manages the computer.
A quick guide to other statistical software
Introduction to SPSS Fall 2012
Matlab Programming for Engineers
R Brown-Bag Seminar 2.1 Topic: Introduction to R Presenter: Faith Musili ICRAF-Geoscience Lab.
Data Tools: R and RStudio
Endnote Part I.
Computer Application in Engineering Design
Computer Software: Programming
Service Section Technical Training Dec 2005.
MATLAB Basics Nafees Ahmed Asstt. Professor, EE Deptt DIT, DehraDun.
DTIAtlasFiberAnalyzer Tutorial
Spam Database Tool Use The purpose of this Tool is to Store all SPAM Numbers in Database for matching and excluding from CDRs. Note All files will be stored.
Introduction to R Studio
Installing R and R Studio
Exporting Output Reports to Excel
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
Network Visualization
Lab 1 Introductions to R Sean Potter.
Introduction to R.
Last updated: February 16, 2016
Introduction to R By Robert Biddle.
SEEM4570 Tutorial 07: Filezilla and PHP
Crash course in R – short introduction
Siva R Venna (sxv6878) Satya Katragadda (sxk6389)
Code is on the Website Outline Comparison of Excel and R
This is where R scripts will load
Java External Libraries & Case Study
Run Java file with Window cmd
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
CSCI N317 Computation for Scientific Applications Unit 1 – 1 MATLAB
CSCI N207 Data Analysis Using Spreadsheet
This is where R scripts will load
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
Using R for Data Analysis and Data Visualization
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
Presentation transcript:

CSCI N207 Data Analysis Using Spreadsheet Department of Computer and Information Science IUPUI

R Introduction What is R? Why R A software environment for statistical computing and graphics (https://www.r-project.org/) Why R A few lines in R could save hours of struggling in a spreadsheet pages of programming code in Java Open source software tool, free for everybody Great for plotting graphics or fitting statistical models Run on UNIX, Windows and MacOS

R Introduction What do we do on R? Software tools similar to R Importing data from spreadsheets or databases Process data Run statistical analysis Perform data visualization Software tools similar to R MatLab SPSS SAS Mathematica …

R Introduction Download and install R on your computer http://ftp.ussg.iu.edu/CRAN/ http://www.rstudio.org ( a more user-friendly version)

R Introduction Data Imports Import data from a .csv file Prepare a csv file by exporting data from a spreadsheet or database Create a folder on your computer as your R workspace Copy the csv file into the workspace Set the folder as your workspace Load the csv data into R Note: For every “\” in the path, add a “\”.

R Introduction use the data

R Introduction Can press the up arrow or the down arrow to scroll through commands typed earlier, or type in “history()” Can install RExcel and run R inside Excel - http://rcom.univie.ac.at/ Additional tutorials and examples https://cran.r-project.org/manuals.html http://www.cookbook-r.com/