Week 4: Ungraded review questions

Slides:



Advertisements
Similar presentations
An introduction to data entry, data analysis, and graphing using SPSS
Advertisements

Introduction to SPSS Opening the program Type in data Open an existing data set For now, click “Cancel”
A Simple Guide to Using SPSS© for Windows
Science Fair Project Type your project title here Your name Your teacher’s name Your school.
Chapter Sixteen Starting the Data Analysis Winston Jackson and Norine Verberg Methods: Doing Social Research, 4e.
Dyer Junior High School
Coding for Excel Analysis Optional Exercise Map Your Hazards! Module, Unit 2 Map Your Hazards! Combining Natural Hazards with Societal Issues.
SAS Workshop Lecture 1 Lecturer: Annie N. Simpson, MSc.
QUESTION Your name Your teacher’s name Your school.
PSC 47410: Data Analysis Workshop  What’s the purpose of this exercise?  The workshop’s research questions:  Who supports war in America?  How consistent.
Computing with SAS Software A SAS program consists of SAS statements. 1. The DATA step consists of SAS statements that define your data and create a SAS.
1 PEER Session 02/04/15. 2  Multiple good data management software options exist – quantitative (e.g., SPSS), qualitative (e.g, atlas.ti), mixed (e.g.,
Preparing to collect data. Make sure you have your materials Surveys –All surveys should have a unique numerical identifier on each page –You can write.
SAS ® 101 Based on Learning SAS by Example: A Programmer’s Guide Chapters 3 & 4 By Tasha Chapman, Oregon Health Authority.
Week 3: Ungraded review questions. Can you explain your answer?  Use your fingers to indicate your answer: 1=A, 2=B, 3=C, 4=D. For “check all that apply,”
Type your project title here Your name Your teacher’s name Your school
Archival research: Ungraded review questions
Type your project title here Your name Your teacher’s name Your school
Lesson Concept: Dot Plots and Bar Graphs
Week 1: Ungraded review questions
Survey research: Ungraded review questions
Type your project title here Your name Your teacher’s name Your school
Project title Your name | Your teacher’s name | Your school
Lesson Concept: Histograms and Stem-and-Leaf Plots
Type your project title here Your name Your teacher’s name Your school
FINA262 Financial Data Analysis
Data Types Variables are used in programs to store items of data e.g a name, a high score, an exam mark. The data stored in a variable is entered from.
BELLWORK.
LEVEL OF MEASUREMENT Data is generally represented as numbers, but the numbers do not always have the same meaning and cannot be used in the same way.
What is the average rate of change of the function f (x) = 8 x - 7 between x = 6 and x = 7? Select the correct answer:
Type your project title here Your name Your teacher’s name Your school
QUANTIFYING DATA Quantitative analysis requires researchers code their data. Codes makes it possible to store data in computers. Computers are critical.
LINDSEY BREWER CSSCR (CENTER FOR SOCIAL SCIENCE COMPUTATION AND RESEARCH) UNIVERSITY OF WASHINGTON September 17, 2009 Introduction to SPSS (Version 16)
Type your project title here Your name Your teacher’s name Your school
Type your project title here Your name Your teacher’s name Your school
2018 NM Community Survey Data Entry Training
Type your project title here Your name Your teacher’s name Your school
Type your project title here Your name Your teacher’s name Your school
Week 4: Data management and cleaning
BELLWORK.
Type your project title here Your name Your teacher’s name Your school
LECT. 8 INITIAL ANALYSIS OF RAW DATA
Unit 2: Analyzing Univariate Data
Type your project title here Your name Your teacher’s name Your school
Type your project title here Your name Your teacher’s name Your school
Type your project title here Your name Your teacher’s name Your school
Show Down Captain Write the problem down on your dry erase board.
Type your project title here Your name Your teacher’s name Your school
Type your project title here Your name Your teacher’s name Your school
Science Fair Project Type your project title here Your name Your teacher’s name Your school.
Unit 10 Quiz: Review questions
Understand the importance of data context
Type your project title here Your name Your teacher’s name Your school
Type your project title here Your name Your teacher’s name Your school
Type your project title here Your name Your teacher’s name Your school
Type your project title here Your name Your teacher’s name Your school
Week 1: Ungraded review questions
Type your project title here Your name Your teacher’s name Your school
Type your project title here Your name Your teacher’s name Your school
Type your project title here Your name Your teacher’s name Your school
Type your project title here Your name Your teacher’s name Your school
Science Fair Project Type your project title here Your name
TYPE YOUR PROJECT TITLE HERE YOUR NAME YOUR TEACHER’S NAME YOUR SCHOOL
By A.Arul Xavier Department of mathematics
Type your project title here Your name Your teacher’s name Your school
Unit 2: Ungraded review questions
Type your project title here Your name Your teacher’s name Your school
Ungraded quiz Unit 7.
Unit 12 Quiz: Review questions
Type your project title here Your name Your teacher’s name Your school
Presentation transcript:

Week 4: Ungraded review questions

Can you explain your answer? Use your fingers to indicate your answer: 1=A, 2=B, 3=C, 4=D. For “check all that apply,” use your both hands. After viewing the question, show me your answer in 15 seconds. Next, turn to your neighbor and you have one minute to convince him/her that you are right.

A typical SAS program is composed of _______ in order: Program step and data step Data step and run step Data step and procedure step Data step, procedure step, and run step

Which of the following way is a correct method of defining variables? Input Q1 Q2 Q3 age gender; Input Q1-Q3 age gender; Input Q1, Q2, Q3, age, gender; Input Q1-Q3 age gender $ None of the above

Which of the following way is a correct method of creating a data set? Data APU; set one.two.three; Data APU; set one.two; Data APU; set one All of the above

What is the purpose of putting the syntax “datalines” into a program? Inform SAS that the lines below “datalines” are data. Inform SAS that the lines above “datalines” are data. Inform SAS about how many lines of data are entered. Inform SAS that the PROC step will come next.

For the question “Do you accept a female to be the President For the question “Do you accept a female to be the President?” Which of the following coding schemes should not be used? “1” as “Yes” and “2” as “No.” “1” as “Yes” and “0” as “No” “Y” as “Yes” and “N” as “No” “Yes” and “No”

What should be done to missing data in data entry? Enter “Refuse to answer” or “R” Enter “999” for missing and “998” for “don’t know” Nothing, leave it blank

Sometimes we want to use a shorter label instead of the full name to define a variable. Why? When we do visual programming (e.g. structural equation modeling), full names make the graph very cluttered. When we do programming, we want to define a large chunk of variables quickly. When there are many variables, assign numbers in a sequence (array e.g. Q1, Q2, Q3…etc.) make tracking much easier. All of the above.

In data cleaning when you see some suspicious observations, what should you do (choose the best answer)? Exclude them. Make a subset. Inspect those observations to decide whether you can restore the correct information (e.g. recalculate BMI using height and weight) Use “recode” from “Column” to change them to missing. All of the above.

Your assistant entered “39 yrs Your assistant entered “39 yrs.” and “18 years old” into age, and as a result SAS/JMP treats the data as categorical. What should you do? Change them to “39” and “18,” respectively. Change the data type to “numeric” Change the modeling type to “continuous”. All of the above.

When you want to clean up multiple variables, which JMP feature should you use (Choose the best answer)? Recode from Column. Data type Modeling type Standardize attributes Subset