Graphical User Interface for Modifying Structables and their Mosaic Plots

Size: px
Start display at page:

Download "Graphical User Interface for Modifying Structables and their Mosaic Plots"

Transcription

1 Graphical User Interface for Modifying Structables and their Mosaic Plots UseR 2011 Heiberger and Neuwirth 1 Graphical User Interface for Modifying Structables and their Mosaic Plots Richard M. Heiberger and Temple University Erich Neuwirth University of Vienna A structable object is a representation in R of a k-dimensional contingency table. The structable object has two attributes: split vertical that carries information on assignment of the factors to row or columns, and dnames that carries information on sequencing of the factors. The printed display of a structable as a flat table in two dimensions shows the row and column assignment but is unable to illustrate the joint sequencing of the horizontal and vertical splits. The default plot of a structable is as a mosaic plot with recursive splits of the factors in the specified sequence and according to the orientation given in split vertical. Each split is along the vertical or horizontal direction associated with the column or row assignment of its factor.

2 Graphical User Interface for Modifying Structables and their Mosaic Plots UseR 2011 Heiberger and Neuwirth 2 Germangrade Gender Mathgrade female male Figure 1: In the left panel we show a three-factor contingency table displayed as a structable. In the right panel we show a mosaic plot of the same data. The mosaic uses the default configuration, conditioning first on the outer rows showing Gender, then on the columns showing Germangrade nested within Gender, and finally on the inner rows showing Mathgrade nested within Germangrade nested within Gender.

3 Graphical User Interface for Modifying Structables and their Mosaic Plots UseR 2011 Heiberger and Neuwirth 3 1 Example StudentData and Pivot Table by RExcel The StudentData (Neuwirth, 2011) contains measurements on 1126 Austrian undergraduates collected over a ten year period. We will look at three of the factors here. Gender: Student s Gender: m for man and w for woman. Mathgrade: Discrete values (1, 2, 3, 4) with 1 as the best grade. Germangrade: Discrete values (1, 2, 3, 4) with 1 as the best grade. We can construct a contingency table for these factors as a pivot table in Excel and then export it directly to a structable in R (Figure 2), or we can construct the structable directly in R(Figure 3). Either way we have the same structable, called GGM here.

4 Graphical User Interface for Modifying Structables and their Mosaic Plots UseR 2011 Heiberger and Neuwirth 4 Figure 2: Pivot table in Excel that was constructed from the original data (one observation per student) and then exported to R using the RExcel Put Pivottable context menu item.

5 Graphical User Interface for Modifying Structables and their Mosaic Plots UseR 2011 Heiberger and Neuwirth 5 > GGM <- structable(~ Gender + Germangrade + Mathgrade, StudentData) > GGM Germangrade Gender Mathgrade female male > Figure 3: Construction of structable in R with the structable function on the dataframe containing the original data (one observation per student).

6 Graphical User Interface for Modifying Structables and their Mosaic Plots UseR 2011 Heiberger and Neuwirth 6 > mosaicpermdialog(ggm) [1] "mosaic(ggm)" > a. R command line b. Rcmdr menu from Rcmdr window c. Rcmdr menu from Excel (all platforms) (all platforms) (Windows only) Figure 4: Three equivalent ways to start the mosaic dialog shown in Figure 5.

7 Graphical User Interface for Modifying Structables and their Mosaic Plots UseR 2011 Heiberger and Neuwirth 7 Figure 5: Initial dialog box and mosaic display. The labeled rows of buttons in the dialog box show the sequence of splits illustrated in the mosaic plot. The columns of labels in the dialog box show the assignment of factors to the rows and columns of the structable and mosaic plot. The arrow buttons indicate the specification of split sequence and row/column assignment that are possible from the current display.

8 Graphical User Interface for Modifying Structables and their Mosaic Plots UseR 2011 Heiberger and Neuwirth 8 The printed representation of a structable displays only the separate derived sequencing of the horizontal and vertical factors. As a consequence, multiple structables and their associated mosaic plots can yield the same printed flat table. We have developed a graphical user interface, and corresponding R functions, that simplify the specification of the alternate sequencing of splits hence associated mosaic plots consistent with a printed flat table. The user interface also permits rearrangement of the flat table, either by reassigning factors to rows or columns or by changing the order of the factors within the same row or column assignment. The primary R function is an aperm (array permutation) method designed for structables.

9 Graphical User Interface for Modifying Structables and their Mosaic Plots UseR 2011 Heiberger and Neuwirth 9 Figure 6: For this and the remaining figures in the paper, we clicked the Colorize last variable checkbox. The coloring matches the last split, Mathgrade here. We click the German Down arrow to get Figure 7.

10 Graphical User Interface for Modifying Structables and their Mosaic Plots UseR 2011 Heiberger and Neuwirth 10 Figure 7: Gender is still the first split. In this figure Mathgrade is the second split. The coloring matches the last split, Germangrade here. We click the Gender Down arrow to get Figure 8.

11 Graphical User Interface for Modifying Structables and their Mosaic Plots UseR 2011 Heiberger and Neuwirth 11 Figure 8: The structable for this figure (Figure 8) is identical to the structable for Figures 6 and 7. The structable is displayed in Figure 11. In all three of these figures, the areas of the rectangles corresponding to each count in the structable are proportional to the count. The interpretation as conditional probabilities of this plot (distribution of Gender by MathGrade conditional on GermanGrade) doesn t make much sense, where the similar interpretation of the other two plots as distributions of the two grades conditional on Gender does make sense.

12 Graphical User Interface for Modifying Structables and their Mosaic Plots UseR 2011 Heiberger and Neuwirth Figure 9: All three mosaic plots that correspond to the same flat display of their structable. The conditioning of the splits differs. The relative position of each cell of the three-way table is the same.

