Statistical Exploratory Analysis with “EnQuireR” 1.Introduction 2.Installation 3.How to 4.Report.

Slides:



Advertisements
Similar presentations
Multiple Analysis of Variance – MANOVA
Advertisements

Variables 9/10/2013. Readings Chapter 3 Proposing Explanations, Framing Hypotheses, and Making Comparisons (Pollock) (pp.48-58) Chapter 1 Introduction.
QUANTITATIVE DATA ANALYSIS
SOWK 6003 Social Work Research Week 10 Quantitative Data Analysis
Importing our Web data and Answering Descriptive Questions about Single Variables Psych 437.
1 Statistical Analysis SC504/HS927 Spring Term 2008 Session 1: Week 16: 18 th January Getting to know your data.
Discovering Computers 2010
Quantifying Data.
Repeated Measures ANOVA Used when the research design contains one factor on which participants are measured more than twice (dependent, or within- groups.
Sociology 690 SPSS Introduction. Using SPSS The Statistical Package for the Social Sciences (SPSS) started at Stanford University in the late 1960’s.
Introduction to SPSS (For SPSS Version 16.0)
Surveys & Data Entry System Before you start Limesurvey & alii Encoding questions Exploratory Data analysis Edouard Legoupil Data Management Officer
Tutor: Prof. A. Taleb-Bendiab Contact: Telephone: +44 (0) CMPDLLM002 Research Methods Lecture 9: Quantitative.
Introduction to SPSS Edward A. Greenberg, PhD
LINDSEY BREWER CSSCR (CENTER FOR SOCIAL SCIENCE COMPUTATION AND RESEARCH) UNIVERSITY OF WASHINGTON September 17, 2009 Introduction to SPSS (Version 16)
The introduction to SPSS Ⅱ.Tables and Graphs for one variable ---Descriptive Statistics & Graphs.
Chapter 11 Descriptive Statistics Gay, Mills, and Airasian
Descriptive Statistics
110/10/2015Slide 1 The homework problems on comparing central tendency and variability extend our focus on central tendency and variability to a comparison.
A Picture Is Worth A Thousand Words. DAY 7: EXCEL CHAPTER 4 Tazin Afrin September 10,
SPSS Overview. The opening screen 2 The SPSS windows 3.
What is SPSS  SPSS is a program software used for statistical analysis.  Statistical Package for Social Sciences.
Experimental Research Methods in Language Learning Chapter 9 Descriptive Statistics.
SW318 Social Work Statistics Slide 1 Get ready to work on practice problems 1. Create a directory and subdirectory on your computer named C:\StudentData\SW318_Spring_2004.
Introduction to R Introductions What is R? RStudio Layout Summary Statistics Your First R Graph 17 September 2014 Sherubtse Training.
The Research Process OBSERVATION Broad Area of Research Interest
Statistical Analysis Quantitative research is first and foremost a logical rather than a mathematical (i.e., statistical) operation Statistics represent.
STAT 3120 Statistical Methods I Lecture 1 Introduction.
PSC 47410: Data Analysis Workshop  What’s the purpose of this exercise?  The workshop’s research questions:  Who supports war in America?  How consistent.
DTC Quantitative Methods Summary of some SPSS commands Weeks 1 & 2, January 2012.
LSSG Green Belt Training Overview of Charts and Graphs: Mini Case.
1 UNIT 13: DATA ANALYSIS. 2 A. Editing, Coding and Computer Entry Editing in field i.e after completion of each interview/questionnaire. Editing again.
LECTURE 02 Descriptive Statistics MGT 601. Descriptive Statistics Table 1: Wages of 120 workers in Dollars
Statistics with TI-Nspire™ Technology Module E Lesson 1: Elementary concepts.
Sociology 680 SPSS Introduction. Using SPSS The Statistical Package for the Social Sciences (SPSS) started at Stanford University in the late 1960’s.
15-1 Bus 421: Marketing Research CSU Monterey Bay School of Business.
Chapter 1: Exploring Data
Chapter 3: Getting Started with Tasks
An Introduction to Epi Info 6/7
EMPA Statistical Analysis
Disseminating Research Findings Shawn A. Lawrence, PhD, LCSW SOW 3401
Multivariate Analysis - Introduction
Lecture 1 Sections 1.1 – 1.2 Objectives:
Chapter 1: Exploring Data
LINDSEY BREWER CSSCR (CENTER FOR SOCIAL SCIENCE COMPUTATION AND RESEARCH) UNIVERSITY OF WASHINGTON September 17, 2009 Introduction to SPSS (Version 16)
ICPSR: Resources for Instructors Finding and Analyzing Data 9/26/2012
CHAPTER 1: Picturing Distributions with Graphs
Introduction (1.1) Data - Information collected by individuals and/or organizations to gain knowledge regarding a field or question of interest. Data Sources:
What’s New in Colectica 5.3 Part 2
Part III: Designing Psychological Research
Code is on the Website Outline Comparison of Excel and R
Chapter 1: Exploring Data
Introduction (1.1) Data - Information collected by individuals and/or organizations to gain knowledge regarding a field or question of interest. Data Sources:
Work Schedule Methodological Issues Variables Constant
CHAPTER 1 Exploring Data
Graphs with SPSS.
CHAPTER 1 Exploring Data
CHAPTER 1 Exploring Data
Chapter 1: Exploring Data
CHAPTER 1 Exploring Data
Chapter 1: Exploring Data
Chapter 1: Exploring Data
Chapter Nine: Using Statistics to Answer Questions
Chapter 1: Exploring Data
Chapter 1: Exploring Data
Chapter 1: Exploring Data
Using R for Data Analysis and Data Visualization
CHAPTER 1 Exploring Data
Chapter 1: Exploring Data
CHAPTER 1 Exploring Data
Presentation transcript:

Statistical Exploratory Analysis with “EnQuireR” 1.Introduction 2.Installation 3.How to 4.Report

Statistical exploratory analysis with EnQuireR Descriptive analysis & Exploratory analysis 1. Introduction 1. Descriptive statistic are mostly “Univariate analysis”. It involves the examination across cases of a single variable, focusing on three characteristics: the distribution; the central tendency; and the dispersion Example: a frequency distribution chart 2. Exploratory analysis is an approach to analyzing data for the purpose of formulating hypotheses. “Multivariate or Factor analysis” are used to uncover the latent structure (dimensions) of a set of variables. It reduces attribute space from a larger number of variables to a smaller number of factors and allows the definition of statistically consistent cluster. Example: Multivariate cluster analysis from three measurements of femur properties source From Wikipedia

Statistical exploratory analysis with EnQuireR EnQuireR: a dedicated package in the R environment 1. Introduction 1.“R” is a free software environment for statistical computing and graphics. ( ) – It is the Open Source Equivalent of SPSS, SAS or STATA – Mostly used in University – Free support over various forums. 2.EnQuireR is a “R” package that allows the statistical exploration of data issued from questionnaires ( Multiple Correspondence Analysis (MCA) : A type of multivariate analysis that allows to “Summarize the pattern of relationships between different categorical variables”

Statistical exploratory analysis with EnQuireR A few download (all Free & Open source) 1. (direct download) =>The R environmenthttp://lib.stat.cmu.edu/R/CRAN/bin/windows/base/direct download 2. (direct download) => Used to generate PDFhttp:// download 3. (direct download) => Used to generate PDFhttp://miktex.org/2.9/setupdirect download 4. (direct download) => The specific R package for questionnaire analysishttp://enquirer.free.fr/direct download Install the first 3 applications! 2. Installation

Statistical exploratory analysis with EnQuireR Installation If you are behind a proxy, add “–internet2” to your exe shortcut “R” will then use the same proxy as your local Internet Explorer 2. Installation

Statistical exploratory analysis with EnQuireR Setting up a “Working Directory” Start from your customized shortcut This is the “R shell” Change the working directory with “setwd()” (here D:/stat) To check your working directory, enter: getwd() 3. How to

Statistical exploratory analysis with EnQuireR Install the local package “EnquireR” 3. How to

Statistical exploratory analysis with EnQuireR Load the library to start R Commander Enter library(“EnQuireR”) in the R shell This will open a new window for the “R Commander” console 3. How to

Statistical exploratory analysis with EnQuireR Load your dataset 1.In R commander, import a new dataset 2.Enter your-dataset-name 3.Select the excel file in your file system. 4.Select your worksheet in the excel document 3. How to

Statistical exploratory analysis with EnQuireR Start the analysis Your data has been loaded. Note that column name may have been automatically renamed 1.Enter: “res.enmca <- ENMCA(your-dataset-name, report=TRUE) “ 2.Click “Submit” 3.Wait… this a lot of computation !!! 4.A directory named "EnQuireR" has been created in your working directory with all your reports 3. How to

Statistical exploratory analysis with EnQuireR Get your reports The EnQuireR package provides two kinds of automatically generated reports: 1.A synthetic report made of slides and divided in 2 parts:  Multivariate exploration of the questionnaire  Typology of the individuals. 2.A detailed and exhaustive report:  Indicates whether a given set of categorical variables depends on another one.  Definition of the axis of the correspondence map  Spreading of individuals and categories in the correspondence map.  List of categories that best describe each automatically defined cluster 4. Report

Statistical exploratory analysis with EnQuireR Requirement on data Data should be “categorical” (i.e. non continuous), typically closed response questions Categories should have more than one level Data should not contain space – to be replaced by point for instance Column names should be as short as possible to be better visualized in the final report 4. Report

Statistical exploratory analysis with EnQuireR Usage for UNHCR Analysis could be performed on: Registration data (proGres) IDP profiling Site assessment (needs assessment) Possibility to define the characteristics of statistically homogenous groups. Those characteristics can then be used to build targeted assistance programme! 4. Report Examples of case studies can be found here: