More points Multiple figures par(mfcol=c(3,2) par (mfrow)=c(3,2)

Slides:



Advertisements
Similar presentations
MATLAB and Scilab Comparison
Advertisements

Introduction to Matlab
Empirical Model Building I: Objectives: By the end of this class you should be able to: find the equation of the “best fit” line for a linear model explain.
2D Plots 1 ENGR 1181 MATLAB 12.
Introduction to R Graphics
MATLAB – What is it? Computing environment / programming language Tool for manipulating matrices Many applications, you just need to get some numbers in.
Lab5 (Signal & System) Instructor: Anan Osothsilp Date: 20 Feb 07 Due Date 09 March 07.
Copyright © Allyn & Bacon (2007) Using SPSS for Windows Graziano and Raulin Research Methods This multimedia product and its contents are protected under.
MATLAB’s extensive, device-independent plotting capabilities are one of its most powerful features. They make it very easy to plot any data at any time.
STATISTICS TUTORIAL Applied Research In Organizational Behavior By: Dr. Goli Sadri.
Graphics in MATLAB Week 15 – 5/5/09 Kate Musgrave
STAT 104. Section 8 Daniel Moon. Contents Feedback on HW #7 Critical Value Pooled, Unpooled, and Paired t-test F-test P-Value (Sample size is very large.
Basic Statistical Review
Decision Tree Type of Data Qualitative (Categorical) Type of Categorization One Categorical Variable Chi-Square – Goodness-of-Fit Two Categorical Variables.
Graphing With Excel Presented by Frank H. Osborne, Ph. D. © 2008 ID 2950 Technology and the Young Child.
Statistics for the Social Sciences Psychology 340 Fall 2006 Putting it all together.
Linear Regression In Excel. Linear Regression  In this presentation you will learn the following: How to make a scatter plot in Excel (Click Here)Here.
Chapter 19 Data Analysis Overview
Chapter 5. Operations on Multiple R. V.'s 1 Chapter 5. Operations on Multiple Random Variables 0. Introduction 1. Expected Value of a Function of Random.
Statistics for the Social Sciences Psychology 340 Spring 2005 Course Review.
EOC Practice #27 SPI EOC Practice #27 Using a scatterplot, determine if a linear relationship exists and describe the association between variables.
Baburao Kamble (Ph.D) University of Nebraska-Lincoln Data Analysis Using R Week5: Charts/Plots in R.
Practical statistics for Neuroscience miniprojects Steven Kiddle Slides & data :
Overall agenda Part 1 and 2  Part 1: Basic statistical concepts and descriptive statistics summarizing and visualising data describing data -measures.
11 Chapter 3: Getting Started with Tasks 3.1 Introduction to Tasks and Wizards 3.2 Creating a Frequency Report 3.3 Generating HTML, PDF, and RTF Output.
Quantitative Skills 1: Graphing
Using SPSS for Windows Part II Jie Chen Ph.D. Phone: /6/20151.
How to Teach Statistics in EBM Rafael Perera. Basic teaching advice Know your audience Know your audience! Create a knowledge gap Give a map of the main.
A Flight Plan for Studying Statistics. The Scientific Procedure 1) Concepts (empirical and hypothetical) 2)Operational Definitions (measurement and procedure)
2 Categorical Variables (frequencies) Testing mean differences of a continuous variable between groups (categorical variable) 2 Continuous Variables 2.
An Introduction to R graphics Cody Chiuzan Division of Biostatistics and Epidemiology Computing for Research I, 2012.
Then click the box for Normal probability plot. In the box labeled Standardized Residual Plots, first click the checkbox for Histogram, Multiple Linear.
Chapter 6 Simple Regression Introduction Fundamental questions – Is there a relationship between two random variables and how strong is it? – Can.
ANALYSIS PLAN: STATISTICAL PROCEDURES
Copy Data to Minitab Statistical Tests Open Excel File > Highlight All Data & Column Headings > Copy Launch Minitab: Start > Programs > Minitab > Minitab.
UW CSE 190p Section 7/26, Summer 2012 Dun-Yu Hsiao.
Height and shoe size GROUP FIVE Shaun A. Nichols Shaleen Teresinski.
Statistical Analysis Topic – Math skills requirements.
Group 4 Members and Participants Amelia Corey, Angie Coates, Cynthia Bradwisch, Aaron Grow, and Daniel Champion.
Results Sections. Basic APA rules 12 point font Times New Roman 1 inch margins Double spaced.
Scatter Diagrams scatter plot scatter diagram A scatter plot is a graph that may be used to represent the relationship between two variables. Also referred.
Introducing Communication Research 2e © 2014 SAGE Publications Chapter Seven Generalizing From Research Results: Inferential Statistics.
Conduct Simple Correlations Section 7. Correlation –A Pearson correlation analyzes relationships between parametric, linear (interval or ratio which are.
Soc 3306a Lecture 7: Inference and Hypothesis Testing T-tests and ANOVA.
Beginning Statistics Table of Contents HAWKES LEARNING SYSTEMS math courseware specialists Copyright © 2008 by Hawkes Learning Systems/Quant Systems, Inc.
MAKING MEANING OUT OF DATA Statistics for IB-SL Biology.
Presentation on DATA GENERATOR FOR WINDOWS. DATA GENERATOR FOR WINDOWS.
Statistics 3502/6304 Prof. Eric A. Suess Chapter 3.
Marginal Distribution Conditional Distribution. Side by Side Bar Graph Segmented Bar Graph Dotplot Stemplot Histogram.
Exercise 1 Content –Covers chapters 1-4 Chapter 1 (read) Chapter 2 (important for the exercise, 2.6 comes later) Chapter 3 (especially 3.1, 3.2, 3.5) Chapter.
Statistics and probability Dr. Khaled Ismael Almghari Phone No:
Marshall University School of Medicine Department of Biochemistry and Microbiology BMS 617 Lecture 16 : Summary Marshall University Genomics Core Facility.
MARCH 18, 2014 DATA ANALYSIS. WHAT TO DO WITH DATA Take a look at your data Histogram Descriptive statistics Mean, mode, range, standard deviation/standard.
Predicting Energy Consumption in Buildings using Multiple Linear Regression Introduction Linear regression is used to model energy consumption in buildings.
Covariance/ Correlation
Computer Application in Engineering Design
Multivariate Analysis
Statistics in WR: Lecture 11
Covariance/ Correlation
Covariance/ Correlation
MAT 111 Enthusiastic Studysnaptutorial.com
2. Find the equation of line of regression
Prof. Eric A. Suess Chapter 3
Ch11 Curve Fitting II.
MG3117 Issues and Controversies in Accounting
Covariance/ Correlation
(Approximately) Bivariate Normal Data and Inference Based on Hotelling’s T2 WNBA Regular Season Home Point Spread and Over/Under Differentials
Cases. Simple Regression Linear Multiple Regression.
Descriptive statistics Pearson’s correlation
Simulate Multiple Dice
Presentation transcript:

More points Multiple figures par(mfcol=c(3,2) par (mfrow)=c(3,2)

Practice –R graph Data ChickWeight plot the data into 2*2 matrix Each graph x-label, y-label, title, legend Each has different color, type (point, line) ** try to display different styles as more as possible. ***shown your own style, save as jpg file Orange plot age ~circumference by tree into one image. (title), save as pdf file

Practice –R graph Generate a normal distribution, sample size=100 y<-rnorm(100) qqnorm(y, main=“Normal random variable”) qqline(y, col=“”, lwd=) Generate a non normal distribution, sample size=100 y<-rnorm(100)^2 qqnorm(y, main=“Non normal random variable”) qqline(y, col=“”, lwd=) Put them into one png image

Contents ( group work ) 1.R basics 2.R graph (Group8) 3.Descriptive statistics and data displaying (Group3) 4.T-test, ANOVA (Group 7) 5.Practice outside of class 6.Linear regression& correlation (Group4) 7.Chi-squared test (Group 6) 8.Logistic regression (Group1) 9.Survival analysis (Group 9) 10.Non-parameter tests (Group2)