13 Graphical User Interface for Modifying Structables and their Mosaic Plots UseR 2011 Heiberger and Neuwirth 13 Figure 10: In this figure, we moved Gender from a row factor to a column factor. Now the flat structable has a different appearance.

14 Graphical User Interface for Modifying Structables and their Mosaic Plots UseR 2011 Heiberger and Neuwirth 14 Figure 11: The dialog box can return either the structable object or the function call that generates the structable object.

15 Graphical User Interface for Modifying Structables and their Mosaic Plots UseR 2011 Heiberger and Neuwirth 15 Salk Vaccine (Chin et al, 1961), also in(agresti, 1990) and in(heiberger and Holland, 2004), discuss174poliocasesclassifiedbyageofsubject,whetherornotthesubjectreceived the Salk polio vaccine, and whether the subject was ultimately paralyzed by polio. We wish to learn if symptom status (paralysis or not) is independent of vaccination status after controlling for age.

16 Graphical User Interface for Modifying Structables and their Mosaic Plots UseR 2011 Heiberger and Neuwirth no vac no vac no vac no vac no vac no vac no.par par Figure 12: Mantel Haenszel Cochran test for the Salk polio example. It is easy to see from the mosaic plot that the upper right box in each age group is taller than the upper left box in its own age group. That is, the proportion of cases without paralysis in the vaccinated treatment is higher for all age groups.

17 Graphical User Interface for Modifying Structables and their Mosaic Plots UseR 2011 Heiberger and Neuwirth 17 References Erich Neuwirth(2008), Student data collected in classes, , Distributed on CRAN as part of the RthroughExcelWorkbooksInstaller package (Heiberger and Neuwirth, 2011). Richard M. Heiberger and Erich Neuwirth (2009). R Through Excel: Introductory and Advanced Statistics, Data Analysis, and Graphics with a Spreadsheet Interface and Spreadsheet Tools, Springer, Use R series, ISBN: Richard M. Heiberger (rmh@temple.edu) and Erich Neuwirth (erich.neuwirth@univie.ac.at) (2011). RthroughExcelWorkbooksInstaller: Excel Workbooks supporting Statistics courses using R through Excel. R package version Erich Neuwirth (erich.neuwirth@univie.ac.at) (2011). RExcelInstaller: Integration of R and Excel, (use R in Excel, read/write XLS files). R package version

18 Graphical User Interface for Modifying Structables and their Mosaic Plots UseR 2011 Heiberger and Neuwirth 18 David Meyer, Achim Zeileis, and Kurt Hornik (2011). vcd: Visualizing Categorical Data. R package version David Meyer, Achim Zeileis, and Kurt Hornik (2006). The Strucplot Framework: Visualizing Multi-Way Contingency Tables with vcd. Journal of Statistical Software, 17(3), Chin, T. W., Hall, E., Gravelle, C., and Speers, J. (1961). The influence of Salk vaccination on the epidemic pattern and spread of the virus in the community, American Journal of Hygiene, 73: Agresti, A. (1990). Categorical Data Analysis. Wiley. Heiberger, R. M. and Holland, B. (2004). Statistical Analysis and Data Display: An Intermediate Course with Examples in S-Plus, R, and SAS. Springer.

19 Graphical User Interface for Modifying Structables and their Mosaic Plots UseR 2011 Heiberger and Neuwirth 19 Table Classes R has 3 classes for tables: table, ftable, and structable. In table, all factors have a joint order and there is no horizontal-vertical orientation. In ftable, factors are divided into two sets, horizontal and vertical, and only ordered within these sets; there is no joint order. In structable, factors are ordered (as in table) and also assigned to either horizonal or vertical (as in ftable). The separate ordering of the horizontal and vertical factors is derived from the joint ordering. structable inherits from ftable, and not table. Since printing a structable and printing an ftable produces typographically equivalent results, this seems to make sense. But the print method hides the joint order. The joint order is important for mosaic plots. table and structable have mosaic plots as their default plot method. ftable does not have a plot method of its own. Plotting an ftable will produce a not very useful scatterplot. In the object hierarchy of R, structable inherits from ftable, and not from table. With respect to the default plotting method, this is a somewhat unfortunate class hierarchy.

MATH& 146 Lesson 11. Section 1.6 Categorical Data

MATH& 146 Lesson 11. Section 1.6 Categorical Data MATH& 146 Lesson 11 Section 1.6 Categorical Data 1 Frequency The first step to organizing categorical data is to count the number of data values there are in each category of interest. We can organize

More information

Chapter 5 Printing with Calc

Chapter 5 Printing with Calc Calc Guide Chapter 5 Printing with Calc OpenOffice.org Copyright This document is Copyright 2005 by its contributors as listed in the section titled Authors. You can distribute it and/or modify it under

More information

UNIVERSITY OF MASSACHUSETTS Department of Biostatistics and Epidemiology BioEpi 540W - Introduction to Biostatistics Fall 2002

UNIVERSITY OF MASSACHUSETTS Department of Biostatistics and Epidemiology BioEpi 540W - Introduction to Biostatistics Fall 2002 1 UNIVERSITY OF MASSACHUSETTS Department of Biostatistics and Epidemiology BioEpi 540W - Introduction to Biostatistics Fall 2002 Exercises Unit 2 Descriptive Statistics Tables and Graphs Due: Monday September

More information

E X P E R I M E N T 1

E X P E R I M E N T 1 E X P E R I M E N T 1 Getting to Know Data Studio Produced by the Physics Staff at Collin College Copyright Collin College Physics Department. All Rights Reserved. University Physics, Exp 1: Getting to

More information

MODFLOW - Grid Approach

MODFLOW - Grid Approach GMS 7.0 TUTORIALS MODFLOW - Grid Approach 1 Introduction Two approaches can be used to construct a MODFLOW simulation in GMS: the grid approach and the conceptual model approach. The grid approach involves

