R Brown-Bag Seminar 2: Hands-on Antony Karanja Ndungu Research Methods Group-ICRAF.

Slides:



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

A very short introduction to R Pia Wohland. R is… -A statistical software -Programming language -Free! -Very good in handling and manipulating data sets.
Alejandro Buren & Paul Regular Introduction to BIOL 7220 September 2012.
Introduction to S-Plus by Francesco Ferretti Analysis of Biological Data Course Winter term 2007 Dalhousie University.
Writing functions in R Some handy advice for creating your own functions.
LECTURE 7 SEP 27, 2010 Building computational pipelines.
R for Research Data Analysis using R Day1: Basic R Baburao Kamble University of Nebraska-Lincoln.
Introduction to R A. Di Bucchianico. Introduction to R2 Types of statistical software command-line software –requires knowledge of syntax of commands.
LISA Short Course Series R Basics
What is R Muhammad Omer. What is R  R is the programing language software for statistical computing and data analysis  The R language is extensively.
Graphing Equations. Given an equation, student will be able to  Graph the equation of the line with 80% accuracy.  Identify slope and y-intercept with.
Introduction to IDL Dr James Scuffham.
Basic R Programming for Life Science Undergraduate Students Introductory Workshop (Session 1) 1.
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)
R Example Descriptive Statistics Frequency and Histogram Diagrams Standard Deviation.
LISA Short Course Series R Basics Ana Maria Ortega Villa Fall 2013 LISA: R BasicsFall 2013.
A B C Q R S! Coilín Minto Department of Biology, Dalhousie University.
Introduction to R Part 2. Working Directory The working directory is where you are currently saving data in R. What is the current working directory?
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.
EMetric Demo Site User Name: d9999 Password: emetric.
Using R for Marketing Research Dan Toomey 2/23/2015
A Powerful Python Library for Data Analysis BY BADRI PRUDHVI BADRI PRUDHVI.
Making Graphs using Fathom Bar graphs and dot plots Histograms Box and Whisker plots.
Macro Recording. Macros Image-pro Plus has an internal programming language called Auto-Pro. We can use Auto-pro to create: Executable Routines Executable.
An Introduction to R Statistical Computing AMS 597 Stony Brook University Spring 2009 By Tianyi Zhang.
Introduction to R Introductions What is R? RStudio Layout Summary Statistics Your First R Graph 17 September 2014 Sherubtse Training.
Performing statistical analyses using the Rshell processor Original material by Peter Li, University of Birmingham, UK Adapted by Norman.
Introduction to R Carol Bult The Jackson Laboratory Functional Genomics (BMB550) Spring 2011.
DATA MINING Pandas. Python Data Analysis Library A library for data analysis of (mostly) tabular data Gives capabilities similar to Excel and SQL but.
Data Organization Quality Assurance and Transformations.
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.
Jeff Howbert Introduction to Machine Learning Winter Machine Learning MATLAB Essentials.
R Roger Barlow HEP Computing seminar 21 st February 2008.
Pinellas County Schools
Introduction to R Chris Free. Introduction to R Free! Superior (if not comparable) to commercial alternatives Available on all platforms Not just for.
Introduction to Data Manipulation, Analysis, and Visualization with R Patrick Grof-Tisza.
Report on parallel session 5A, a.k.a. the DoSSiER session: Database of Scientific Simulation and Experimental Results 9/14/2016 Hans Wenzel 21st Geant4.
Feature Engineering Studio
Sihua Peng, PhD Shanghai Ocean University
R Brown-Bag Seminar 2.1 Topic: Introduction to R Presenter: Faith Musili ICRAF-Geoscience Lab.
Lecture 2: Introduction to R
R programming language
Getting Visual Studio Go to
Intro to R for Humanists
Introduction to R.
Standard Deviation on Nspire
R in Power BI.
Getting your data into R
Research methodology R Statistics – Introduction
Statistical Analysis – Part 3
Lab 1 Introductions to R Sean Potter.
Introduction to R.
Siva R Venna (sxv6878) Satya Katragadda (sxk6389)
HMI 7530– Programming in R Introduction
STAT 4030 – Programming in R Introduction
This is where R scripts will load
Installing Packages Introduction to R, Part II
Day 12 AGENDA: Quiz 2.1 & minutes Test Ch 1 & 2 is Thursday.
Setting up R Project Link to download R: Link to download R console:
MIS2502: Data Analytics ICA #7 Introduction to R and RStudio - Recap
This is where R scripts will load
This is where R scripts will load
Python for Data Analysis
Social Practice of the language: Describe and share information
Using R for Data Analysis and Data Visualization
Trials & laws & Large Numbers (Large Number Theory)
Line Graphs.
Research methodology R Statistics – Introduction
> Introduction to Nelson Rios, Tulane University
Presentation transcript:

R Brown-Bag Seminar 2: Hands-on Antony Karanja Ndungu Research Methods Group-ICRAF

STUDIO R downloaded and installed? R Studio / /

Getting started to Working with R Get Started to R – R downloaded and installed? ( ) – R Studio ( ) R language – Object oriented programming. - No desk menu! (Rmcdr) Assign objects to manipulations. Nature of Data Objects Data frames, vectors, matrices, lists (maps, data, etc)

Getting started to Working with R Operations on data objects Base and libraries- functions/commands Scripting in R (Setwd, getwd()) Working with R - Loading data (Data objects); libraries (foreign - Working with really data. Loading/ recalling data - Data validation and cleaning - Data management (sub setting, collapse, merging, appending, Reshaping etc.

Hands-on R!

Statistics using R Tabulations and Summaries Plotting simple graphs (Box plots, histograms, plots of tabular data)