May 31-June 2, 2016, Missouri Botanical Garden

Slides:



Advertisements
Similar presentations
What is Computer Software?. Hardware vs Software Got to have both to get the job done!
Advertisements

 Statistics package  Graphics package  Programming language  Can be used to share/reproduce analyses  Many new packages being created - can be downloaded.
1 Organising data in a spreadsheet Module 1 Session 3.
Introduction to SAS Math 3200 Jan Jimin Ding.
The “R” Statistical Package Naomi Altman Dept. of Statistics PSU.
Training on R-language Mārtiņš Liberts Central Statistical Bureau of Latvia.
Introduction to R. Statistical Software Statistical software – Wide variety of software tools that researchers use to analyze data – Common examples are.
An ide for teaching and learning prolog
AN INTRODUCTION TO LINUX OPERATING SYSTEM Zihui Han.
Introduction to R Statistical Software Anthony (Tony) R. Olsen USEPA ORD NHEERL Western Ecology Division Corvallis, OR (541)
Lets make life easier… Who wants to use a piece of paper to create perfect shapes these days. Kids love using technology.
What is R By: Wase Siddiqui. Introduction R is a programming language which is used for statistical computing and graphics. “R is a language and environment.
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)
© 2008, Renesas Technology America, Inc., All Rights Reserved 1 Introduction Purpose  This training course provides an overview of the installation and.
Computer Concepts 7th Edition Parsons/Oja Chapter 3 Computer Software Section A: Software Basics.
Grade 7 Pre-Algebra Extended Session April 26, :30-11:00 Room 606.
Introduction Purpose This course describes the process of installing the KPIT GNU toolchain on your PC. Objective Learn how easy it is to get information.
Introduction to R Clay Ford, StatLab September 11/12, 2013.
What is Computer Software?. Hardware vs Software Got to have both to get the job done!
An Introduction to Linux Name: Haixin Wang ID :
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.
Using Software in Teaching Statistics Damon Berridge, Centre for Applied Statistics, Dept of Mathematics & Statistics ESRC NCRM.
 Muscle Shoals Center for Technology Mrs. Stonecipher.
An Introduction to R Statistical Computing AMS 597 Stony Brook University Spring 2009 By Tianyi Zhang.
GNOME, KDE and X Windows. The GNOME Project was started in 1997 to produce a free (as in freedom) desktop environment. GNU Network Object Model Environment.
R basics workshop J. Sebastián Tello Iván Jiménez Center for Conservation and Sustainable Development Missouri Botanical Garden.
© 2015 by Wade Rogers Introduction to R Cytomics Workshop December, 2015.
PROGRAMMING IN R Introduction to R. In this session I will: Introduce you to the R program and windows Show how to install R Write basic programs in R.
GROUP PresentsPresents. WEB CRAWLER A visualization of links in the World Wide Web Software Engineering C Semester Two Massey University - Palmerston.
Introduction to R Aedín Culhane
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.
Introduction to Data Manipulation, Analysis, and Visualization with R Patrick Grof-Tisza.
R basics workshop May 16-18, 2016, Missouri Botanical Garden Network: MBGPUBLIC, password: mygarden Website:
Introduction to Algorithm. What is Algorithm? an algorithm is any well-defined computational procedure that takes some value, or set of values, as input.
A quick guide to other statistical software
Mantang Cai Beijing Development Institute Peking University
R Brown-Bag Seminar 2.1 Topic: Introduction to R Presenter: Faith Musili ICRAF-Geoscience Lab.
Macintosh & Linux Used to fill in pg 5 & 6 of “Operating Systems” Packet.
Data Tools: R and RStudio
Introduction to Eclipse
R basics workshop Sohee Kang Math and Stats Learning Centre
R basics workshop J. Sebastián Tello Iván Jiménez
IT244 - Introduction to Linux / Unix Instructor: Bo Sheng
Second Annual Cytomics Workshop April, 2017
R in Power BI.
May 17-19, 2017, Missouri Botanical Garden
Introduction to R Programming with AzureML
Everyone’s a designer…
R Programming.
R basics workshop Sohee Kang Math and Stats Learning Centre
June 5-7, 2018, Missouri Botanical Garden
Do you know this browser?...
Introduction to R.
Introduction to R By Robert Biddle.
An introduction to data analysis using R
Thursday June 21st 2018, 9:00 am - 4:00 pm.
Siva R Venna (sxv6878) Satya Katragadda (sxk6389)
Course Schedule Day 1 Day 2 8:00 AM - 9:30 AM 9:30 AM - 9:45 AM
Program Content Day 1 Day 2 1. Introduction to Six Sigma Morning Break
R basics workshop for REU students
CSCI N207 Data Analysis Using Spreadsheet
Twenty Questions Subject: Time.
Installing Packages Introduction to R, Part II
R basics mini-workshop for REU students
Course Schedule Day 1 Day 2 8:00 AM - 9:30 AM 9:30 AM - 9:45 AM
Course Schedule Day 1 Day 2 8:00 AM - 9:30 AM 9:30 AM - 9:45 AM
Web Application Development Using PHP
> Introduction to Nelson Rios, Tulane University
June 5-7, 2019, Missouri Botanical Garden
Presentation transcript:

May 31-June 2, 2016, Missouri Botanical Garden R basics workshop for REU students May 31-June 2, 2016, Missouri Botanical Garden Network: MBGPUBLIC, password: mygarden Website: http://rbasicsworkshop.weebly.com/

Instructors J. Sebastián Tello Center for Conservation and Sustainable Development Missouri Botanical Garden Iván Jiménez

Participants

Objective To teach the basic knowledge necessary to use R independently, thus helping participants initiate their own process of learning the specific tools needed for their research.

Logistics 3 days, 2 sessions each day: 8:00 am to noon and 1:30 pm to 5:00 pm One 15-minute break during morning sessions, 10:15 am to 10:30, and one 15-minute break during afternoon sessions, 3:15 pm to 3:30 pm Network: MBGPUBLIC, password: mygarden Website: http://rbasicsworkshop.weebly.com/

General contents Day 1 1. Introduction – Iván 2. Functions and arguments – Sebastián 3. Objects – Sebastián 4. Opening and saving files – Sebastián Day 2 5. Data generation – Iván 6. Operators – Iván 7. Object manipulation – Iván Day 3 8. Graphics – Iván 9. Flow control – loops and conditionals – Sebastián 10. Writing your own functions – Iván

1. Introduction

What is R? R is a language and environment for statistical computing and graphics. Environment = planned and coherent system of flexible tools (“An Introduction to R” by R Core Team). R can be used for: data manipulation, data analysis, creating graphs, designing and running computer simulations. R is extended by thousands of packages described in “Task Views” at CRAN (The Comprehensive R Archive Network): https://cran.r-project.org/web/views/ R is a statistical computing environment for statistical computation and graphics, and it is a computer language designed for typical and possibly very specialized statistical and graphical applications. The software is available for unix/linux, Windows, and Macintosh platforms under general public license, and the program is available to download from www.r-project.org. Thousands of contributed packages are also available as well as utilities for easy installation.

Why use R? It is free Excellent for graphics Tools for a wide range of statistical analyses Recently developed tools available immediatly Freedom to develop your own tools R is a statistical computing environment for statistical computation and graphics, and it is a computer language designed for typical and possibly very specialized statistical and graphical applications. The software is available for unix/linux, Windows, and Macintosh platforms under general public license, and the program is available to download from www.r-project.org. Thousands of contributed packages are also available as well as utilities for easy installation.

How to get R From www.r-project.org. R is a GNU project.

Three windows in R Graphics Console Editor

Exersice 1: a first session in R Objective: experiencing R