More information

v. 8.0 GMS 8.0 Tutorial MODFLOW Grid Approach Build a MODFLOW model on a 3D grid Prerequisite Tutorials None Time minutes

v. 8.0 GMS 8.0 Tutorial MODFLOW Grid Approach Build a MODFLOW model on a 3D grid Prerequisite Tutorials None Time minutes v. 8.0 GMS 8.0 Tutorial Build a MODFLOW model on a 3D grid Objectives The grid approach to MODFLOW pre-processing is described in this tutorial. In most cases, the conceptual model approach is more powerful

More information

Using different reference quantities in ArtemiS SUITE

Using different reference quantities in ArtemiS SUITE 06/17 in ArtemiS SUITE ArtemiS SUITE allows you to perform sound analyses versus a number of different reference quantities. Many analyses are calculated and displayed versus time, such as Level vs. Time,

More information

Introduction to IBM SPSS Statistics (v24)

Introduction to IBM SPSS Statistics (v24) to IBM SPSS Statistics (v24) to IBM SPSS Statistics is a two day instructor-led classroom course that guides students through the fundamentals of using IBM SPSS Statistics for typical data analysis process.

More information

Defining and Labeling Circuits and Electrical Phasing in PLS-CADD

Defining and Labeling Circuits and Electrical Phasing in PLS-CADD 610 N. Whitney Way, Suite 160 Madison, WI 53705 Phone: 608.238.2171 Fax: 608.238.9241 Email:info@powline.com URL: http://www.powline.com Defining and Labeling Circuits and Electrical Phasing in PLS-CADD

More information

Footnotes and Endnotes

Footnotes and Endnotes Footnotes and Endnotes Sometimes when writing a paper it is necessary to insert text at the bottom of a page in a document to reference something on that page. You do this by placing a footnote at the

More information

EndNote Web. Quick Reference Card THOMSON SCIENTIFIC

EndNote Web. Quick Reference Card THOMSON SCIENTIFIC THOMSON SCIENTIFIC EndNote Web Quick Reference Card Web is a Web-based service designed to help students and researchers through the process of writing a research paper. ISI Web of Knowledge, EndNote,

More information

2G Video Wall Guide Just Add Power HD over IP Page1 2G VIDEO WALL GUIDE. Revised

2G Video Wall Guide Just Add Power HD over IP Page1 2G VIDEO WALL GUIDE. Revised 2G Video Wall Guide Just Add Power HD over IP Page1 2G VIDEO WALL GUIDE Revised 2016-05-09 2G Video Wall Guide Just Add Power HD over IP Page2 Table of Contents Specifications... 4 Requirements for Setup...

More information

Data Acquisition Using LabVIEW

Data Acquisition Using LabVIEW Experiment-0 Data Acquisition Using LabVIEW Introduction The objectives of this experiment are to become acquainted with using computer-conrolled instrumentation for data acquisition. LabVIEW, a program

More information

ENGR 1000, Introduction to Engineering Design

ENGR 1000, Introduction to Engineering Design Unit 2: Mechatronics ENGR 1000, Introduction to Engineering Design Lesson 2.3: Controlling Independent Systems Hardware: 12 VDC power supply Several lengths of wire NI-USB 6008 Device with USB cable Digital

More information

VISSIM TUTORIALS This document includes tutorials that provide help in using VISSIM to accomplish the six tasks listed in the table below.

VISSIM TUTORIALS This document includes tutorials that provide help in using VISSIM to accomplish the six tasks listed in the table below. VISSIM TUTORIALS This document includes tutorials that provide help in using VISSIM to accomplish the six tasks listed in the table below. Number Title Page Number 1 Adding actuated signal control to an

More information

Moving on from MSTAT. March The University of Reading Statistical Services Centre Biometrics Advisory and Support Service to DFID

Moving on from MSTAT. March The University of Reading Statistical Services Centre Biometrics Advisory and Support Service to DFID Moving on from MSTAT March 2000 The University of Reading Statistical Services Centre Biometrics Advisory and Support Service to DFID Contents 1. Introduction 3 2. Moving from MSTAT to Genstat 4 2.1 Analysis

More information

Exercise #1: Create and Revise a Smart Group

Exercise #1: Create and Revise a Smart Group EndNote X7 Advanced: Hands-On for CDPH Sheldon Margen Public Health Library, UC Berkeley Exercise #1: Create and Revise a Smart Group Objective: Learn how to create and revise Smart Groups to automate

More information

Score Layout and Printing

Score Layout and Printing Score Layout and Printing Cristina Bachmann, Heiko Bischoff, Christina Kaboth, Insa Mingers, Matthias Obrecht, Sabine Pfeifer, Benjamin Schütte, Marita Sladek This PDF provides improved access for vision-impaired

More information

Dektak Step by Step Instructions:

Dektak Step by Step Instructions: Dektak Step by Step Instructions: Before Using the Equipment SIGN IN THE LOG BOOK Part 1: Setup 1. Turn on the switch at the back of the dektak machine. Then start up the computer. 2. Place the sample

More information

GS122-2L. About the speakers:

GS122-2L. About the speakers: Dan Leighton DL Consulting Andrea Bell GS122-2L A growing number of utilities are adapting Autodesk Utility Design (AUD) as their primary design tool for electrical utilities. You will learn the basics

More information

Statement SmartLCT User s Manual Welcome to use the product from Xi an NovaStar Tech Co., Ltd. (hereinafter referred to as NovaStar ). It is our great

Statement SmartLCT User s Manual Welcome to use the product from Xi an NovaStar Tech Co., Ltd. (hereinafter referred to as NovaStar ). It is our great LED Display Configuration Software SmartLCT User s Manual Software Version: V3.0 Rev3.0.0 NS110100239 Statement SmartLCT User s Manual Welcome to use the product from Xi an NovaStar Tech Co., Ltd. (hereinafter

More information

The. finale. Projects. The New Approach to Learning. finale. Tom Carruth

The. finale. Projects. The New Approach to Learning. finale. Tom Carruth The finale Projects The New Approach to Learning finale Tom Carruth Addendum for Finale 2010 The Finale Projects Addendum for Finale 2010 There are seven basic differences between Finale 2010 and Finale

More information

Import and quantification of a micro titer plate image

Import and quantification of a micro titer plate image BioNumerics Tutorial: Import and quantification of a micro titer plate image 1 Aims BioNumerics can import character type data from TIFF images. This happens by quantification of the color intensity and/or

More information

Chapter 40: MIDI Tool

Chapter 40: MIDI Tool MIDI Tool 40-1 40: MIDI Tool MIDI Tool What it does This tool lets you edit the actual MIDI data that Finale stores with your music key velocities (how hard each note was struck), Start and Stop Times

More information

Kindle Add-In for Microsoft Word User Guide

Kindle Add-In for Microsoft Word User Guide Kindle Add-In for Microsoft Word User Guide version 0.97 Beta, 9/21/17 Contents 1 Introduction...2 1.1 Overview of Kindle Tab...2 2 Anatomy of a Kindle Book...3 3 Formatting Your Book...4 3.1 Getting Started...4

More information

Relationships Between Quantitative Variables

Relationships Between Quantitative Variables Chapter 5 Relationships Between Quantitative Variables Three Tools we will use Scatterplot, a two-dimensional graph of data values Correlation, a statistic that measures the strength and direction of a

More information

Escaping RGBland: Selecting Colors for Statistical Graphics

Escaping RGBland: Selecting Colors for Statistical Graphics Escaping RGBland: Selecting Colors for Statistical Graphics Achim Zeileis Kurt Hornik Paul Murrell http://statmath.wu-wien.ac.at/~zeileis/ Overview Motivation Statistical graphics and color Color vision

More information

Table of Contents Introduction

Table of Contents Introduction Page 1/9 Waveforms 2015 tutorial 3-Jan-18 Table of Contents Introduction Introduction to DAD/NAD and Waveforms 2015... 2 Digital Functions Static I/O... 2 LEDs... 2 Buttons... 2 Switches... 2 Pattern Generator...

More information

Screen Shot User Guide Clinical Agency

Screen Shot User Guide Clinical Agency Screen Shot User Guide Clinical Agency Table of Contents Page# 2. Step 1 - How to Add Units 3. Step 1 - How to add Unit Locations 4. Step 2 - How to create Unit Schedules Create Unit Availability 5. Step

More information

KRAMER ELECTRONICS LTD. USER MANUAL

KRAMER ELECTRONICS LTD. USER MANUAL KRAMER ELECTRONICS LTD. USER MANUAL MODEL: Projection Curved Screen Blend Guide How to blend projection images on a curved screen using the Warp Generator version K-1.4 Introduction The guide describes

More information

MATLAB Basics 6 plotting

MATLAB Basics 6 plotting 1 MATLAB Basics 6 plotting Anthony Rossiter University of Sheffield For a neat organisation of all videos and resources http://controleducation.group.shef.ac.uk/indexwebbook.html Introduction 2 1. The

More information

Relationships. Between Quantitative Variables. Chapter 5. Copyright 2006 Brooks/Cole, a division of Thomson Learning, Inc.

Relationships. Between Quantitative Variables. Chapter 5. Copyright 2006 Brooks/Cole, a division of Thomson Learning, Inc. Relationships Chapter 5 Between Quantitative Variables Copyright 2006 Brooks/Cole, a division of Thomson Learning, Inc. Three Tools we will use Scatterplot, a two-dimensional graph of data values Correlation,

More information

Algebra I Module 2 Lessons 1 19

Algebra I Module 2 Lessons 1 19 Eureka Math 2015 2016 Algebra I Module 2 Lessons 1 19 Eureka Math, Published by the non-profit Great Minds. Copyright 2015 Great Minds. No part of this work may be reproduced, distributed, modified, sold,

More information

MICROSOFT WORD FEATURES FOR ARTS POSTGRADUATES

MICROSOFT WORD FEATURES FOR ARTS POSTGRADUATES MICROSOFT WORD FEATURES FOR ARTS POSTGRADUATES...2 Page Setup...3 Styles...4 Using Inbuilt Styles...4 Modifying a Style...5 Creating a Style...5 Section Breaks...6 Insert a section break...6 Delete a section

More information

HUB CATS File Development Documentation

HUB CATS File Development Documentation I. Terminology HUB CATS File Development Documentation Recommended Practices for Computer-Aided Track Signal (CATS) File Development Version 3.0 February 14, 2015 1. Active Module is a module that has

More information

Fig. 1. The Front Panel (Graphical User Interface)

Fig. 1. The Front Panel (Graphical User Interface) ME 4710 Motion and Control Data Acquisition Software for Step Excitation Introduction o These notes describe LabVIEW software that can be used for data acquisition. The overall software characteristics

More information

SIDRA INTERSECTION 8.0 UPDATE HISTORY

SIDRA INTERSECTION 8.0 UPDATE HISTORY Akcelik & Associates Pty Ltd PO Box 1075G, Greythorn, Vic 3104 AUSTRALIA ABN 79 088 889 687 For all technical support, sales support and general enquiries: support.sidrasolutions.com SIDRA INTERSECTION

More information

Reference Management using EndNote

Reference Management using EndNote Reference Management using EndNote Ulrich Fischer 02.02.2017 1 By the way any technique may be misused Therefore, do not import all the references you can find. consider creating different reference lists

More information

Case study: how to create a 3D potential scan Nyquist plot?

Case study: how to create a 3D potential scan Nyquist plot? NOVA Technical Note 11 Case study: how to create a 3D potential scan Nyquist plot? 1 3D plotting in NOVA Advanced 3D plotting In NOVA, it is possible to create 2D or 3D plots. To create a 3D plot, three

More information

Customization of Net Colors

Customization of Net Colors Customization of Net Colors Old Content - visit altium.com/documentation Modified by on 13-Sep-2017 Related Video PCB Highlighting The Summer 09 release brings even greater control over the highlighting

More information

SOUNDLIB: A MUSIC LIBRARY FOR A NOVICE JAVA PROGRAMMER

SOUNDLIB: A MUSIC LIBRARY FOR A NOVICE JAVA PROGRAMMER SOUNDLIB: A MUSIC LIBRARY FOR A NOVICE JAVA PROGRAMMER Viera K. Proulx College of Computer and Information Science Northeastern University Boston, MA 02115 617-373-2225 vkp@ccs.neu.edu ABSTRACT We describe

More information

Sampler Overview. Statistical Demonstration Software Copyright 2007 by Clifford H. Wagner

Sampler Overview. Statistical Demonstration Software Copyright 2007 by Clifford H. Wagner Sampler Overview Statistical Demonstration Software Copyright 2007 by Clifford H. Wagner (w44@psu.edu) Introduction The philosophy behind Sampler is that students learn mathematics and statistics more

More information

Homework Packet Week #5 All problems with answers or work are examples.

Homework Packet Week #5 All problems with answers or work are examples. Lesson 8.1 Construct the graphical display for each given data set. Describe the distribution of the data. 1. Construct a box-and-whisker plot to display the number of miles from school that a number of

More information

A Handbook of Statistical Analyses Using R. Brian S. Everitt and Torsten Hothorn

A Handbook of Statistical Analyses Using R. Brian S. Everitt and Torsten Hothorn A Handbook of Statistical Analyses Using R Brian S. Everitt and Torsten Hothorn Preface ThisbookisintendedasaguidetodataanalysiswiththeRsystemforstatistical computing. R is an environment incorporating

More information

iii Table of Contents

iii Table of Contents i iii Table of Contents Display Setup Tutorial....................... 1 Launching Catalyst Control Center 1 The Catalyst Control Center Wizard 2 Enabling a second display 3 Enabling A Standard TV 7 Setting

More information

Blueline, Linefree, Accuracy Ratio, & Moving Absolute Mean Ratio Charts

Blueline, Linefree, Accuracy Ratio, & Moving Absolute Mean Ratio Charts INTRODUCTION This instruction manual describes for users of the Excel Standard Celeration Template(s) the features of each page or worksheet in the template, allowing the user to set up and generate charts

More information

Lab Determining the Screen Resolution of a Computer

Lab Determining the Screen Resolution of a Computer Lab 1.3.3 Determining the Screen Resolution of a Computer Objectives Determine the current screen resolution of a PC monitor. Determine the maximum resolution for the highest color quality. Calculate the

More information

Why visualize data? Advanced GDA and Software: Multivariate approaches, Interactive Graphics, Mondrian, iplots and R. German Bundestagswahl 2005

Why visualize data? Advanced GDA and Software: Multivariate approaches, Interactive Graphics, Mondrian, iplots and R. German Bundestagswahl 2005 Advanced GDA and Software: Multivariate approaches, Interactive Graphics, Mondrian, iplots and R Why visualize data? Looking for global trends overall structure Looking for local features data quality

More information

Using DICTION. Some Basics. Importing Files. Analyzing Texts

Using DICTION. Some Basics. Importing Files. Analyzing Texts Some Basics 1. DICTION organizes its work units by Projects. Each Project contains three folders: Project Dictionaries, Input, and Output. 2. DICTION has three distinct windows: the Project Explorer window

More information

48 TV Caller ID TV CALLER ID

48 TV Caller ID TV CALLER ID 48 TV Caller ID TV CALLER ID What is TV Caller ID? TV Caller ID is just like phone-based Caller ID, with the added benefit of being able to view Caller ID information on your TV screen before the phone

More information

Basic LabVIEW Programming Amit J Nimunkar, Sara Karle, Michele Lorenz, Emily Maslonkowski

Basic LabVIEW Programming Amit J Nimunkar, Sara Karle, Michele Lorenz, Emily Maslonkowski Introduction This lab familiarizes you with the software package LabVIEW from National Instruments for data acquisition and virtual instrumentation. The lab also introduces you to resistors, capacitors,

More information

XDFilt 1r0 July 23, XDFilt 1r0. Instructions. Copyright 2007, Steven A. Harlow 1

XDFilt 1r0 July 23, XDFilt 1r0. Instructions. Copyright 2007, Steven A. Harlow 1 XDFilt 1r0 Instructions Copyright 2007, Steven A. Harlow 1 Table of Contents 1 INTRODUCTION...3 2 INSTALLATION...3 3 CUT TO THE DEMO...3 3.1 MAIN DEMO...3 3.2 GRAPHICAL FILTER DEMO...6 4 OPERATING CONTROLS

More information

Background. About automation subtracks

Background. About automation subtracks 16 Background Cubase provides very comprehensive automation features. Virtually every mixer and effect parameter can be automated. There are two main methods you can use to automate parameter settings:

More information

Quadro Plex D2. Mosaic Mode for windows XP Reference Guide

Quadro Plex D2. Mosaic Mode for windows XP Reference Guide Quadro Plex D2 Mosaic Mode for windows XP Reference Guide PNY Technologies, Inc. 299 Webro Rd. Parsippany, NJ 07054-0218 Tel: 408.567.5500 Fax: 408.855.0680 Features and specifications subject to change

More information

Lab experience 1: Introduction to LabView

Lab experience 1: Introduction to LabView Lab experience 1: Introduction to LabView LabView is software for the real-time acquisition, processing and visualization of measured data. A LabView program is called a Virtual Instrument (VI) because

More information

ULTRA-Flex CLOUD. ULTRA-Flex Lite CLOUD Design $1495 $695

ULTRA-Flex CLOUD. ULTRA-Flex Lite CLOUD Design $1495 $695 Design $1495 $695 Draw DesignCentral Workspace Profiles Customize Workspace NEW! Job Info Job Statistics NEW! Find File Snapping Commands Measure Tool Import Standard File Formats PDF/PostScript/EPS Import

More information

GBA 327: Module 7D AVP Transcript Title: The Monte Carlo Simulation Using Risk Solver. Title Slide

GBA 327: Module 7D AVP Transcript Title: The Monte Carlo Simulation Using Risk Solver. Title Slide GBA 327: Module 7D AVP Transcript Title: The Monte Carlo Simulation Using Risk Solver Title Slide Narrator: Although the use of a data table illustrates how we can apply Monte Carlo simulation to a decision

More information

Running leds from Pokeys

Running leds from Pokeys Some of you probably remember the extensive posting I did in the Pokeysthread regarding issues I had running a led matrix. Now I got it solved and would like to post a small tutorial for those who are

More information

PCIe: EYE DIAGRAM ANALYSIS IN HYPERLYNX

PCIe: EYE DIAGRAM ANALYSIS IN HYPERLYNX PCIe: EYE DIAGRAM ANALYSIS IN HYPERLYNX w w w. m e n t o r. c o m PCIe: Eye Diagram Analysis in HyperLynx PCI Express Tutorial This PCI Express tutorial will walk you through time-domain eye diagram analysis

More information

Analyzing and Saving a Signal

Analyzing and Saving a Signal Analyzing and Saving a Signal Approximate Time You can complete this exercise in approximately 45 minutes. Background LabVIEW includes a set of Express VIs that help you analyze signals. This chapter teaches

More information

Tutor Led Manual v1.7. Table of Contents PREFACE I.T. Skills Required Before Attempting this Course... 1 Copyright... 2 GETTING STARTED...

Tutor Led Manual v1.7. Table of Contents PREFACE I.T. Skills Required Before Attempting this Course... 1 Copyright... 2 GETTING STARTED... EndNote X7 Tutor Led Manual v1.7 Table of Contents PREFACE... 1 I.T. Skills Required Before Attempting this Course... 1 Copyright... 2 GETTING STARTED... 1 EndNote Explained... 1 Opening the EndNote Program...

More information

D-Lab & D-Lab Control Plan. Measure. Analyse. User Manual

D-Lab & D-Lab Control Plan. Measure. Analyse. User Manual D-Lab & D-Lab Control Plan. Measure. Analyse User Manual Valid for D-Lab Versions 2.0 and 2.1 September 2011 Contents Contents 1 Initial Steps... 6 1.1 Scope of Supply... 6 1.1.1 Optional Upgrades... 6

More information

With Export all setting information (preferences, user setttings) can be exported into a text file.

With Export all setting information (preferences, user setttings) can be exported into a text file. Release Notes 1 Release Notes What s new in release 1.6 Version 1.6 contains many new functions that make it easier to work with the program and more powerful for users. 1. Preferences Export Menu: Info

More information

Setting up the app. Press the Setting button (gear symbol) on the upper screen to go setup app. Before you

Setting up the app. Press the Setting button (gear symbol) on the upper screen to go setup app. Before you Setting up the app Press the Setting button (gear symbol) on the upper screen to go setup app. Before you simulate the air settings, be sure to configure the app s setting properly. Language Please choose

More information

Cisco Spectrum Expert Software Overview

Cisco Spectrum Expert Software Overview CHAPTER 5 If your computer has an 802.11 interface, it should be enabled in order to detect Wi-Fi devices. If you are connected to an AP or ad-hoc network through the 802.11 interface, you will occasionally

More information

Single cable multiswich programmer PC102W

Single cable multiswich programmer PC102W Single cable multiswich programmer PC102W 1. Product description The PC102W - single cable multiswich programmer (in the text - programmer) is useful instrument while configuring and troubleshooting SAT

More information

Customization of Net Colors Related Video PCB Highlighting. Contents

Customization of Net Colors Related Video PCB Highlighting. Contents Customization of Net Colors Related Video PCB Highlighting Contents Defining Net Coloring Override Patterns Enabling Net Color Override Using Net Override Color in PCB Prints The Summer 09 release brings

More information

BioGraph Infiniti Physiology Suite

BioGraph Infiniti Physiology Suite Thought Technology Ltd. 2180 Belgrave Avenue, Montreal, QC H4A 2L8 Canada Tel: (800) 361-3651 ٠ (514) 489-8251 Fax: (514) 489-8255 E-mail: mail@thoughttechnology.com Webpage: http://www.thoughttechnology.com

More information

Editing Reference Types & Styles: Macintosh. EndNote Support & Training October 2017

Editing Reference Types & Styles: Macintosh. EndNote Support & Training October 2017 Editing Reference Types & Styles: Macintosh EndNote Support & Training October 2017 EndNote X8 Editing Reference Types & Styles: Macintosh 1 October 18, 2017 Introduction One of the most powerful features

More information

WindData Explorer User Manual

WindData Explorer User Manual WindData Explorer User Manual Revision History Revision Date Status 1 April 2014 First Edition Contents I Framework 4 1 Introduction 5 2 System Requirements 5 3 System Architecture 5 4 Graphical User Interface

More information

AP Statistics Sec 5.1: An Exercise in Sampling: The Corn Field

AP Statistics Sec 5.1: An Exercise in Sampling: The Corn Field AP Statistics Sec.: An Exercise in Sampling: The Corn Field Name: A farmer has planted a new field for corn. It is a rectangular plot of land with a river that runs along the right side of the field. The

More information

Creating Licks Using Virtual Trumpet

Creating Licks Using Virtual Trumpet Creating Licks Using Virtual Trumpet This tutorial will explain how to use Virtual Trumpet s Lick Editor, which is used to compose and edit licks that Virtual Trumpet can play back. It is intended for

More information

PS User Guide Series Seismic-Data Display

PS User Guide Series Seismic-Data Display PS User Guide Series 2015 Seismic-Data Display Prepared By Choon B. Park, Ph.D. January 2015 Table of Contents Page 1. File 2 2. Data 2 2.1 Resample 3 3. Edit 4 3.1 Export Data 4 3.2 Cut/Append Records

More information

ENGR 1000, Introduction to Engineering Design

ENGR 1000, Introduction to Engineering Design ENGR 1000, Introduction to Engineering Design Unit 2: Data Acquisition and Control Technology Lesson 2.4: Programming Digital Ports Hardware: 12 VDC power supply Several lengths of wire NI-USB 6008 Device

More information

(Skip to step 11 if you are already familiar with connecting to the Tribot)

(Skip to step 11 if you are already familiar with connecting to the Tribot) LEGO MINDSTORMS NXT Lab 5 Remember back in Lab 2 when the Tribot was commanded to drive in a specific pattern that had the shape of a bow tie? Specific commands were passed to the motors to command how

More information

ivw-fd133 Video Wall Controller MODEL: ivw-fd133 Video Wall Controller Supports 3 x 3 and 2 x 2 Video Wall Array User Manual Page i Rev. 1.

ivw-fd133 Video Wall Controller MODEL: ivw-fd133 Video Wall Controller Supports 3 x 3 and 2 x 2 Video Wall Array User Manual Page i Rev. 1. MODEL: ivw-fd133 Video Wall Controller Supports 3 x 3 and 2 x 2 Video Wall Array User Manual Rev. 1.01 Page i Copyright COPYRIGHT NOTICE The information in this document is subject to change without prior

More information

Overview. Shipped in the Venue Vizion Package: Simplified Integration Process. Installation consists of 6 easy steps:

Overview. Shipped in the Venue Vizion Package: Simplified Integration Process. Installation consists of 6 easy steps: Overview Shipped in the Venue Vizion Package: Four two-channel QMOD Encoder-Modulators Each unit can accept up to 2 inputs, providing up to 8 channels in the system. One ICE-HE-DXL Display Control Center

More information

Table of content. Table of content Introduction Concepts Hardware setup...4

Table of content. Table of content Introduction Concepts Hardware setup...4 Table of content Table of content... 1 Introduction... 2 1. Concepts...3 2. Hardware setup...4 2.1. ArtNet, Nodes and Switches...4 2.2. e:cue butlers...5 2.3. Computer...5 3. Installation...6 4. LED Mapper

More information

CORIOmax Resolution Editor Programming Guide 2015/03/04

CORIOmax Resolution Editor Programming Guide 2015/03/04 CORIOmax Resolution Editor Programming Guide 2015/03/04 Document Information General Information: Title CORIOmax Resolution Editor Programming Guide Author Version 2.1 Brief Version Control: Version Amendments

More information

IP LIVE PRODUCTION UNIT NXL-IP55 USO RESTRITO. OPERATION MANUAL 1st Edition (Revised 2) [English]

IP LIVE PRODUCTION UNIT NXL-IP55 USO RESTRITO. OPERATION MANUAL 1st Edition (Revised 2) [English] IP LIVE PRODUCTIO UIT XL-IP55 USO RESTRITO OPERATIO MAUAL 1st Edition (Revised 2) [English] Table of Contents Overview... 3 Features... 3 Transmittable Signals... 3 Supported etworks... 3 System Configuration

More information

Common Spatial Patterns 3 class BCI V Copyright 2012 g.tec medical engineering GmbH

Common Spatial Patterns 3 class BCI V Copyright 2012 g.tec medical engineering GmbH g.tec medical engineering GmbH Sierningstrasse 14, A-4521 Schiedlberg Austria - Europe Tel.: (43)-7251-22240-0 Fax: (43)-7251-22240-39 office@gtec.at, http://www.gtec.at Common Spatial Patterns 3 class

More information

Biopac Student Lab Lesson 9 ELECTRODERMAL ACTIVITY & POLYGRAPH Analysis Procedure. Rev

Biopac Student Lab Lesson 9 ELECTRODERMAL ACTIVITY & POLYGRAPH Analysis Procedure. Rev 42 Aero Camino, Goleta, CA 93117 www.biopac.com Biopac Student Lab Lesson 9 ELECTRODERMAL ACTIVITY & POLYGRAPH Analysis Procedure Rev. 12292017 Richard Pflanzer, Ph.D. Associate Professor Emeritus Indiana

More information

cs281: Introduction to Computer Systems Lab07 - Sequential Circuits II: Ant Brain

cs281: Introduction to Computer Systems Lab07 - Sequential Circuits II: Ant Brain cs281: Introduction to Computer Systems Lab07 - Sequential Circuits II: Ant Brain 1 Problem Statement Obtain the file ant.tar from the class webpage. After you untar this file in an empty directory, you

More information

Table of Contents. 2 Select camera-lens configuration Select camera and lens type Listbox: Select source image... 8

Table of Contents. 2 Select camera-lens configuration Select camera and lens type Listbox: Select source image... 8 Table of Contents 1 Starting the program 3 1.1 Installation of the program.......................... 3 1.2 Starting the program.............................. 3 1.3 Control button: Load source image......................

More information

Common Spatial Patterns 2 class BCI V Copyright 2012 g.tec medical engineering GmbH

Common Spatial Patterns 2 class BCI V Copyright 2012 g.tec medical engineering GmbH g.tec medical engineering GmbH Sierningstrasse 14, A-4521 Schiedlberg Austria - Europe Tel.: (43)-7251-22240-0 Fax: (43)-7251-22240-39 office@gtec.at, http://www.gtec.at Common Spatial Patterns 2 class

More information

Mortara XScribe Versions 3.xx and 5.xx Tango M2 Interface Notes

Mortara XScribe Versions 3.xx and 5.xx Tango M2 Interface Notes Mortara XScribe Versions 3.xx and 5.xx Tango M2 Interface Notes To setup Tango M2 with the XScribe cardiac stress system, simply follow the directions below. 1. Verify Correct RS-232 and ECG Trigger Cables

More information

INTRODUCTION TO ENDNOTE. NTNU University Library, Medicine and Health Library January 2017

INTRODUCTION TO ENDNOTE. NTNU University Library, Medicine and Health Library January 2017 INTRODUCTION TO ENDNOTE X8 NTNU University Library, Medicine and Health Library January 2017 CONTENTS About EndNote... 4 Obtaining and Installing EndNote... 4 Guides... 4 Creating a New Library... 5 Making

More information

XJTAG DFT Assistant for

XJTAG DFT Assistant for XJTAG DFT Assistant for Installation and User Guide Version 2 enquiries@xjtag.com Table of Contents SECTION PAGE 1. Introduction...3 2. Installation...3 3. Quick Start Guide...3 4. User Guide...4 4.1.

More information

Tutorial 3 Normalize step-cycles, average waveform amplitude and the Layout program

Tutorial 3 Normalize step-cycles, average waveform amplitude and the Layout program Tutorial 3 Normalize step-cycles, average waveform amplitude and the Layout program Step cycles are defined usually by choosing a recorded ENG waveform that shows long lasting, continuos, consistently

More information

Computer Graphics: Overview of Graphics Systems

Computer Graphics: Overview of Graphics Systems Computer Graphics: Overview of Graphics Systems By: A. H. Abdul Hafez Abdul.hafez@hku.edu.tr, 1 Outlines 1. Video Display Devices 2. Flat-panel displays 3. Video controller and Raster-Scan System 4. Coordinate

More information

MestReNova A quick Guide. Adjust signal intensity Use scroll wheel. Zoomen Z

MestReNova A quick Guide. Adjust signal intensity Use scroll wheel. Zoomen Z MestReNova A quick Guide page 1 MNova is a program to analyze 1D- and 2D NMR data. Start of MNova Start All Programs Chemie NMR MNova The MNova Menu 1. 2. Create expanded regions Adjust signal intensity

More information

Modbus for SKF IMx and Analyst

Modbus for SKF IMx and Analyst User manual Modbus for SKF IMx and SKF @ptitude Analyst Part No. 32342700-EN Revision A WARNING! - Read this manual before using this product. Failure to follow the instructions and safety precautions

More information

Log viewer and analyser for switchboard and downhole sensor

Log viewer and analyser for switchboard and downhole sensor Log viewer and analyser for switchboard and downhole sensor Novomet-Perm cc, 2010 2013 User guide User manual 2 http://www.novomet.ru/eng Novomet-Perm cc 395 Cosmonauts st, Perm, 614065, Russia Novomet

More information

TL-2900 AMMONIA & NITRATE ANALYZER DUAL CHANNEL

TL-2900 AMMONIA & NITRATE ANALYZER DUAL CHANNEL TL-2900 AMMONIA & NITRATE ANALYZER DUAL CHANNEL DATA ACQUISITION SYSTEM V.15.4 INSTRUCTION MANUAL Timberline Instruments, LLC 1880 S. Flatiron Ct., Unit I Boulder, Colorado 80301 Ph: (303) 440-8779 Fx:

More information

Permutations of the Octagon: An Aesthetic-Mathematical Dialectic

Permutations of the Octagon: An Aesthetic-Mathematical Dialectic Proceedings of Bridges 2015: Mathematics, Music, Art, Architecture, Culture Permutations of the Octagon: An Aesthetic-Mathematical Dialectic James Mai School of Art / Campus Box 5620 Illinois State University

More information

A Step-by-Step Guide to the CableEye Software

A Step-by-Step Guide to the CableEye Software CableEye SOFTWARE INTRODUCTION A Step-by-Step Guide to the CableEye Software This booklet (formerly Applications Guide) provides a self-guided introduction to CableEye. Use it to learn how the software

More information

HD-SDI Express User Training. J.Egri 4/09 1

HD-SDI Express User Training. J.Egri 4/09 1 HD-SDI Express User Training J.Egri 4/09 1 Features SDI interface Supports 720p, 1080i and 1080p formats. Supports SMPTE 292M serial interface operating at 1.485 Gbps. Supports SMPTE 274M and 296M framing.

More information

Capstone Experiment Setups & Procedures PHYS 1111L/2211L

Capstone Experiment Setups & Procedures PHYS 1111L/2211L Capstone Experiment Setups & Procedures PHYS 1111L/2211L Picket Fence 1. Plug the photogate into port 1 of DIGITAL INPUTS on the 850 interface box. Setup icon. the 850 box. Click on the port 1 plug in

More information

Melody Sauce is an AU / VST / MIDI FX device that creates melodies as MIDI.

Melody Sauce is an AU / VST / MIDI FX device that creates melodies as MIDI. Melody Sauce is an AU / VST / MIDI FX device that creates melodies as MIDI. Designed as a co-creation tool for anyone making music in electronic pop, dance and EDM styles, Melody Sauce provides a quick

More information

Using EndNote X7 to Manage Bibliographies on a Mac!

Using EndNote X7 to Manage Bibliographies on a Mac! 1 Using EndNote X7 to Manage Bibliographies on a Mac! A Guide to EndNote by Information Services Staff of UTS Library University of Technology, Sydney University Library (May 2014 version) 2 Section Table

More information