Univariate Graphs III Review Create histogram from Commands Window. Multipanel histogram. Quantile Plots Quantile-Normal Plots Quantile-Quantile Plots.

Slides:



Advertisements
Similar presentations
Rrrrrr…… now we know what it is but how the heck do you use it? Andrew Trant PPS Arctic - Labrador Highlands Research Group.
Advertisements

Chapter 2 Minitab for Data Analysis KANCHALA SUDTACHAT.
Histograms. Definition of a Histogram A Histogram displays a range of values of a variable that have been broken into groups or intervals. Histograms.
Experiment #2 Resistor Statistics
Checking the Required Conditions. Check these 3 boxes.
1 Empirical and probability distributions 0.4 exploratory data analysis.
Introduction to Spreadsheets Presented by Frank H. Osborne, Ph. D. © 2005 Bio 2900 Computer Applications in Biology.
Lecture 9 Last day: Today: Finish last day and start , Next day: Assignment #2: Chapter 2: 6, 15 (treat tape speed and laser power.
Use of Quantile Functions in Data Analysis. In general, Quantile Functions (sometimes referred to as Inverse Density Functions or Percent Point Functions)
How to Analyze Data? Aravinda Guntupalli. SPSS windows process Data window Variable view window Output window Chart editor window.
Tutor: Prof. A. Taleb-Bendiab Contact: Telephone: +44 (0) CMPDLLM002 Research Methods Lecture 9: Quantitative.
EMetric Presents A reporting application designed to fit the needs of ACCESS for ELLs users.
R-Graphics Day 2 Stephen Opiyo. Basic Graphs One of the main reasons data analysts turn to R is for its strong graphic capabilities. R generates publication-ready.
STAT02 - Descriptive statistics (cont.) 1 Descriptive statistics (cont.) Lecturer: Smilen Dimitrov Applied statistics for testing and evaluation – MED4.
Ch2: Exploring Data: Charts 13 Sep 2011 BUSI275 Dr. Sean Ho HW1 due Thu 10pm Download and open “SportsShoes.xls”SportsShoes.xls.
CS1100: Computer Science and Its Applications Creating Graphs and Charts in Excel Martin Schedlbauer, Ph.D.
13: Forest Plots Making them look the way you want Meta-analysis in R with Metafor.
A Brief Introduction to R Programming Darren J. Fitzpatrick, PhD The Bioinformatics Support Team 27/08/2015.
JMP Example 2 Say you take 5 measurements for the yield from a granulator and find the mean measurement. You repeat this process 50 times, to generate.
Exploratory Data Analysis Observations of a single variable.
Chapter 2 Analysis using R. Few Tips for R Commands included here CANNOT ALWAYS be copied and pasted directly without alteration. –One major reason is.
Univariate Linear Regression Problem Model: Y=  0 +  1 X+  Test: H 0 : β 1 =0. Alternative: H 1 : β 1 >0. The distribution of Y is normal under both.
Histograms. Grouped frequency distribution Shows how many values of each variable lie in a class. Some information is lost. When presenting this information.
Sullivan – Fundamentals of Statistics – 2 nd Edition – Chapter 7 Section 4 – Slide 1 of 11 Chapter 7 Section 4 Assessing Normality.
11/25/2015Slide 1 Scripts are short programs that repeat sequences of SPSS commands. SPSS includes a computer language called Sax Basic for the creation.
1 1 Chapter 3: Graphical Data Exploration 3.1 Exploring Relationships with a Continuous Y Variable 3.2 Exploring Relationships with a Categorical Y Variable.
Week 1 Day 3 (2.1, 2.2, 2.3) Summarizing Data I. Step one You will need to determine the type of the variable to summarize, whether it is Qualitative.
Mr. Magdi Morsi Statistician Department of Research and Studies, MOH
Measuring Inequality A practical workshop On theory and technique San Jose, Costa Rica August 4 -5, 2004.
Psychology 202a Advanced Psychological Statistics October 6, 2015.
Chap 2: Presenting Data in Tables & Charts Excel Tutorial.
ENG 1181 College of Engineering Engineering Education Innovation Center MatLab – 2D Plots 2 MATLAB has many built-in functions and commands to create various.
STT : BIOSTATISTICS ANALYSIS Dr. Cuixian Chen Chapter 4: Data Plot STT
1 Lecture 5 Post-Graduate Students Advanced Programming (Introduction to MATLAB) Code: ENG 505 Dr. Basheer M. Nasef Computers & Systems Dept.
How to draw a line graph Yr 9 Science. Line graphs Line graphs can be useful for showing the results of an experiment. You usually use a line graph when.
BIOSTATISTICS Explorative data analysis. Box plot QQ plot Classification analysis Copyright ©2012, Joanna Szyda INTRODUCTION.
The Normal Distribution: Comparing Apples and Oranges.
Lattice- xyplot Yufeng Lin Haipeng Yao. How to use xyplot Xyplot(formula, data = parent.frame(), panel = if (is.null(groups)) "panel.xyplot" else "panel.superpose",
5 cm6 cm4 cm2 cm >>
INEN 270 ENGINEERING STATISTICS Fall 2011 Introduction.
Chapter 4 Minitab Recipe Cards. Correlation coefficients Enter the data from Example 4.1 in columns C1 and C2 of the worksheet.
Introductory Data Analysis F73DA2. Contact Times (Spring Term 2008) Monday 4: : Lecture in LT3 Tuesday 2: : Lecture in LT3 Wednesday
PATTERN RECOGNITION LAB 2 TA : Nouf Al-Harbi::
Decision Tree Lab. Load in iris data: Display iris data as a sanity.
Diagonal is sum of variances In general, these will be larger when “within” class variance is larger (a bad thing) Sw(iris[,1:4],iris[,5]) Sepal.Length.
Graphs with SPSS Aravinda Guntupalli. Bar charts  Bar Charts are used for graphical representation of Nominal and Ordinal data  Height of the bar is.
How to Make a FACS Diva Template
16BIT IITR Data Collection Module If you have not already done so, download and install R from download.
Date of download: 9/19/2016 Copyright © 2016 SPIE. All rights reserved. Sixty-four bin histogram plots of the reconstructed counts per unit volume (counts/cm.
How to change bad news to good one
The symmetry statistic
Add More Zing to your Dashboards – Creating Zing Plot Gadgets
Module 6: Descriptive Statistics
Discriminant Analysis
Introduction to Exploratory Descriptive Data Analysis in S-Plus II
K-Means Lab.
Systems Thinking: Systems modeling quick start
Chapter 10 Minitab Recipe Card
Rectangle Ratios What does the word “similar” mean to most people?
QQ Plot Quantile to Quantile Plot Quantile: QQ Plot:
Shape of Distributions
DATA.
©G Dear 2010 – Not to be sold/Free to use
Page 6 Original Expression: Step 1: Step 2: Step 3:
Displaying Quantitative Data
TI-NspireTM Version 2.1 Top 10
How to Create Tables & Graphs in Excel
Histograms.
Experiment #2 Resistor Statistics
Simulate Multiple Dice
Presentation transcript:

Univariate Graphs III Review Create histogram from Commands Window. Multipanel histogram. Quantile Plots Quantile-Normal Plots Quantile-Quantile Plots

Histogram from Commands From the Command Window type graphsheet(height=6.4,width=7.5) hist(iris$sepal.length, nclass=10, xlab="sepal.length") Graphs from the Commands Window are fixed unless… Right click on the histogram and select Convert to Objects. Now you can change the axis scales, etc.

Multipanel Histogram In the Iris data window, select sepal.length and then CTRL select variety. Using the Graph->Multipanel menu, plot a Histogram. Note that under Conditioning Columns, the column list is variety Try changing the number of rows and columns in the layout to be 2 by 2

Multipanel Histogram for Several Variables In the Iris data window, select sepal.width and then CTRL select variety. Using the Graph->Multipanel menu, plot a Histogram. Select the same Graphsheet as was used for the previous histogram

Quantile Plots A Quantile Plot graphs the value of each observation against the fraction of observations that are equal to or less than that observation where i is the index of the observation in a sorted list from i = 1 to N

Quantile Plot of Sepal Length graphsheet(height=6.4,width=6.4) tLength <- length(iris$sepal.length) plot(c(1:tLength)/tLength, sort(iris$sepal.length), xlab = "Fraction Value", ylab="Sepal Length (cm)")

Quantile Plot of Sepal Length graphsheet(height=6.4,width=6.4) qqmath(~ sepal.length, distribution=qunif, data=iris, aspect=1, xlab = "Fraction Value", ylab="Sepal Length (cm)")

Quantile Plot of Sepal Length graphsheet(height=4,width=7.5) qqmath(~ sepal.length | variety, distribution=qunif, data=iris, panel = function(x, y) { panel.grid() panel.xyplot(x, y) }, layout=c(3,1), aspect=1, xlab = "Fraction Value", ylab="Sepal Length (cm)")

Quantile-Normal Plot Using Menus In the Iris data window, select sepal.length. Using the Graph->2D menu, select a Q-Q Plot. Right click on the graph, select Position/Size and then set the Aspect Ratio to 1.

Quantile-Normal Plot graphsheet(height=6.4,width=6.4) qqnorm(iris$sepal.length, xlab = "Quantiles from Normal Distribution", ylab = "Quantiles from Sample")

Quantile-Normal Trellis Plot graphsheet(height=6.4,width=6.4) qqmath(~ sepal.length, distribution=qnorm, data=iris, prepanel = prepanel.qqmathline, panel = function(x, y) { panel.qqmathline(y, distribution = qnorm) panel.qqmath(x, y) }, aspect=1, xlab = "Normal Distribution", ylab="Sepal Length (cm)")

Quantile-Normal Trellis Plot graphsheet(height=6.4,width=6.4) qqmath(~ sepal.length | variety, distribution=qnorm, data=iris, prepanel = prepanel.qqmathline, panel = function(x, y) { panel.qqmathline(y, distribution = qnorm) panel.qqmath(x, y) }, aspect=1, layout=c(2,2), xlab = "Normal Distribution", ylab="Sepal Length (cm)")

Quantile-Quantile Plot Using Menus In the Iris data window, select sepal.length. CTRL select petal.length Using the Graph->2D menu, select a Q-Q Plot. Right click on the graph, select Position/Size and then set the Aspect Ratio to 1.

Quantile-Quantile Trellis Plot graphsheet(height=6.4,width=6.4) qq(variety ~ sepal.length, data=iris, subset = variety=="Setosa" | variety=="Versicolor", aspect=1)

For Thursday Read A Tour of Trellis Graphics pp 1-17 (download from the following web page) sia/project/trellis/software.writing.html Reaction papers are due October 3rd.