IASC-ERS Summer School CoDaCourse 2014

Size: px
Start display at page:

Download "IASC-ERS Summer School CoDaCourse 2014"

Transcription

1 IASC-ERS Summer School CoDaCourse Software Dept. Informàtica, Matemàtica Aplicada i Estadística Universitat de Girona Campus Montilivi, EPS-4 E Girona (Spain) [Coord: N E] webmaster@compositionaldata.com

2 Sotfware Organized by: Research Group on on Statistical MEthods in restricted spaces (METRICS) from the Computer Science, Applied Mathematics and Statistics Department of the University of Girona (UdG). The CoDaCourse is accredited by the International Association for Mathematical Geosciences ( and supported by the European Regional Section of the International Association for Statistical Computing ( Language: English Dates/Timetable: 2014 July 7-11; 5 days from 9:00-17:00, including coffeebreaks and lunches (i.e. 30 class room hrs). Language: English. Instructors from METRICS research group: J.J. Egozcue, V. Pawlowsky, C. Barceló, J. Daunis, J.A. Martín and G. Mateu. Support staff: M. Comas, I. Galván, and M. Vives. Material: PDF files, data files, and paper copy of slides and lab exercises will be provided. Certificate: Attendance certificate will be provided. Lab exercises are based on available software. Attendants are strongly encouraged to bring their own laptops for practicals with all the software previously installed. If some assistant is unable to bring any laptop or has troubles to install any software, please contact us at webmaster@compositionaldata.com. CoDaPack CoDaPack is an open source software, independent of any other software. The freeware package can be downloaded from the web site: The package comes with a setup file and requires having Java Virtual Machine (minimum version 1.5.0) installed. To get it working, it suffices to install and open the file CoDaPack.exe. CoDaPack is based on menus. Numerical results appear on the output part of the window, while graphs appear in new graphical windows. To use CoDaPack, one has to execute the le Codapack.exe. When a new version of CoDaPack is available, and Internet connection is working, the ~ 2 ~

3 package shows a message asking for the user to import the new version. In other words, CoDaPack updates itself. Data could be imported from Excel files or recovered from previous sessions. The observations are organized in rows and the variables in columns. The new CoDaPack has three different areas: the variables area; the data area; and the results area, which has a textual output window and independent graphical output. If you detect any bug or you have more ideas for coming versions, contact us via (mcomas@ima.udg.edu, thio@ima.udg.edu). R and its packages For more demanding statistical techniques, some packages [robcompositions, zcompositions, MASS or mvoultier] of the open source statistical environment R, are also used. See following sections for more detailed info about R. Websites: o Main website of R software: o Website to download the latest version: Comprehensive R Archive Network (CRAN) The latest release ( ) for windows is available in Download R for Windows INFOS from Youtube (examples!! look for other sources): Download and install R: Install and update packages in R: Step-by-step guideline to downloading and installing R 1. Select the mirror in click on CRAN mirror ~ 3 ~

4 2. Select the mirror from the list: e.g. Austria or Spain : 3. Select your system: e.g. click on Windows 4. Select the basic core of R: click on base 5. Download and save in your PC the latest release (47 megabytes approx.). ~ 4 ~

5 Once the Exe file is saved on your PC then double-click the Exe file and follow the instructions. 6. After the program R is installed, double-click the R icon on the desktop to start R program: A first simple example: mean of vector (3, 4.25, 5.75, 6). Write mean(c(3,4.25,5.75,6)) and press Enter 7. Demos: write demo(graphics) and press Enter 8. Help in R: for example, information about the mean function can be obtained writing help(mean) or?mean in the console window and press Enter. ~ 5 ~

6 Step-by-step guideline to installing and loading a R-package: The first time, any package needs to be installed. Once it is installed, one package must be previously loaded when one wants to use a function from the package. We are going to install and load the package MASS, the package from the book Venables, W. N. and Ripley, B. D. (2002) Modern Applied Statistics with S. Fourth edition. Springer. INSTALL a PACKAGE 1. In R, go to Packages menu. 2. Select Set CRAN mirror: 3. For example, select Spain and clic on OK 4. Install MASS package: If the list of packages is not automatically shown, then go again to Packages menu and select Install package ~ 6 ~

7 Select the package MASS and clic on OK LOAD a PACKAGE 5. Load the package MASS: Two possible options: One, on console, write library(mass) and press Enter Second, go to Packages menu and select Load package ~ 7 ~

8 Now we have available all the functions from the package MASS. On console, write help(package=mass) and press Enter to obtain a list of functions included in the package: 6. Help and data from a package: try to execute following instructions to obtain information of anorexia data set from package MASS. Function data load the data set and function head list it first rows. > help(anorexia) > data(anorexia) > head(anorexia) Treat Prewt Postwt 1 Cont Cont Cont Cont Cont Cont Please, install and load the packages: robcompositions, zcompositions, and mvoutlier. ~ 8 ~

9 Selected references : documentation (manuals, books, FAQ, Wiki, ) Quick-R : very useful page where you can easily find how to do plots or calculate statistics. Selected books: o Analyzing Compositional Data with R: van den Boogaart, K. Gerald, Tolosana-Delgado, Raimon New York: Springer, 2013, 258 p. o Applied econometrics with R: Kleiber, Christian, New York: Springer, o Applied spatial data analysis with R: Bivand, Roger, New York: Springer, o Biostatistics with R. An Introduction to Statistics Through Biological Data: Shahbaba, Babak. New York: Springer, 2012, 352p. o Bioinformatics and computational biology solutions using R and Bioconductor: Gentleman, R. (eds.), New York: Springer Science+Business Media, o A Handbook of statistical analyses using R: Everitt, B. Boca Raton: Chapman & Hall, o An R and S-PLUS companion to multivariate analysis: Everitt, Brian London: Springer, o The R book: Crawley, Michael J. New York: John Wiley & Sons, o R graphics: Murrell, Paul. Boca Raton: Chapman & Hall/CRC, o Statistical computing with R: Rizzo, M. L., Boca Raton: Chapman&Hall, o Using R for introductory statistics: Verzani, J., Boca Raton: Chapman&Hall, ~ 9 ~

CoDaPack v2 USER s GUIDE

CoDaPack v2 USER s GUIDE Authors: Thio-Henestrosa, S. and Comas, M. CoDaPack v2 USER s GUIDE April 20, 2016 V Dr. Santiago Thio-Henestrosa Professor Titular d Universitat (full professor) University of Girona Dept. of Computer

More information

R Primer for Introduction to Mathematical Statistics 8th Edition Joseph W. McKean

R Primer for Introduction to Mathematical Statistics 8th Edition Joseph W. McKean R Primer for Introduction to Mathematical Statistics 8th Edition Joseph W. McKean Copyright 2017 by Joseph W. McKean at Western Michigan University. All rights reserved. Reproduction or translation of

More information

Robust Imputation of Missing Values in Compositional Data Using the -Package robcompositions

Robust Imputation of Missing Values in Compositional Data Using the -Package robcompositions Robust Imputation of Missing Values in Compositional Data Using the -Package robcompositions Matthias Templ,, Peter Filzmoser, Karel Hron Department of Statistics and Probability Theory, Vienna University

More information

ICPSR Training Program McMaster University Summer, The R Statistical Computing Environment: The Basics and Beyond

ICPSR Training Program McMaster University Summer, The R Statistical Computing Environment: The Basics and Beyond John Fox ICPSR Training Program McMaster University Summer, 2012 The R Statistical Computing Environment: The Basics and Beyond The R statistical programming language and computing environment has become

More information

1 Few Words about R and CoDa

1 Few Words about R and CoDa Overview of the robcompositons package. Compositional Data Analysis using Robust Methods. M. TEMPL 1,3, P. FILZMOSER 1 and K. HRON 2 1 Department of Statistics and Probability Theory - Vienna University

More information

New Features of CoDaPack. An Userfriendly Compositional Data Package

New Features of CoDaPack. An Userfriendly Compositional Data Package New Features of CoDaPack. An Userfriendly Compositional Data Package S. Thió-Henestrosa 1, R. Tolosana-Delgado 1, O. Gómez 1 11 Dept. d Informàtica i Matemàtica Aplicada. Universitat de Girona, Spain;

More information

Overview of R. Biostatistics

Overview of R. Biostatistics Overview of R Biostatistics 140.776 Stroustrup s Law There are only two kinds of languages: the ones people complain about and the ones nobody uses. R is a dialect of S What is R? What is S? S is a language

More information

Research in Applied Econometrics Chapter 0. Introduction

Research in Applied Econometrics Chapter 0. Introduction Research in Applied Econometrics Chapter 0. Introduction Pr. Philippe Polomé, Université Lumière Lyon 2 M1 APE Analyse des Politiques Économiques M1 RISE Gouvernance des Risques Environnementaux 2018 2019

More information

ICPSR Training Program McMaster University Summer, Introduction to the R Statistical Computing Environment

ICPSR Training Program McMaster University Summer, Introduction to the R Statistical Computing Environment John Fox ICPSR Training Program McMaster University Summer, 2016 Introduction to the R Statistical Computing Environment The R statistical programming language and computing environment has become the

More information

ICPSR Training Program McMaster University Summer, The R Statistical Computing Environment: The Basics and Beyond

ICPSR Training Program McMaster University Summer, The R Statistical Computing Environment: The Basics and Beyond John Fox ICPSR Training Program McMaster University Summer, 2016 The R Statistical Computing Environment: The Basics and Beyond The R statistical programming language and computing environment has become

More information

8.1 Come analizzare i dati: R

8.1 Come analizzare i dati: R 8.1 Come analizzare i dati: R Insegnamento di Informatica Elisabetta Ronchieri Corso di Laurea di Economia, Universitá di Ferrara I semestre, anno 2014-2015 Elisabetta Ronchieri (Universitá) Insegnamento

More information

Instruction: Download and Install R and RStudio

Instruction: Download and Install R and RStudio 1 Instruction: Download and Install R and RStudio We will use a free statistical package R, and a free version of RStudio. Please refer to the following two steps to download both R and RStudio on your

More information

Introduction into R. A Short Overview. Thomas Girke. December 8, Introduction into R Slide 1/21

Introduction into R. A Short Overview. Thomas Girke. December 8, Introduction into R Slide 1/21 Introduction into R A Short Overview Thomas Girke December 8, 212 Introduction into R Slide 1/21 Introduction Look and Feel of the R Environment R Library Depositories Installation Getting Around Basic

More information

Bioinformatics Workshop - NM-AIST

Bioinformatics Workshop - NM-AIST Bioinformatics Workshop - NM-AIST Day 2 Introduction to R Thomas Girke July 24, 212 Bioinformatics Workshop - NM-AIST Slide 1/21 Introduction Look and Feel of the R Environment R Library Depositories Installation

More information

Package coda.base. August 6, 2018

Package coda.base. August 6, 2018 Type Package Package coda.base August 6, 2018 Title A Basic Set of Functions for Compositional Data Analysis Version 0.1.10 Date 2018-08-03 A minimum set of functions to perform compositional data analysis

More information

Introduction to R: Part I

Introduction to R: Part I Introduction to R: Part I Jeffrey C. Miecznikowski March 26, 2015 R impact R is the 13th most popular language by IEEE Spectrum (2014) Google uses R for ROI calculations Ford uses R to improve vehicle

More information

Goals of this course. Crash Course in R. Getting Started with R. What is R? What is R? Getting you setup to use R under Windows

Goals of this course. Crash Course in R. Getting Started with R. What is R? What is R? Getting you setup to use R under Windows Oxford Spring School, April 2013 Effective Presentation ti Monday morning lecture: Crash Course in R Robert Andersen Department of Sociology University of Toronto And Dave Armstrong Department of Political

More information

The R Software Environment

The R Software Environment The R Software Environment a (very) short introduction L. Torgo ltorgo@dcc.fc.up.pt Departamento de Ciência de Computadores Faculdade de Ciências / Universidade do Porto Feb, 2017 What is R? The R Project

More information

Introducing Oracle R Enterprise 1.4 -

Introducing Oracle R Enterprise 1.4 - Hello, and welcome to this online, self-paced lesson entitled Introducing Oracle R Enterprise. This session is part of an eight-lesson tutorial series on Oracle R Enterprise. My name is Brian Pottle. I

More information

Introduction to R. base -> R win32.exe (this will change depending on the latest version)

Introduction to R. base -> R win32.exe (this will change depending on the latest version) Dr Raffaella Calabrese, Essex Business School 1. GETTING STARTED Introduction to R R is a powerful environment for statistical computing which runs on several platforms. R is available free of charge.

More information

Data Mining Download or Read Online ebook data mining in PDF Format From The Best User Guide Database

Data Mining Download or Read Online ebook data mining in PDF Format From The Best User Guide Database Free PDF ebook Download: Download or Read Online ebook data mining in PDF Format From The Best User Guide Database Vipin Kumar, Data mining course at University of Minnesota. Jiawei Han, slides of the

More information

Part 1: Getting Started

Part 1: Getting Started Part 1: Getting Started 140.776 Statistical Computing Ingo Ruczinski Thanks to Thomas Lumley and Robert Gentleman of the R-core group (http://www.r-project.org/) for providing some tex files that appear

More information

Introduction to RStudio

Introduction to RStudio Introduction to RStudio Ulrich Halekoh Epidemiology and Biostatistics, SDU May 4, 2018 R R is a language that started by Ross Ihaka and Robert Gentleman in 1991 as an open source alternative to S emphasizes

More information

A Manual for the Multivariate Permutation Test for Correlations

A Manual for the Multivariate Permutation Test for Correlations A Manual for the Multivariate Permutation Test for Correlations Jennifer Urbano Blackford, Geunyoung Kim, Niels Waller & Paul Yoder 1 Table of Contents 1 Introduction..... 1 2 Software Requirements...

More information

Bootstrap and multiple imputation under missing data in AR(1) models

Bootstrap and multiple imputation under missing data in AR(1) models EUROPEAN ACADEMIC RESEARCH Vol. VI, Issue 7/ October 2018 ISSN 2286-4822 www.euacademic.org Impact Factor: 3.4546 (UIF) DRJI Value: 5.9 (B+) Bootstrap and multiple imputation under missing ELJONA MILO

More information

CASO - Advanced Concepts on Operating Systems

CASO - Advanced Concepts on Operating Systems Coordinating unit: 270 - FIB - Barcelona School of Informatics Teaching unit: 701 - AC - Department of Computer Architecture Academic year: Degree: 2017 BACHELOR'S DEGREE IN INFORMATICS ENGINEERING (Syllabus

More information

R Cookbook. Paul Teetor

R Cookbook. Paul Teetor R Cookbook Paul Teetor Editor Mike Loukides Copyright 2011 Paul Teetor O Reilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles

More information

Solving the Unsolvable Through Scientific Computing: Explorations in the Best Uses of Popular Mathematics Software

Solving the Unsolvable Through Scientific Computing: Explorations in the Best Uses of Popular Mathematics Software Solving the Unsolvable Through Scientific Computing: Explorations in the Best Uses of Popular Mathematics Software Talitha Washington, Howard University Edray Goins, Purdue University Luis Melara, Shippensburg

More information

Chapter 1 Introduction to using R with Mind on Statistics

Chapter 1 Introduction to using R with Mind on Statistics Chapter 1 Introduction to using R with Mind on Statistics Manual overview The purpose of this manual is to help you learn how to use the free R software to perform the graphs, simulations, and data analyses

More information

Download the Penn Logo of your choice with your PennKey here:

Download the Penn Logo of your choice with your PennKey here: Creating Posters for Professional Meetings Goal: Create a poster to be displayed at professional meetings. Tasks to be covered: 1. Getting Started 2. Content 3. Poster Design Tips a. Color b. Text c. Illustrations

More information

Spatial Ecology Lab 2: Data Analysis with R

Spatial Ecology Lab 2: Data Analysis with R Spatial Ecology Lab 2: Data Analysis with R Damian Maddalena Spring 2015 1 Introduction This lab will get your started with basic data analysis in R. We will load a dataset, do some very basic data manipulations,

More information

Foundations Of Semantic Web Technologies Free

Foundations Of Semantic Web Technologies Free Foundations Of Semantic Web Technologies Free Read Book Online: Foundations Of Semantic Web Technologies Free Download or read online ebook foundations of semantic web technologies free in any format for

More information

Outline. Mixed models in R using the lme4 package Part 1: Introduction to R. Following the operations on the slides

Outline. Mixed models in R using the lme4 package Part 1: Introduction to R. Following the operations on the slides Outline Mixed models in R using the lme4 package Part 1: Introduction to R Douglas Bates University of Wisconsin - Madison and R Development Core Team UseR!2009, Rennes, France

More information

Tutorial NetOp School

Tutorial NetOp School Tutorial NetOp School Getting Started: NetOp is software available in the computer classrooms that allows screen sharing. That means you can show what's on your screen to all students, or that you can

More information

An Introduction to the R Commander

An Introduction to the R Commander An Introduction to the R Commander BIO/MAT 460, Spring 2011 Christopher J. Mecklin Department of Mathematics & Statistics Biomathematics Research Group Murray State University Murray, KY 42071 christopher.mecklin@murraystate.edu

More information

Multivariate tools for compositional data analysis: the ToolsForCoDA package

Multivariate tools for compositional data analysis: the ToolsForCoDA package Multivariate tools for compositional data analysis: the ToolsForCoDA package Jan Graffelman Universitat Politècnica de Catalunya version 1.0.0 November 13, 2017 Abstract Package ToolsForCoDA contains some

More information

IN-CLASS EXERCISE: INTRODUCTION TO R

IN-CLASS EXERCISE: INTRODUCTION TO R NAVAL POSTGRADUATE SCHOOL IN-CLASS EXERCISE: INTRODUCTION TO R Survey Research Methods Short Course Marine Corps Combat Development Command Quantico, Virginia May 2013 In-class Exercise: Introduction to

More information

Computer Science AP 2017 Summer Assignment Mrs. McFarland

Computer Science AP 2017 Summer Assignment Mrs. McFarland Computer Science AP 2017 Summer Assignment Mrs. McFarland Read Chapter 1 from the book Think Java: How to Think Like a Computer Scientist by Allen B. Downey. I have included Chapter 1 in this pdf. If you

More information

Package r2d2. February 20, 2015

Package r2d2. February 20, 2015 Package r2d2 February 20, 2015 Version 1.0-0 Date 2014-03-31 Title Bivariate (Two-Dimensional) Confidence Region and Frequency Distribution Author Arni Magnusson [aut], Julian Burgos [aut, cre], Gregory

More information

Introduction To Econometrics Stock Watson Solutions 8

Introduction To Econometrics Stock Watson Solutions 8 INTRODUCTION TO ECONOMETRICS STOCK WATSON SOLUTIONS 8 PDF - Are you looking for introduction to econometrics stock watson solutions 8 Books? Now, you will be happy that at this time introduction to econometrics

More information

Automatic Differentiation in. Finlay Scott & Iago Mosqueira

Automatic Differentiation in. Finlay Scott & Iago Mosqueira Automatic Differentiation in Finlay Scott & Iago Mosqueira Structure What is R? history, strengths, limitations Current differentiation options in R How we have used AD with R Next steps AD in R What is

More information

PART I (Must be done first) Download and Install R

PART I (Must be done first) Download and Install R How to Download and Install R and R-Studio Version Fall 2016 Introduction: R is a free software for statistical computing and graphics. Its learning curve is a bit steep. But, fortunately for us, there

More information

ITIL Operational Support and Analysis Capability

ITIL Operational Support and Analysis Capability ITIL Operational Support and Analysis Capability Certificate: ITIL OSA Capability Duration: 5 day Course Delivery: (Virtual) Classroom, Exam, ebook Course ID: ITL9333CL Language: English, Japanese, French

More information

Module 1: Introduction RStudio

Module 1: Introduction RStudio Module 1: Introduction RStudio Contents Page(s) Installing R and RStudio Software for Social Network Analysis 1-2 Introduction to R Language/ Syntax 3 Welcome to RStudio 4-14 A. The 4 Panes 5 B. Calculator

More information

Excel Charts for LCAP. Marin County Office of Education February 2015

Excel Charts for LCAP. Marin County Office of Education February 2015 Excel Charts for LCAP Marin County Office of Education February 2015 GOALS Data tables We ll learn how to use Excel to create a data table Ready made charts We ll learn how to download charts that already

More information

Protective Relaying Principles And Applications Solution Manual File Type

Protective Relaying Principles And Applications Solution Manual File Type Protective Relaying Principles And Applications Solution Manual File Type PROTECTIVE RELAYING PRINCIPLES AND APPLICATIONS SOLUTION MANUAL FILE TYPE PDF - Are you looking for protective relaying principles

More information

How to Host WebEx Meetings

How to Host WebEx Meetings How to Host WebEx Meetings Instructions for ConnSCU Faculty and Staff using ConnSCU WebEx Table of Contents How Can Faculty and Staff Use WebEx?... 3 Inviting Meeting Participants... 3 Tips before Starting

More information

Norbain Academy IP-CCTV Advanced Course

Norbain Academy IP-CCTV Advanced Course COURSE CODE: CAC IP-CCTV Advanced Course COURSE SYLLABUS Part 1: Course Information INSTRUCTOR INFORMATION Instructor Robert McDonald (Norbain Training Manager) Training Centre Locations Ashton Under Lyne

More information

Inside Java 2 Platform Security: Architecture, API Design, And Implementation (2nd Edition) By Li Gong, Gary Ellison READ ONLINE

Inside Java 2 Platform Security: Architecture, API Design, And Implementation (2nd Edition) By Li Gong, Gary Ellison READ ONLINE Inside Java 2 Platform Security: Architecture, API Design, And Implementation (2nd Edition) By Li Gong, Gary Ellison READ ONLINE Inside Java(TM) 2 Platform Security, the definitive and comprehensive guide

More information

An Energy-Efficient Symmetric Cryptography Based Authentication Scheme for Wireless Sensor Networks

An Energy-Efficient Symmetric Cryptography Based Authentication Scheme for Wireless Sensor Networks An Energy-Efficient Symmetric Cryptography Based Authentication Scheme for Wireless Sensor Networks Oscar Delgado-Mohatar 1,José M. Sierra 2, Ljiljana Brankovic 3, and Amparo Fúster-Sabater 1 1 Instituto

More information

The History and Use of R. Joseph Kambourakis

The History and Use of R. Joseph Kambourakis The History and Use of R Joseph Kambourakis Ground Rules Interrupt me These are all my opinions and not of EMC or Big Data Analytics, Discovery & Visualization Meetup Slides will be available Joseph

More information

RNA-Seq. Joshua Ainsley, PhD Postdoctoral Researcher Lab of Leon Reijmers Neuroscience Department Tufts University

RNA-Seq. Joshua Ainsley, PhD Postdoctoral Researcher Lab of Leon Reijmers Neuroscience Department Tufts University RNA-Seq Joshua Ainsley, PhD Postdoctoral Researcher Lab of Leon Reijmers Neuroscience Department Tufts University joshua.ainsley@tufts.edu Day four Quantifying expression Intro to R Differential expression

More information

Campus PORTAL INSTRUCTIONAL PACKET for FCE Leads. August 23, 2016

Campus PORTAL INSTRUCTIONAL PACKET for FCE Leads. August 23, 2016 Campus PORTAL INSTRUCTIONAL PACKET for FCE Leads August 23, 2016 Table of Contents Contents TABLE OF CONTENTS... 2 SECTION 1 ACCESSING INFINITE CAMPUS... 3 PARENT PORTAL LETTER... 3 ACCOUNT ACTIVATION...

More information

APM Introductory Certificate. Project Management. Course Guide

APM Introductory Certificate. Project Management. Course Guide APM Introductory Certificate in Project Management Course Guide Thales Training & Consultancy, October 2012 1 Thales Training & Consultancy, 2012 All rights reserved. This document may be used by students

More information

Protective Relaying Principles And Applications Solution Manual

Protective Relaying Principles And Applications Solution Manual Protective Relaying Principles And Applications Solution Manual We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your

More information

New CCNA Curricula Overview. CCNA Discovery and CCNA Exploration

New CCNA Curricula Overview. CCNA Discovery and CCNA Exploration New CCNA Curricula Overview CCNA Discovery and CCNA Exploration 1 Two New CCNA Curricula Both Prepare Students for CCNA Certification and Professional Careers CCNA Discovery CCNA Exploration Independent

More information

DISCRETE MATHEMATICS ITS APPLICATIONS BY ROSENKENNETH 20117TH EDITION HARDCOVER

DISCRETE MATHEMATICS ITS APPLICATIONS BY ROSENKENNETH 20117TH EDITION HARDCOVER DISCRETE MATHEMATICS ITS APPLICATIONS BY ROSENKENNETH 20117TH EDITION HARDCOVER page 1 / 6 page 2 / 6 discrete mathematics its applications pdf discrete mathematics and its applications by keneth rosen

More information

The CFPC Mobile App contains the information in the printed FMF program as well as general information about CFPC. The Mobile App lets you:

The CFPC Mobile App contains the information in the printed FMF program as well as general information about CFPC. The Mobile App lets you: What is the CFPC Mobile App? The CFPC Mobile App contains the information in the printed FMF program as well as general information about CFPC. The Mobile App lets you: Browse the FMF schedule, session

More information

What s a database anyway?

What s a database anyway? Lecture 1 Databases TDA357/DIT620 Pablo Picazo pablop@chalmers.se What s a database anyway? Structured Persistant Changable Digital A database is True to integrity constraints DBMS Database == Data collection

More information

The MDS-GUI: A Graphical User Interface for Comprehensive Multidimensional Scaling Applications

The MDS-GUI: A Graphical User Interface for Comprehensive Multidimensional Scaling Applications Proceedings 59th ISI World Statistics Congress, 25-30 August 2013, Hong Kong (Session CPS029) p.4159 The MDS-GUI: A Graphical User Interface for Comprehensive Multidimensional Scaling Applications Andrew

More information

CREATING POWERFUL AND EFFECTIVE GRAPHICAL DISPLAYS: AN INTRODUCTION TO LATTICE GRAPHICS IN R

CREATING POWERFUL AND EFFECTIVE GRAPHICAL DISPLAYS: AN INTRODUCTION TO LATTICE GRAPHICS IN R APSA Short Course, SC 13 Chicago, Illinois August 29, 2007 Michigan State University CREATING POWERFUL AND EFFECTIVE GRAPHICAL DISPLAYS: AN INTRODUCTION TO LATTICE GRAPHICS IN R I. Some Basic R Concepts

More information

Lab - Remote Desktop in Windows 8

Lab - Remote Desktop in Windows 8 Lab - Remote Desktop in Windows 8 Introduction In this lab, you will remotely connect to another Windows 8 computer. Recommended Equipment The following equipment is required for this exercise: Two Windows

More information

CMS 201 Scanning with Captiva Client Exercises

CMS 201 Scanning with Captiva Client Exercises Exercise 1: Modifying ScanPlus settings Scenario Log in to ScanPlus. Verify/update the file settings to view documents in ScanPlus. These settings do not affect the way the files are saved. Verify that

More information

25 Live Scheduling System Student Instructions

25 Live Scheduling System Student Instructions 25 Live Scheduling System Student Instructions Students will now be able to reserve the small study rooms in the Learning Commons. This guide will give you simple instructions on how to do this. Once at

More information

Theoretical predictor for candidate structure assignment from IMS data of biomolecule-related conformational space

Theoretical predictor for candidate structure assignment from IMS data of biomolecule-related conformational space Supplementary Material Theoretical predictor for candidate structure assignment from IMS data of biomolecule-related conformational space Emily R. Schenk 1, Frederic Nau 1, Francisco A. Fernandez-Lima

More information

Entourage & Your Quota For the Macintosh Using Entourage for OS X Keith Roberts

Entourage & Your Quota For the Macintosh Using Entourage for OS X Keith Roberts MAC1001 May 2003 Entourage & Your Quota For the Macintosh Using Entourage for OS X Keith Roberts INTRODUCTION... 1 MOVING EMAIL OFFLINE... 1 CLEANUP... 1 SAVING EMAIL... 2 CREATE NEW LOCAL FOLDER... 3

More information

Introduction To Network Security And Cryptography

Introduction To Network Security And Cryptography Introduction To Network Security And Cryptography Read Book Online: Introduction To Network Security And Cryptography Download or read online ebook introduction to network security and cryptography in

More information

C - Cryptography

C - Cryptography Coordinating unit: 270 - FIB - Barcelona School of Informatics Teaching unit: 749 - MAT - Department of Mathematics Academic year: Degree: 2017 BACHELOR'S DEGREE IN INFORMATICS ENGINEERING (Syllabus 2010).

More information

PC Applications IT102 estart Fall 2014

PC Applications IT102 estart Fall 2014 PC Applications IT102 estart Fall 2014 3 credits No prerequisites Instructor Information Debbi Remillard, IT Department NHTI full time faculty member for 16 years as PC Applications Coordinator Email address:

More information

Lab - Remote Desktop in Windows 7 and Vista

Lab - Remote Desktop in Windows 7 and Vista Lab - Remote Desktop in Windows 7 and Vista Introduction In this lab, you will remotely connect to another Windows 7 or Vista computer. Recommended Equipment The following equipment is required for this

More information

Announcements. Course Staff. Course Staff. Lectures 10/19/11. CS/ENGRD 2110 Fall Instructor. Administrative Assistant

Announcements. Course Staff. Course Staff. Lectures 10/19/11. CS/ENGRD 2110 Fall Instructor. Administrative Assistant CS/ENGRD 2110 Fall 2011 Lecture 1: Overview http://courses.cs.cornell.edu/cs2110 1 2 Announcements Please take a look at the course web site All lectures will be posted online Assignment 1 (of 5) is up,

More information

Cryptography. Dr. Michael Schneider October 10, 2017 h_da WS2017/18 Security Protocols Dr. Michael Schneider 1

Cryptography. Dr. Michael Schneider October 10, 2017 h_da WS2017/18 Security Protocols Dr. Michael Schneider 1 Cryptography Dr. Michael Schneider michael.schneider@h-da.de October 10, 2017 h_da WS2017/18 Security Protocols Dr. Michael Schneider 1 1 Formalities 2 Contents, Time Table 3 Literature 4 Announcements

More information

Syllabus Revised 03/05/2015

Syllabus Revised 03/05/2015 The Department of Applied Information Technology The Volgenau School of Engineering George Mason University 4400 University Drive Fairfax. VA 22030-4444 IT 341 Data Communications and Networking Principles

More information

Short Introduction to R

Short Introduction to R Short Introduction to R Paulino Pérez 1 José Crossa 2 1 ColPos-México 2 CIMMyT-México June, 2015. CIMMYT, México-SAGPDB Short Introduction to R 1/51 Contents 1 Introduction 2 Simple objects 3 User defined

More information

General Biology Lab Manual Fourth Edition Answers

General Biology Lab Manual Fourth Edition Answers We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with general biology lab

More information

RELAIS. Installation Guide in Windows Environment

RELAIS. Installation Guide in Windows Environment RELAIS Installation Guide in Windows Environment Version 3.x Editors: Monica Scannapieco (ISTAT) Laura Tosco (ISTAT) Luca Valentino (ISTAT) Index 1 RELAIS: installation and configuration... 3 1.1 Java

More information

Managing Corrective Actions: A User s Guide

Managing Corrective Actions: A User s Guide Managing Corrective Actions: A User s Guide This procedure describes how to manage corrective actions using the EH&S Assessment & Inspection Management System, and covers topics including User Designations,

More information

Statistics 13, Lab 1. Getting Started. The Mac. Launching RStudio and loading data

Statistics 13, Lab 1. Getting Started. The Mac. Launching RStudio and loading data Statistics 13, Lab 1 Getting Started This first lab session is nothing more than an introduction: We will help you navigate the Statistics Department s (all Mac) computing facility and we will get you

More information

CSC116: Introduction to Computing - Java

CSC116: Introduction to Computing - Java CSC116: Introduction to Computing - Java Course Information Introductions Website Syllabus Schedule Computing Environment AFS (Andrew File System) Linux/Unix Commands Helpful Tricks Computers First Java

More information

Announcements. 1. Forms to return today after class:

Announcements. 1. Forms to return today after class: Announcements Handouts (3) to pick up 1. Forms to return today after class: Pretest (take during class later) Laptop information form (fill out during class later) Academic honesty form (must sign) 2.

More information

INF 315E Introduction to Databases School of Information Fall 2015

INF 315E Introduction to Databases School of Information Fall 2015 INF 315E Introduction to Databases School of Information Fall 2015 Class Hours: Tuesday & Thursday10:30 am-12:00 pm Instructor: Eunyoung Moon Email: eymoon@utexas.edu Course Description Almost every website

More information

Unix For The Impatient 2nd Edition

Unix For The Impatient 2nd Edition We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with unix for the impatient

More information

This handbook is designed to help you with all your Technology information.

This handbook is designed to help you with all your Technology information. Berryville School Technology Assistance Handbook 2017-18 It's more fun to compute...kraftwerk 1981 This handbook is designed to help you with all your Technology information. P. 2 - Setting up your Classroom

More information

Protective Relaying Principles And Applications Solutions Manual

Protective Relaying Principles And Applications Solutions Manual Protective Relaying Principles And Applications Solutions Manual We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your

More information

Preparing for the Assistant Laboratory Animal Technician (ALAT) Certification Exam. University Laboratory Animal Resources

Preparing for the Assistant Laboratory Animal Technician (ALAT) Certification Exam. University Laboratory Animal Resources Preparing for the Assistant Laboratory Animal Technician (ALAT) Certification Exam University Laboratory Animal Resources Materials Covered Today ALAT Class Syllabus ALAT class schedule 2013 AALAS Certification

More information

ITT Technical Institute. CS330 Database Design and Implementation Onsite Course SYLLABUS

ITT Technical Institute. CS330 Database Design and Implementation Onsite Course SYLLABUS ITT Technical Institute CS330 Database Design and Implementation Onsite Course SYLLABUS Credit hours: 4 Contact/Instructional hours: 50 (30 Theory Hours, 20 Lab Hours) Prerequisite(s) and/or Corequisite(s):

More information

Tracking Database Application Help Guide

Tracking Database Application Help Guide Tracking Database Application Help Guide This help guide is designed to assist users of the Tracking Database Application, which can be downloaded at: http://www.uclaisap.org/trackingmanual/. It is a companion

More information

for TAs & Instructors in Languages & Literatures

for TAs & Instructors in Languages & Literatures for TAs & Instructors in Languages & Literatures 2017-18 Copy Machines are located on even numbered floors. Your code will allow you to use any floor, but please use the floor nearest your department (unless

More information

"Charting the Course... ITIL 2011 Operations Support Analysis (OSA) Certification Program. Course Summary

Charting the Course... ITIL 2011 Operations Support Analysis (OSA) Certification Program. Course Summary Description Course Summary ITIL is a set of best practices guidance that has become a worldwide-adopted framework for IT Service Management by many Public & Private Organizations. Since early 1990, ITIL

More information

How to Download and Install R The R software can be downloaded from: Click on download R link.

How to Download and Install R The R software can be downloaded from:   Click on download R link. Tutorial 1: Getting Acquainted with R (Windows version) How to Download and Install R The R software can be downloaded from: www.r-project.org. Click on download R link. Choose a CRAN mirror from a location

More information

DNA Sequence Bioinformatics Analysis with the Galaxy Platform

DNA Sequence Bioinformatics Analysis with the Galaxy Platform DNA Sequence Bioinformatics Analysis with the Galaxy Platform University of São Paulo, Brazil 28 July - 1 August 2014! Dave Clements Johns Hopkins University Robson Francisco de Souza University of São

More information

IT109P Microsoft Desktop Operating System [Onsite]

IT109P Microsoft Desktop Operating System [Onsite] IT109P Microsoft Desktop Operating System [Onsite] Course Description: This course introduces general knowledge and skills required in installation, configuration and management of popular Microsoft operating

More information

ITIL Planning Protection and Optimization Capability

ITIL Planning Protection and Optimization Capability ITIL Planning Protection and Optimization Capability Certificate: ITIL Planning Protection and Optimization Capability Duration: 5 days Course Delivery: (Virtual) Classroom, Exam, ebook Course ID: ITL9331

More information

SRM UNIVERSITY. : Batch1: TP1102 Batch2: TP406

SRM UNIVERSITY. : Batch1: TP1102 Batch2: TP406 1 SRM UNIVERSITY FACULTY OF ENGINEERING AND TECHNOLOGY SCHOOL OF COMPUTING DEPARTMENT OF COMPUTERSCIENCE AND ENGINEERING COURSE PLAN Course Code Course Title Semester : 15CS424E : SEMANTIC WEB : V Course

More information

Setting Up Konica-Minolta Copiers For Secure ID Printing

Setting Up Konica-Minolta Copiers For Secure ID Printing Setting Up Konica-Minolta Copiers For Secure ID Printing Each staff member s laptop or desktop computer now has access to each of the Konica-Minolta copiers installed in your building for printing. The

More information

HOW TO REQUEST SERVICES USING EMS. With Skidmore s online Event Management System

HOW TO REQUEST SERVICES USING EMS. With Skidmore s online Event Management System HOW TO REQUEST SERVICES USING EMS With Skidmore s online Event Management System https://calendar.skidmore.edu//emswebapp/ Log into EMS Log in using your Skidmore user name and password There are 3 ways

More information

CS 210 Algorithms and Data Structures College of Information Technology and Engineering Weisberg Division of Engineering and Computer Science

CS 210 Algorithms and Data Structures College of Information Technology and Engineering Weisberg Division of Engineering and Computer Science CS 210 Algorithms and Data Structures College of Information Technology and Engineering Weisberg Division of Engineering and Computer Science Semester and Year: Fall 2008 Classroom Section, Meeting Times,

More information

Biology 345: Biometry Fall 2005 SONOMA STATE UNIVERSITY Lab Exercise 2 Working with data in Excel and exporting to JMP Introduction

Biology 345: Biometry Fall 2005 SONOMA STATE UNIVERSITY Lab Exercise 2 Working with data in Excel and exporting to JMP Introduction Biology 345: Biometry Fall 2005 SONOMA STATE UNIVERSITY Lab Exercise 2 Working with data in Excel and exporting to JMP Introduction In this exercise, we will learn how to reorganize and reformat a data

More information

Intro to Aeries.Net July 12, Terms Used in Aeries.Net. 2. Logon to Aeries.Net

Intro to Aeries.Net July 12, Terms Used in Aeries.Net. 2. Logon to Aeries.Net Intro to Aeries.Net July 12, 2013 1. Terms Used in Aeries.Net 2. Logon to Aeries.Net 3. Aeries.Net Home Page Current Version of Aeries.Net Utilizing the Navigation Tree Accessing Programs From the Navigation

More information

CS 3230 Object Oriented UI Development With Java Syllabus

CS 3230 Object Oriented UI Development With Java Syllabus General Information Semester: Summer 2016 Textbook: Core Java Volume I, 10th Edition, by Horstmann & Cornell, 2012, Prentice Hall, ISBN 978 0 1341 7730 4 Core Java Volume II, 9th Edition, by Horstmann

More information